https://github.com/dschau/you-might-not-need-redux
See the repo name ya dingus
https://github.com/dschau/you-might-not-need-redux
circle except fatigue flat infinite javascript never-ending not react really redux void
Last synced: 4 months ago
JSON representation
See the repo name ya dingus
- Host: GitHub
- URL: https://github.com/dschau/you-might-not-need-redux
- Owner: DSchau
- License: mit
- Created: 2018-02-12T05:45:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T00:26:53.000Z (over 7 years ago)
- Last Synced: 2025-02-19T12:56:24.766Z (4 months ago)
- Topics: circle, except, fatigue, flat, infinite, javascript, never-ending, not, react, really, redux, void
- Language: CSS
- Homepage: https://youmightnotneedredux.info
- Size: 748 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# you-might-not-need-redux
Come one, come all to the latest thought-leader parade of the week. Do you need Redux... or not?
## Technical
This is a Gatsby generated application. It makes use of the following Gatsby plugins:
- [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet)
- [gatsby-plugin-react-next](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-next)
For that React 16 👌
- [gatsby-plugin-emotion](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion)
CSS in JS lib
- [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp)
Image transformations
- [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml)
Keeping my [metadata](content/) all neat and tidy
- [gatsby-transformer-screenshot](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot)
Neat AWS lambda function invocation that takes a screenshot of the page and makes the screenshot a queryable GraphQL node (used for the meta image)
- [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp)
- [gatsby-plugin-typography](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typography)
For the slick typography
- [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem)## Contributing Back
Feel free, contributions of any variety welcome.
### Getting Started
I recommend using `yarn` but `npm` will work just as well.
- `yarn start`
Launch a local development server, hot reloading any changes to content
- `yarn build`
Build static assets; this command will generally be run by CI (Netlify), but it can be helpful for testing/debugging