Showing 1-20 of 411 packages
A version of react-redux designed for cases that want to access sub-tree of the state. and take it as state in mapStateToProps and mapDispatchToProps
Memoized mapStateToProps on component level
Enforcing best practices for react-redux
Makes snapshot testing of react-redux (e.g. mapStateToProps or mapDispatchToProps) glue-code easy as pie.
Shorthand for react-redux’s mapStateToProps. Need some props? Just select 'em!
``` createStore (defaultState: Object) => { getState: () => Object; setState: (newState: Object); connect: (mapStateToProps: Object, func: Function); } ```
To improve performance in react redux applications
A React High-Order Component to simplify the usage of mapStateToProps and mapDispatchToProps of react-redux
A library for managing state through query parameters in the URL in React. Works well with or without Redux and React Router.
Web Components binding for Redux
A collection of sub-components pre-connected to nteract's Redux state
Freezes data in development -- typically for Flux->React
A proxy based usage tracking and comparison
Utility to reduce boilerplate code while using selectors together with Redux mapStateToProps
Checking tool wrapper for translationCore App
A magical tool to improve React-Redux performance
some useful react function helpers :)
utility that merges mapStateToProps and mapDispatchToProps to single function
A wrapper for react-redux's connect function to allow an object literal notation in mapStateToProps
Communicate with JSON APIs in React