DEV Community

Discussion on: What is the different between using React Js and Next Js?

Collapse
 
hussainarthuna profile image
Hussain Arthuna

I use NextJs whenever I’ve to develop something for React.
The benefits I get from NextJs over Create React App are :-

  1. Server side rendering.
  2. Out of the box routing.
  3. Ability to write server-less functions.

Hope this helps.