DEV Community

Cover image for How Next.js breaks React Fundamentals (with Examples)
Ondrej Velisek
Ondrej Velisek

Posted on

How Next.js breaks React Fundamentals (with Examples)

Do you ever feel DX of Next.js is clumsy and cumbersome? I do, so I've investigated why. More in my article: How Next.js breaks React Fundamentals with Examples.
ondrejvelisek.github.io/how-nextjs-breaks-react-fundamentals/
Love to hear your feedback.
Components go through runtimes and if some state is needed, they re-render. Pass the runtime otherwise.

Top comments (0)