Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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