Skip to content

Instantly share code, notes, and snippets.

@KyleAMathews
Last active December 12, 2015 18:38
Show Gist options
  • Save KyleAMathews/c9c4feeff99c4581132a to your computer and use it in GitHub Desktop.
Save KyleAMathews/c9c4feeff99c4581132a to your computer and use it in GitHub Desktop.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment