Posts tagged “nextjs”
3 posts found
React Server Components in 2026: Patterns, Pitfalls, and When to Actually Use Them
June 21, 2026
Most RSC adoption failures stem from misunderstanding the server/client boundary. This post covers production-ready patterns, common serialization pitfalls, and the decision framework for when server components actually solve your problem.
reactserver-componentsnextjs+2
Next.js Intercepting Routes: Modal Patterns Done Right
May 20, 2026
Most modal implementations break the browser's back button and lose state on refresh. Next.js intercepting routes solve both problems through file-system conventions that map URLs to overlays.
nextjsreactrouting+2
5 Tips for Newcomers to Approach Your Next React App
January 19, 2020
Starting a fresh modern front end project today can become quite stressful since there are an abundance of variations of specific tools that go hand in hand in each stack. Here are 5 tips to help you.
javascriptreacttools+4