Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 3

API 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)