Blog: Incrementally Adopting Next.js #19735
Unanswered
timneutkens
asked this question in
Show and tell
Replies: 1 comment 1 reply
-
I have a question about this in combination with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Next.js has been designed for gradual adoption. With Next.js, you can continue using your existing code and add as much (or as little) React as you need. By starting small and incrementally adding more pages, you can prevent derailing feature work by avoiding a complete rewrite.
Read more: https://nextjs.org/blog/incremental-adoption
Beta Was this translation helpful? Give feedback.
All reactions