Skip to content

Commit

Permalink
Updates, 2016-12-30
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 30, 2016
1 parent 9a18a2c commit b6ee208
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
4 changes: 4 additions & 0 deletions immutable-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ A collection of functions to perform immutable operations on plain JavaScript ob
- **redux-utils-immutable**
https://github.com/jcoreio/redux-utils-immutable
Utilities for working with redux and immutable.js

- **combine-reducers-immutable**
https://github.com/montanonic/combine-reducers-immutable
Redux's combineReducers adjusted to support ImmutableJS state.


#### Alternate Data Management Concepts
Expand Down
12 changes: 12 additions & 0 deletions routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,15 @@
- **redux-tower**
https://github.com/kuy/redux-tower
Saga powered routing engine for Redux apps. redux-saga-tower provides a way to fully control client-side routing with its related side effects such as data fetching, user authentication, fancy animations.

- **rrrouter**
https://github.com/plandem/rrrouter
React/Redux/Router - simple, but powerful router for React with built-in support for redux.

- **pure-redux-router-link**
https://github.com/celebvidy/pure-redux-router-link
A simple but effective <Link /> component for pure-redux-router (better for SEO rather than go or dispatch yourself)

- **redux-pages**
https://github.com/ryo33/redux-pages
A middleware-friendly routing engine that encapsulates raw URL paths.
10 changes: 9 additions & 1 deletion use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
One-liners for creating redux reducers and action creators for scrollable, editable lists. This module provides methods for creating reducers for ordered or key-value state to be used in redux apps.

- **redux-search**
https://github.com/treasure-data/redux-search
https://github.com/bvaughn/redux-search
Higher-order Redux library for searching collections of objects.

- **redux-lunr**
Expand Down Expand Up @@ -48,6 +48,10 @@
https://github.com/filip-ph-johansson/react-redux-feature-toggles
A package for providing react-redux based feature toggles

- **react-redux-feature-flag**
https://github.com/unbounce/react-redux-feature-flag
Feature flagging made easy for React and Redux


### Page Interaction

Expand Down Expand Up @@ -118,6 +122,10 @@
https://github.com/derzunov/redux-react-i18n
An i18n solution for redux/react

- **react-localize-redux**
https://github.com/ryandrewjohnson/react-localize-redux
Localization made easy for your React/Redux app


#### Pagination

Expand Down
5 changes: 4 additions & 1 deletion variations.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,7 @@
- **redaction**
https://github.com/pavelivanov/redaction
Redux action creator without string constants and less magic


- **Redux-Reduced-Actions**
https://github.com/PlumTreeSystems/Redux-Reduced-Actions
A middleware for dispatching actions which contain string lookup paths of data to update.

0 comments on commit b6ee208

Please sign in to comment.