• So, what’s the difference between React and the others?

  • Unlike React, it handles rendering on the server side.

    • Server Side Rendering
      • Is this like Ruby On Rails?
    • Static Generation
      • This is the one where you generate HTML at build time.
  • Next and React are quite different! | Silicon Valley Superwear | coconala blog

    • Next and React may seem similar, but they are actually different. React executes all code in the web browser, so you can use it effectively without much knowledge of backend or HTTP. However, with Next, there is a mixture of code that runs in the web browser and code that runs on the server (backend), so it can be difficult to use if you don’t understand where and when the program is executed.

    • Well, until you feel the need for it, React should be fine.