DEV Community

Discussion on: Choosing a tech stack for your startup?

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

Oh, that's great.

next.js is good but

  • 2 ways of accessing cookie,
  • http only cookie problem
  • fetching in isomorphic way is hard, ex: if you call from front end cookies are included but that's not the case with calling from server you need to pass cookies manually
  • if something fails hard to add a debugger like you used to in normal react / node codebase.

tl;dr SSR have lot of edge cases