Skip to content

Commit

Permalink
Updates, 2016-12-31
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 31, 2016
1 parent b6ee208 commit 3f134dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
6 changes: 5 additions & 1 deletion component-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,8 @@

- **redux-dynamix**
https://github.com/jake-daniels/redux-dynamix
Redux Dynamix is a store enhancer that allows you dynamically add and remove reducers (and therefore slices of application state).
Redux Dynamix is a store enhancer that allows you dynamically add and remove reducers (and therefore slices of application state).

- **redux-scope**
https://github.com/bsingr/redux-scope
An idea for modularizing redux components using a scoped store
23 changes: 15 additions & 8 deletions widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
https://github.com/phpingme/react-redux-terminal
React+Redux driven terminal component

- **redux-file-upload**
https://github.com/blueberryapps/redux-file-upload
There aren't any simple yet customizable file uploader packages that would work nicely with Redux. redux-file-upload is here to fill the gap!

- **redux-plupload**
https://github.com/tes/redux-plupload
FSA-compliant Redux bindings for Plupload. Helps you use Redux actions for bi-directional communication with a plupload uploader instance.

- **semantic-react-redux**
https://github.com/insilica/semantic-react-redux
Just a collection of components for projects using semantic-ui, redux, and react.
Expand Down Expand Up @@ -258,6 +250,21 @@
Embed React elements in Mapbox GL with Redux state control


#### File Uploads

- **redux-file-upload**
https://github.com/blueberryapps/redux-file-upload
There aren't any simple yet customizable file uploader packages that would work nicely with Redux. redux-file-upload is here to fill the gap!

- **redux-plupload**
https://github.com/tes/redux-plupload
FSA-compliant Redux bindings for Plupload. Helps you use Redux actions for bi-directional communication with a plupload uploader instance.

- **redux-fine-uploader**
https://github.com/feltnerm/redux-fine-uploader
Enables FineUploader to store its all of its state with Redux


#### Data Fetching

- **react-composer**
Expand Down

0 comments on commit 3f134dc

Please sign in to comment.