Do you see yourself more as a framework developer or a problem-solving engineer?
The tech industry has always loved framework debates.
React vs Angular.
Vue vs React.
Now the conversation is shifting toward TanStack Start vs Next.js.
TanStack Start introduces interesting ideas around data fetching, routing, and type-safe architecture. However, Next.js remains one of the most mature full-stack React frameworks with a large ecosystem.
The reality is that frameworks come and go. What matters far more than loyalty to a specific tool is understanding:
Do you ever try breaking the site you're interacting with?
I'm always thinking "what will people try to do" and then coming up with a solution for it. If I saw a card like this I'd try to pick it up. Then once I discovered it was draggable, I'd try seeing what happens if I throw it outside the browser.
What do you think?