Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/learn-nextjs
https://github.com/tinspham209/learn-nextjs
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinspham209/learn-nextjs
- Owner: tinspham209
- Created: 2022-08-01T02:48:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:41:35.000Z (11 months ago)
- Last Synced: 2023-12-15T12:46:40.608Z (11 months ago)
- Language: TypeScript
- Homepage: learn-nextjs-three-sage.vercel.app
- Size: 282 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Next.js
1. Setup Next + Typescript with create-next-app
2. Deploy Next to Vercel
3. File-system Routing
4. Navigation between Pages
5. SSG, SSR, CSR and ISR
6. Automatic Static Optimization
7. SSG getStaticProps with typescript
8. SSG getStaticPaths with typescript
9. SSG and Data Fetching on client side
10. Server Side Rendering wit cache
11. ISR - Incremental Static Regeneration
12. Setup multiple layout in Next
13. Authentication with Next
14. Setup basic API with Next
15. Play around with APIs login /get profile
16. Proxy requests to API server
17. Handle Login / Logout requests
18. Integrate API for Login page
19. What is SWR
20. Get logged in user with useAuth hook using useSWR
21. Setup Protected Pages
22. Setup MUI v5 for project
23. Create Homepage & setup SEO
... to be continue