Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esbenp/react-init
Boilerplate: Flow, Immutable, Redux, Redux Immutable, React Router, Styled Components, Webpack 3. Based on an ejected create-react-app.
https://github.com/esbenp/react-init
boilerplate react react-router redux webpack
Last synced: 22 days ago
JSON representation
Boilerplate: Flow, Immutable, Redux, Redux Immutable, React Router, Styled Components, Webpack 3. Based on an ejected create-react-app.
- Host: GitHub
- URL: https://github.com/esbenp/react-init
- Owner: esbenp
- Created: 2017-09-05T15:56:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T16:32:57.000Z (over 7 years ago)
- Last Synced: 2024-11-22T17:51:47.373Z (3 months ago)
- Topics: boilerplate, react, react-router, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-init
Just a small boilerplate for React apps that I like to use. Based on an ejected create-react-app.
* Flow
* Immutable 3
* Redux 3
* Redux Logger
* Redux Immutable
* React-router 4
* Styled components 2
* Webpack 3API layer is intentionally left out as I switch between either a REST API or a GraphQL layer.
For REST APIs I like to use:
* [redux-api-middlware](https://github.com/agraboso/redux-api-middleware)
* [redux-refresh-token](https://github.com/esbenp/redux-refresh-token)