No description
Lodash already has support for safe property access via the explicit `get` method, and as a shorthand to many of the collection methods (such as `sortBy`. I also took this opportunity to refactor the code to be a bit more functional, which allows us to place the list tiems inline with the rest of the JSX, which I find far more readable. Interesting project! |
||
|---|---|---|
| components | ||
| css | ||
| pages | ||
| utils | ||
| wrappers | ||
| .gitignore | ||
| .travis.yml | ||
| config.toml | ||
| html.js | ||
| package.json | ||
| README.md | ||
gatsby-starter-blog
Gatsby starter for creating a blog
Install this starter (assuming Gatsby is installed) by running from your CLI:
gatsby new gatsby-blog https://github.com/gatsbyjs/gatsby-starter-blog
Running in development
gatsby develop