An open API service indexing awesome lists of open source software.

https://github.com/narsibhati-dev/week-18-next


https://github.com/narsibhati-dev/week-18-next

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# week-18 day 2 Next.js

## Step 1 - NextJS Intro, Pre-requisites

### Pre-requisites

You need to understand basic Frontend before proceeding to this track.
You need to know what React is and how you can create a simple application in it

### NextJS Intro

NextJS was a framework that was introduced because of some minor inconveniences in React
In a React project, you have to maintain a separate Backend project for your API routes
React does not provide out of the box routing (you have to use react-router-dom)

### React is not SEO Optimized

not exactly true today because of React Server components

### Waterfall problem