Gatsby brings all the goodies from the React world (React-Router, Webpack, open source components, etc.) to the world of static web sites. This talk will show you how you can use Gatsby to quickly build incredibly fast websites using the same tools and techniques you use on your react.js web apps.
Gatsby features:
- No-reload page transitions
- Hot reload editing. Tweak your pages, templates, and styles and see changes in real time.
- Make React.js component model and ecosystem available for building static sites
- Intuitive directory-based URLs. The URL of a page is derived from its spot on the file system.
- Support starters — install starter sites directly from Github. Use open sourced starters or build your own.