This is the code from a Lightning Talk I gave at Tanium's October 2018 Dev Week
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
