Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriedly/nextjsdemo
Code from a quick intro to Next.js
https://github.com/nfriedly/nextjsdemo
Last synced: 17 days ago
JSON representation
Code from a quick intro to Next.js
- Host: GitHub
- URL: https://github.com/nfriedly/nextjsdemo
- Owner: nfriedly
- Created: 2018-10-16T14:28:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T18:58:34.000Z (about 6 years ago)
- Last Synced: 2024-10-12T16:15:04.350Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=mYFwSgI6vQ8
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js in 5 minutes - Server-side rendered React.js web framework
This is the code from a Lightning Talk I gave at Tanium's October 2018 Dev Week
[![Next.js in 5 minutes lightning talk recording](https://img.youtube.com/vi/mYFwSgI6vQ8/0.jpg)](https://www.youtube.com/watch?v=mYFwSgI6vQ8)
https://www.youtube.com/watch?v=mYFwSgI6vQ8
Next.js is a web framework built around Node.js and React.js. It provides everything that create-react-app provides and more, handling all of the plumbing and allowing you to focus on the fun parts.
Learn more about Next.js at https://nextjs.org/, including a more thorough introduction at https://nextjs.org/learn/
Code from this demo at https://github.com/nfriedly/nextjsdemo