DEV Community

Discussion on: Gatsby vs Next.JS - What, Why and When?

Collapse
 
lucaskardo profile image
lucas kardonski

The 3 paradigms of static sites and why people use react apps.

  1. Navigation. Make the UX seem like a native app
  2. Reactivity. Components share states and react to each other
  3. Data. How capture and use it

However all of this problems can be solved using pure HTML/CSS/JS and no frameworks.