https://github.com/loconluis/learn-next-tutorial
This repo host the code and notes from https://learnnextjs.com
https://github.com/loconluis/learn-next-tutorial
Last synced: 2 months ago
JSON representation
This repo host the code and notes from https://learnnextjs.com
- Host: GitHub
- URL: https://github.com/loconluis/learn-next-tutorial
- Owner: loconluis
- Created: 2018-03-03T05:45:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T09:51:42.000Z (over 2 years ago)
- Last Synced: 2025-02-16T22:36:24.758Z (5 months ago)
- Language: JavaScript
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Annotations
1. Links is just a wrapper they accept every react component they just need to accept an OnClick.
2. We dont need to put our componnets under a component folder, important folder is pages, just that.
3. You can create layouts for wrapp more components.
4. You can send query props with ? symbol this props are sent to post page check url>query props.
5. With query strings we create dynamic pages.
6. We can mask our routes using 'as' on Link.
7. Created an express server to manage SSR route navigation.