diff --git a/action-reducer-generators.md b/action-reducer-generators.md index 9a1938b..11e3978 100644 --- a/action-reducer-generators.md +++ b/action-reducer-generators.md @@ -39,10 +39,6 @@ https://github.com/sodiumjoe/rehash A set of utilities to generate an initial state, a reducer, and an action creator tree for use with redux. -- **redux-utils** - https://github.com/mindfront/redux-utils - Functions for creating and composing reducers and middleware efficiently - - **redux-code-generator** https://github.com/jermspeaks/redux-code-generator Pass a yaml file and the generator spits out action, reducer, and test files. Tests are written for Mocha. @@ -180,10 +176,6 @@ https://github.com/welldone-software/redux-toolbelt A set of tools for quicker, easier and safer redux development. Create FSA-compliant action creators, async action creators, and compose reducers. -- **redux-factories** - https://github.com/zxdong262/redux-factories - A factory lib to produce redux constants and reducers of certain format. - - **redux-motive** https://github.com/loklaan/redux-motive Simplify writing action creators, reducers and effects - without breaking redux. @@ -200,10 +192,6 @@ https://github.com/Bloomca/redux-tiles This library tries to provide minimal abstraction on top of Redux, to allow easy composability, easy async requests, and sane testability. -- **redux-ts-simple** - https://github.com/Cooke/redux-ts-simple - Yet another lib for creating typed actions and reducers. This library is FSA-compliant. - - **redux-helpers** https://github.com/mindbox-moscow/redux-helpers Typed factories for your reducers and actions. @@ -224,10 +212,6 @@ https://github.com/ya-kostik/redux-enjoy-helpers Utilities for action type creation, creating reducers with reset abilities, and updating arrays -- **redux-thunk-action-reducer** - https://github.com/neolivz/redux-async-action-reducer - Simple redux action creation and reducer wrapper that makes creating and handling asynchronous and synchronous actions easier. - - **redux-typed-action-reducer** https://github.com/slivcode/redux-typed-action-reducer A utility for generated TypeScript-typed actions and reducers @@ -391,10 +375,6 @@ https://github.com/evanhobbs/redux-easy-async Redux Easy Async makes handling asynchronous actions, such as API requests, simple, reliable, and powerful. -- **redux-simple-api** - https://github.com/kazagkazag/redux-simple-api - A library that helps handling requests with redux. It is common problem for many developers - a lot of code required to handle asynchronous actions. You can mitigate it using redux-thunk and redux-simple-api. - - **redux-fetch-actions** https://github.com/deptno/redux-fetch-actions Functions for doing REST API calls and dispatching actions diff --git a/actions.md b/actions.md index afe0a3c..b330beb 100644 --- a/actions.md +++ b/actions.md @@ -108,10 +108,6 @@ https://github.com/BerkeleyTrue/redux-create-types A better way to create namespaced action types. -- **redux-thunk-actions** - https://github.com/machadogj/redux-thunk-actions - Easily create action creators for redux with redux-thunk. - - **Actioner** https://github.com/yanick/actioner Actioner is a little utility to help define, manage and validate Redux actions, using json-schema. @@ -176,10 +172,6 @@ https://github.com/fiberthrone/redux-actions-namespace Syntax sugar for using namespaces with redux-actions. -- **redux-actions-api-addon** - https://github.com/jkusachi/redux-actions-api-addon - Redux Actions add-on to support API Requests. - - **redux-helper** https://github.com/vgmr/redux-helper Action creator, promise action creator and checked promise middleware. @@ -204,10 +196,6 @@ https://github.com/adrianObel/redux-create-actions redux-create-actions is a library that helps construct FSA compliant action creators and massively decreasing the amount of boilerplate necessary to generate constants and action creators. -- **redux-actions-helper** - https://github.com/ariesjia/redux-actions-helper - Assorted helper utilities for redux-actions. - - **fsa-meta-extender** https://github.com/tomoyuki-tanaka/fsa-meta-extender A utility for Flux Standard Actions that adds meta fields to actions. diff --git a/component-state.md b/component-state.md index c51f326..b248396 100644 --- a/component-state.md +++ b/component-state.md @@ -332,10 +332,6 @@ https://github.com/robbyemmert/redux-segmentize Organize your redux store into partitions. Automatically manage state for each instance of your components. -- **redux-register-module** - https://github.com/birdy-/redux-register-module - Allows you to register reducer and saga handler from your module. With this, your module stays a standalone package. - - **redux-blocks** https://github.com/alonbardavid/redux-blocks redux-blocks is a library for isolating and combining redux modules (referred to here on out as blocks). It makes writing reusable redux code easier and more flexible. diff --git a/devtools.md b/devtools.md index 4028d2b..940a9b2 100644 --- a/devtools.md +++ b/devtools.md @@ -343,10 +343,6 @@ Also see the [Mutation Detection](#mutation-detection) section just above. https://github.com/asn007/redux-validate-actions A small tool to automatically validate redux actions based on a predicate and log wrongly formatted actions into console -- **redux-validator** - https://github.com/MaxLi1994/redux-validator - Action parameter validator middleware for redux - - **redux-payload-validator** https://github.com/tomoyuki-tanaka/redux-payload-validator Redux middleware for FSA payload validation. diff --git a/entity-collection-management.md b/entity-collection-management.md index 4582253..b764a34 100644 --- a/entity-collection-management.md +++ b/entity-collection-management.md @@ -159,10 +159,6 @@ https://github.com/AlexHenkel/reduxsauce-crud Adaptation of the reduxsauce utils to add CRUD functionality -- **standard-redux-shape** - https://github.com/ecomfe/standard-redux-shape - A tiny utility library to help you manage an optimized redux store shape. - - **erschema-redux-immutable** https://github.com/l2silver/erschema-redux-immutable Provides standardized actions, reducers, and state shape for storing Entities and Relationships using Immutable.js @@ -325,10 +321,6 @@ https://github.com/dylanonelson/redux-endpoints Define Redux modules for fetching data from API endpoints. -- **Hyperduce** - https://github.com/jondot/hyperduce - A complete and extensible Redux workflow for handling RESTful resources. You get actions, state, and reducer out of the box for handling backend data. - - **active-redux** https://github.com/coverhound/active-redux The goal of this project is to stop bikeshedding API interactions on the frontend. We want an Active Record for Redux that works nicely with other reducers and doesn't require its own store. diff --git a/forms.md b/forms.md index 75ab170..9ca68fd 100644 --- a/forms.md +++ b/forms.md @@ -49,10 +49,6 @@ https://github.com/kjessec/react-formagic A react form binding that adapts to your code, not the other way around. At the end of the day, react-formagic is just a HoC wrapper that translates props given to it into a set of enhanced props that'll make it easy to work with forms. -- **React Redux Local Form** - https://github.com/jschr/react-redux-form-provider - React components for building forms with a local Redux store for managing state. - - **simple-redux-form** https://github.com/mihirsoni/simple-redux-form A tiny alternative for Redux-Form @@ -81,10 +77,6 @@ https://github.com/max-mykhailenko/redux-pure-form Redux actions for good performance and integration with your reducers -- **redux-forms** - https://github.com/oreqizer/redux-forms - A simple form manager for React and Redux (WIP) - - **reFormz** https://github.com/orangecoding/reFormz reFormz provides an easy way to connect your forms to your store. It's a small easy to use library that provides all components like textfields or selectboxes ready to be used. diff --git a/immutable-data.md b/immutable-data.md index 0e07492..89f7c85 100644 --- a/immutable-data.md +++ b/immutable-data.md @@ -141,10 +141,6 @@ A collection of functions to perform immutable operations on plain JavaScript ob https://github.com/ricsv/immutable-light Light-weight immutability helpers that works great together with Redux, inspired by Immutable.js -- **redux-create-state** - https://github.com/niklasramo/redux-create-state - A utility function for Redux to ease the process of creating a new state object, immutably. - - **qim** https://github.com/jdeal/qim Immutable/functional select/update queries for plain JS. @@ -214,10 +210,6 @@ A collection of functions to perform immutable operations on plain JavaScript ob https://github.com/nitishkr88/redux-immutable-ops A collection of helper functions to perform immutable operations on plain JavaScript objects and arrays. Works on the immutable update patterns as defined by Redux. -- **Redecorate** - https://github.com/Wildhoney/Redecorate - Simple module for reducing immutable nested properties in Redux applications. - - **unchanged** https://github.com/planttheidea/unchanged A tiny, fast, unopinionated handler for updating JS objects and arrays immutably diff --git a/middleware-network-requests.md b/middleware-network-requests.md index e28747d..bf4103c 100644 --- a/middleware-network-requests.md +++ b/middleware-network-requests.md @@ -57,7 +57,7 @@ A small middleware to handle AJAX requests with Axios -### General +#### General - **redux-request-middleware** https://github.com/founderlab/redux-request-middleware @@ -119,10 +119,6 @@ https://github.com/eadmundo/redux-token-api-middleware A redux middleware for making calls to APIs with token-based auth, automatically requesting a new token if needed. Actions can be calls to single or multiple API endpoints. -- **redux-routed-api-middleware** - https://github.com/aliaksandr-master/redux-routed-api-middleware - Redux api middleware for separate your api routes, api actions, and interceptors. provide state normalization, db reducer - - **redux-callapi-middleware** https://github.com/Reaverart/redux-callapi-middleware Redux CallAPI Middleware to make API calls in generic and declarative way. diff --git a/middleware.md b/middleware.md index cf40a7b..87217b7 100644 --- a/middleware.md +++ b/middleware.md @@ -61,10 +61,6 @@ https://github.com/benwiley4000/redux-action-transform-middleware Generates Redux middleware for applying a given transformer function to a given sub-object target on each dispatched action (if it exists). This target's key is specified as a string and can be deeply nested (e.g. 'req.data'). -- **redux-action-enhancer** - https://github.com/bdwain/redux-action-enhancer - Enhance your actions with values from the store. Inspired by connected components in react-redux. - - **redux-error-middleware** https://github.com/johnrhampton/redux-error-middleware Middleware that dispatches defined actions when the current action has an error. @@ -109,10 +105,6 @@ https://github.com/markdalgleish/redux-tap Simple side-effect middleware for Redux. Create middleware that match a predicate and run a callback accordingly. -- **redux-entry** - https://github.com/ThatBean/redux-entry - Process dispatched action before it reaches the store - - **redux-observable-middleware** https://github.com/d6u/redux-observable-middleware Redux middleware for subscribing to observables in action creators. @@ -299,10 +291,6 @@ https://github.com/kwhitaker/redux-make-mori Redux middleware to coerce native javascript types into the equivalent Mori types. -- **Redux Provider Middleware** - https://github.com/reduxible/redux-provider-middleware - A redux middleware which provides Angular-like providers. - - **redux-inject** https://github.com/bradharms/redux-inject Redux middleware generator that allows dependencies to be injected into action creators. @@ -346,9 +334,9 @@ https://github.com/chikeichan/redux-worker Helps you build multi-threaded JavaScript applications by moving your reducer into a Web Worker. It also provides a simple API for you to register tasks to be executed in the web worker outside of Redux. -- **Redux Provider** - https://github.com/reduxible/redux-provider-middleware - The providerMiddleware provides providers that similar with providers of Angular.js. A providerMiddleware injects providers that returns new or cached objects to action. It also similar with Spring Beans. +- **Redux Provider Middleware** + https://github.com/pitzcarraldo/redux-provider-middleware + The providerMiddleware provides providers that similar with providers of Angular.js. A providerMiddleware injects providers that returns new or cached objects to action. It also similar to Spring Beans. - **redux-publish-action** https://github.com/oriweingart/redux-publish-action @@ -422,10 +410,6 @@ https://github.com/eliascodes/redux-script-loader Redux middleware to handle dynamically loading scripts -- **redux-elm-plugin** - https://github.com/ulisses-alves/redux-elm-plugin - Utility package for wrapping Elm application ports into Redux actions and reducers. - - **redux-middleware-workers** https://github.com/Natasha08/redux-middleware-workers A middleware to forward actions to webworkers. diff --git a/reducers.md b/reducers.md index ebc192b..2f16a12 100644 --- a/reducers.md +++ b/reducers.md @@ -259,10 +259,6 @@ https://github.com/giftofjehovah/redux-pipe Utilities for running reducers in a sequence and branching based on a predicate. -- **reducer-redux** - https://github.com/b-gran/reducer-redux - A Ramda-based utility for reducers based on an object tree to define the shape of the state - - **redux-strategic-reducer** https://github.com/davidjbeveridge/redux-strategic-reducer Another lookup-table reducer builder, with built-in "set" and "clear" handlers @@ -279,10 +275,6 @@ https://github.com/dphilipson/typescript-fsa-reducers Fluent syntax for defining typesafe reducers on top of typescript-fsa. -- **redux-reducers** - https://github.com/casparrolfe/redux-reducers - Unobtrusive Redux utils for composing reducers and targeting them based on an ID. - - **redux-ramda-reducer** https://github.com/kudorori/redux-ramda-reducer Assorted utilities for creating reducer functions using Ramda @@ -299,10 +291,6 @@ https://github.com/oxyno-zeta/redux-autoreducers Utilities for generating reducers that handle async progress actions. -- **redux-dependent-reducers** - https://github.com/shura-v/redux-dependent-reducers - Combine reducers dependent on evaluation order - - **redux-reducers** https://github.com/zimmed/redux-reducers Utility library for modular redux reducers. @@ -448,10 +436,6 @@ https://github.com/gtg092x/redux-pipeline Redux Pipeline combines reducers into a single, manageable sequence. -- **redux-composers** - https://github.com/shoutem/redux-composers - Utilities to combine reducers in various ways beyond `combineReducers`, including chaining, merging, and mapping. - - **redux-higher-order** https://github.com/brianneisler/redux-higher-orders Redux enhancer for composing higher order reducers. Wrap the reducer with functionality ensuring that the higher order reducers run before the primary reducer. @@ -460,10 +444,6 @@ https://github.com/brianneisler/redux-rereducers A higher order reducer for performing state calculations after the initial reduction has completed. -- **higher-order-reducers** - https://github.com/Nehle/higher-order-reducers - A simple utility belt library for building and composing redux reducers using higher order functions. - - **redux-compose-hors** https://github.com/l2silver/redux-compose-hors Compose higher-order-reducers in the correct order, with nesting. @@ -480,10 +460,6 @@ https://github.com/bspaulding/redux-buffered-reducer A simple reducer enhancer to buffer changes -- **initializable-reducer** - https://github.com/oreshinya/initializable-reducer - Initializing reducers action and associated higher order reducer for redux. - - **horux** https://github.com/Nehle/horux A simple utility belt library for building and composing redux reducers using higher order functions. @@ -496,10 +472,6 @@ https://github.com/aakashns/dextrous A tiny library with utilities for Redux reducer composition. -- **redux-reorder** - https://github.com/nonnontrivial/redux-reorder - Higher-order reducer that tracks order fluctuation within iterable state. Appends a given reducer with a representation of how its new order has changed from a previous order. - - **redux-reset-state** https://github.com/cadleo/redux-reset-state A redux plugin to reset the redux state you specify @@ -588,11 +560,6 @@ https://github.com/telepathtech/redux-property-graph Basic property graph for redux -- **redux-reducer-factory** - https://github.com/mclauia/redux-reducer-factory - https://github.com/mclauia/redux-reducer-meld - A configurable createReducer factory for adding common reducer enhancers. - - **redux-store-validator** https://github.com/alixander/redux-store-validator Wrapper to add validation to your Redux reducers. diff --git a/routing.md b/routing.md index 59c5e2b..aac0cc3 100644 --- a/routing.md +++ b/routing.md @@ -78,7 +78,7 @@ - **router-redux** https://github.com/subuta/router-redux - View framework agnostic router for redux :) This is react-router-redux for your vdom-based project. + View framework agnostic router for redux :) This is react-router-redux for your vdom-based project. Uses pushState/popState-based client side routing. - **Redux.Routes.Renderer** https://github.com/sequencemedia/Redux.Routes.Renderer @@ -156,10 +156,6 @@ https://github.com/Darmikon/router-redux-params React router params inside redux store. -- **router-redux** - https://github.com/subuta/router-redux - A view-framework-agnostic router for Redux, with pushState/popState-based client side routing - - **redux-url** https://github.com/jedirandy/redux-url A redux middleware that does one simple job: matches a url pattern and dispatch an action. diff --git a/side-effects-functions.md b/side-effects-functions.md index 788d5cf..0ffba2a 100644 --- a/side-effects-functions.md +++ b/side-effects-functions.md @@ -127,10 +127,6 @@ https://github.com/redux-effects/redux-effects-fetch Declarative data fetching for redux -- **redux-effects-fetch-fixture** - https://github.com/team-boris/redux-effects-fetch-fixture - An extension for redux-effects-fetch, which lets you define fixtures for your FETCH actions. Now you are able to develope completely without any REST backend. - - **redux-effects-credentials** https://github.com/redux-effects/redux-effects-credentials Add credentials to fetch requests when conditions are met diff --git a/side-effects-generators.md b/side-effects-generators.md index 00f7ce5..7888f34 100644 --- a/side-effects-generators.md +++ b/side-effects-generators.md @@ -200,10 +200,6 @@ https://github.com/cyrilluce/redux-saga-catch Helpers for redux-saga that auto-wrap sagas with try-catch to prevent a thrown error from stopping all sagas. -- **redux-saga-requests** - https://github.com/klis87/redux-saga-requests - Redux-Saga addon to simplify handling of AJAX requests. It supports Axios and Fetch API, in the future additional integrations will be added, as they can be implemented in a plugin fashion. - - **redux-saga-crud-service** https://github.com/eakarpov/redux-saga-crud-service Generates crud methods for services using saga middleware diff --git a/side-effects-observables.md b/side-effects-observables.md index f8356c8..29f2e54 100644 --- a/side-effects-observables.md +++ b/side-effects-observables.md @@ -36,10 +36,6 @@ https://github.com/joshburgess/redux-most Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming. -- **redux-cycle-middleware** - https://github.com/lmatteis/redux-cycle-middleware - Handle redux async actions using Cycle.js. - - **redux-cycles** https://github.com/cyclejs-community/redux-cycles Bring functional reactive programming to Redux using Cycle.js diff --git a/store-persistence.md b/store-persistence.md index eba3446..8b8282f 100644 --- a/store-persistence.md +++ b/store-persistence.md @@ -60,10 +60,6 @@ https://github.com/explorigin/persistent-redux Persistent-Redux is a drop-in middleware that will save your Redux state and restore it on the next page load. Previously this tool focused on PouchDB but now it offers an adapter API to use any backend. -- **redux-simple-storage-middleware** - https://github.com/BartWaardenburg/redux-simple-storage-middleware - Simple redux middleware which will store the current state tree in either session- or localstorage - - **Redux-Session** https://github.com/HelpfulHuman/Redux-Session Redux middleware for automatic setting and hydration of state data in external storage. @@ -180,10 +176,6 @@ https://github.com/philopian/redux-session-storage-gatorade Use session storage to store the state of your redux store so if the user refreshes the browser your state will persist -- **redux-state-save** - https://github.com/bytefunc/redux-state-save - Save and load the Redux state to file storage and localStorage - - **redux-local-persist** https://github.com/Atomic-Reactor/redux-local-persist Redux middleware for selectively loading and saving state to localStorage. Redux Local Persist allows you to add a persist property to your Redux state that will specify how the defined values are saved in localStorage. @@ -231,10 +223,6 @@ https://github.com/edy/redux-persist-transform-filter Filter transformator for redux-persist -- **redux-persist-transform-expire** - https://github.com/gabceb/redux-persist-transform-expire - Add expiration to your persisted store - - **redux-persist-restful-storage** https://github.com/qwe852/redux-persist-restful-storage Restful storage for redux-persist diff --git a/store.md b/store.md index 4a18f81..3464eac 100644 --- a/store.md +++ b/store.md @@ -208,10 +208,6 @@ https://github.com/anwfr/redux-subscribe-ts Subscribe to a path in your redux state, get notified when sub-state changed with state diff -- **redux-detector** - https://github.com/piotr-oles/redux-detector - Redux Detector enhancer allows you to detect state changes in redux. A detector is a simple and pure function which compares two states and returns action or list of actions for some states transitions. - - **redux-watch-immutable** https://github.com/Danetag/redux-watch-immutable Watch/observe Redux store state changes using Immutable.js. Redux-watch is a small but helpful library that associate a callback() to a path-to-the-store. Unfortunately, it's not optimized/made to work with Immutable.js. So we took the main concept and made it work. diff --git a/testing.md b/testing.md index 650403d..6ec79b1 100644 --- a/testing.md +++ b/testing.md @@ -83,10 +83,6 @@ https://github.com/khanghoang/react-redux-mock Mock the react-redux package for testing. -- **mocha-redux-integration** - https://github.com/tomvej/mocha-redux-integration - Integration testing of redux stores with mocha - - **chai-redux** https://github.com/ScaCap/chai-redux An extension plugin for the Chai assertion library for testing Redux stores. @@ -150,10 +146,6 @@ #### Actions -- **redux-asserts** - https://github.com/mitodl/redux-asserts - Functions to assert dispatched actions in redux - - **redux-actions-assertions** https://github.com/redux-things/redux-actions-assertions https://github.com/redux-things/redux-actions-assertions-js @@ -163,10 +155,6 @@ https://github.com/madebymany/redux-action-logging Redux testing utility middleware to log actions received by a store without mocking that store. -- **redux-testkit** - https://github.com/wix/redux-testkit - Use this module to easily write unit tests for redux actions, including asynchronous actions using redux-thunk middleware. - - **redux-asserts** https://github.com/mitodl/redux-asserts Functions to assert dispatched actions in redux. These functions are aimed at making integration testing with redux easier by abstracting away the need to manage and listen to the store's actions. @@ -206,10 +194,6 @@ https://github.com/R1ZZU/redux-saga-chai redux-saga-chai extends Chai and allows you to be more verbose while testing sagas -- **redux-saga-tester** - https://github.com/guybenron/redux-saga-tester - Full redux environment testing helper for redux-saga - - **redux-saga-testing** https://github.com/antoinejaussoin/redux-saga-testing A no-brainer way of testing your Sagas. @@ -258,10 +242,6 @@ https://github.com/modosc/better-redux-saga-tester Better full redux environment testing helper for redux-saga (initially forked from redux-saga-tester) - - **trampss-redux-saga-tester** - https://github.com/Trampss/trampss-redux-saga-tester - Test your sagas (redux-saga) with ease, compatible with Jest snapshots ! - - **jest-saga** https://github.com/a-type/jest-saga A Jest expect extension to quickly test a redux-saga generator. @@ -287,14 +267,10 @@ Utilities to test sagas, reducers and selectors in integration - **k-redux-saga-tester** - https://github.com/alakarteio/k-redux-saga-tester + https://github.com/unirakun/k-redux-saga-tester Test your sagas (redux-saga) with ease, compatible with Jest snapshots! - **redux-mock-saga** https://github.com/giespaepen/redux-mock-saga Elegant testing strategy to check what your sagas really do, i.e. testing the result of the side effects. - -- **proofread** - https://github.com/streamich/proofread - A convenience method to decrease boilerplate when testing you Redux sagas with Jest \ No newline at end of file diff --git a/use-cases.md b/use-cases.md index 45cfe29..652ef1f 100644 --- a/use-cases.md +++ b/use-cases.md @@ -1,4 +1,6 @@ -### Assorted Use Cases +### Use Cases + +#### Assorted - **Redux Collections** https://github.com/khrykin/redux-collections @@ -112,7 +114,7 @@ Flip or flop a feature in with real-time updates through a Redux store by directly using React's context. -### Page Interaction +#### Page Interaction - **redux-geolocation** https://github.com/karlguillotte/redux-geolocation @@ -191,7 +193,7 @@ Keep your media type and screen size in sync with application state -### Internationalization +#### Internationalization - **redux-pagan** https://github.com/alexkuz/redux-pagan diff --git a/variations.md b/variations.md index db890ae..74c81b8 100644 --- a/variations.md +++ b/variations.md @@ -234,10 +234,6 @@ https://github.com/stephenbunch/redux-branch A library for defining "branches" - local stores whose state is merged on top of the parent. This allows each component to have its own Redux store while still being able to interact with the parent store. -- **redux-with-selectors** - https://github.com/guillaumearm/redux-with-selectors - A redux store enhancer for adding selectors inside the store. Provide a withSelectors function that take a schema of your selectors, a store and return a new enhanced store. This will allow you to centralize all your selectors in the redux store, and call them by using getState() - - **Petiole** https://github.com/ilkkahanninen/petiole Petiole embraces the idea of Redux reducer bundles, better known as ducks, but takes them further with uniform construction function and throws support for selectors in. In Petiole these bundles are called leaves -- they are the leaf nodes (end-nodes) in our state tree. @@ -320,7 +316,7 @@ - **redux-global-selectors** https://github.com/guillaumearm/redux-global-selectors - A redux store enhancer adding selectors inside the store. + A redux store enhancer for adding selectors inside the store. Provide a withSelectors function that take a schema of your selectors, a store and return a new enhanced store. This will allow you to centralize all your selectors in the redux store, and call them by using getState() - **react-redux-connect-helpers** https://github.com/rongierlach/react-redux-connect-helpers @@ -459,10 +455,6 @@ https://github.com/jgnewman/react-redux-infuser A thin layer wrapping react-redux tools to simplify creating more powerful React containers. -- **react-redux-connected** - https://github.com/jimmyhmiller/react-redux-connected - An opinionated layer on top of react-redux that provides a simple props driven way to connect components. - - **redux-lens** https://github.com/dashed/redux-lens Apply a redux reducer and an action at the specified path of your application state tree @@ -500,10 +492,6 @@ https://github.com/aight8/redux-domain Manage your redux store, reducers, sagas in domains -- **react-dedux** - https://github.com/tiagomapmarques/react-dedux - Redux abstraction for state management in React - - **redux-state-connect** https://github.com/NikolayBorisov/redux-state-connect Help to connect to native React Component State @@ -741,7 +729,6 @@ A set of utility functions to make it easier to use Redux. No string constants, no reducers with switch statements, no nested reducers. - **redux-modules** - https://github.com/procore/redux-modules https://github.com/mboperator/redux-modules-middleware A refinement on the Redux module concept with developer experience in mind. It provides: a concise, intuitive way to define actions and state transformations; action creator middleware for transforming actions before they're dispatched; a decorator that handles mapping state and actions to components; a modified Redux Provider that dynamically registers new reducers as connected components mount; diff --git a/widgets.md b/widgets.md index 667df4e..974750e 100644 --- a/widgets.md +++ b/widgets.md @@ -119,10 +119,6 @@ https://github.com/Availity/react-block-ui This library contains easy to use components to prevent the user from interacting with the user interface based on some conditions. There is also a separate component which works with redux to help block and unblock automatically based on redux action types. See the ReduxBlockUi component for more details. -- **redux-wizard-form** - https://github.com/frankPairs/redux-wizard-form - A Redux-connected wizard form that helps manage steps and transitions. - - **redux-list-builder** https://github.com/kierandenshi/redux-list-builder A React component for building lists of strings