Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T09:51:42.000Z (about 2 years ago)
- Last Synced: 2023-02-27T05:56:48.217Z (almost 2 years 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.