https://github.com/narsibhati-dev/week-18-next
https://github.com/narsibhati-dev/week-18-next
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/narsibhati-dev/week-18-next
- Owner: NarsiBhati-Dev
- Created: 2024-12-10T15:45:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T15:46:01.000Z (6 months ago)
- Last Synced: 2025-01-15T20:41:37.546Z (5 months ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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