Hacker News new | ask | show | jobs
by alexanderchr 515 days ago
Just got handed a next app that is currently just beyond toy stage. In what way am I about to get burned? Genuinely curious for opinions
2 comments

Well, to start with, you'll need to study this dreadful blog post on inspecting RSC activity. And then read this: https://www.comfydeploy.com/blog/you-dont-need-nextjs

Are you using the pages router or the app router? If you're using the pages router you'll probably be fine.

I’m not sure if it’s still the case, but I remember people being incensed at next.js’s overly-aggressive caching. Might want to google for those GitHub issues and see if it’s still relevant.