I like the future of Next.js
Introduction
I'm vibing with the future of Next.js.
Not sure if they're gonna change the story around server actions. I’ve not been the biggest fan. I’m not alone though, plenty of people aren’t too happy about them (see Twitter/X). I love how Remix ...
tigerabrodi.blog4 min read
Moinul Moin
Software Developer(Next.js) - AI, Saas, Open Source
good article, love it.
one thing I don't like it, if I use a function that has "use cache" in the layout page, I need to wrap the layout page with suspense but on one upper level, why? page/component having the "use cache" function have to be wrapped with suspense boundary before it renders something like that and default loading page doesnt cover that for layout page.
faced it in the current canary version,