117 Full Stack Index
Links: 100 Home
CSS
React
Local Storage vs Session Storage vs Cookies
Full Stack - Authentication
- Advantages of nextjs over reactjs
- In built routing
- Automatic code splitting
- API routes using functions
- Image optimization
- SSR (server side rendering) - SSG (server side generation) - ISR (incremental static regeneration)
- React is CSR (client side rendering)
- SSR is best when we have dynamic data.
- SSG is best when we have static data like blogs.
- In reactjs when the users visit our site they receive an HTML document, CSS and a large JS.
- This JS is executed to load the website.
- In SPA (single page applications) there are no page reloads.
- Poor SEO
- React is an example of SPA.
Last updated: 2023-03-26