React - Framework
About
A react framework is a library that is based on react adding other capabilities.
Most of the time, they are web based server framework, adding routing and other web capabilities.
List
Client Side Rendering (Dynamic)
They create a single page application that use a client router and all HTTP must be redirected to it.
- React Framework - Create React App - from the react team
Server Side Rendering (SSR)
Rendering on the server (with node). React - Server Side Rendering (SSR) - DOM Server
-
- routes are api and backend views
- react is used for component templating and interaction.
Static (Snapshot)
This frameworks add Static generation possibility (Each page becomes one HTML page)
The dynamic website is crawled and each page is saved: