Gives out of the box way to implement server side rendering, client side rendering, or a mix of box
Make an app feel great to users without having to figure out all of the details on your own
All of this adds up to a faster way to create value for users
What have we used to make React apps?
Create React App which used to be “the way” to bootstrap a React app but is now deprecated
Next.js which is an amazing React framework that is widely adopted and has a great community. They’ve made exciting developments that are shaking up the web dev world.
Motivated by Kent C Dodds blog post: https://www.epicweb.dev/why-i-wont-use-nextjs
Resources