diff --git a/component-state.md b/component-state.md index 2408e0f..12a2f99 100644 --- a/component-state.md +++ b/component-state.md @@ -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). \ No newline at end of file + 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 \ No newline at end of file diff --git a/widgets.md b/widgets.md index 04a8a4e..1758b8a 100644 --- a/widgets.md +++ b/widgets.md @@ -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. @@ -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**