Just some samples of some features we have today in NextJS 13 LTS release (without the beta app directory) 💻
PS: but, it was thought to be the closest/compatible with the new App folder
- Basic Routing (file-based routing)
- Dynamic Routes
-
Link
component -
Image
component - Optimized Fonts (from Custom and Google Fonts)
- Strategies: SSG, ISR, SSR
- Middleware
- API / BFF (maybe tRPC)
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
pre-requirements:
nodejs - LTS version
- Clone this repository
- Install npm packages and start the project locally
npm i && npm run dev
- [VS Code] install all recommended extensions, search for:
@recommended
- Use unix-based OS (likelinux, macOS or WSL on Windows)
"devs":
[
"Lucas Ferronato (github.com/LFerronato)",
]
[ ] get exemple from Iris DS of Link [ ] architecture name? maybe "Underscore architecture"