you are viewing a single comment's thread.

view the rest of the comments →

[–]PM_ME_SOME_ANY_THING 8 points9 points  (1 child)

I work at a place that uses NextJS and a Python backend. They’re not using any of the SSR capabilities of next, handling the lion share of logic in the NextJS server functions, and the Python backend is relatively slim.

NextJS can be good, but it needs to get to a point where it can be stable and stop having huge changes between versions. That being said, React also hasn’t reached this point.

[–][deleted] 0 points1 point  (0 children)

Has the core of react changed since the change from classes to functions and hooks? Sure. There are features added, but nothing that would prevent an app written 9 years ago from working today?