Why NextJS when react is there?

  1. In React Application we have to maintain separate Backend
  2. React Does not provide router out of the box
  3. React is not SEO Optimized
  4. Waterfalling problem

Creating App

  1. Command

    npx create-next-app@latest
    

File Based Routing