All Projects → lundegaard → redux-tools

lundegaard / redux-tools

Licence: MIT license
💪 Maintaining large Redux applications with ease.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to redux-tools

typed-actions
Type-safe redux-actions
Stars: ✭ 43 (+26.47%)
Mutual labels:  redux-observable, redux-actions
ngx-redux-core
The modern redux integration for Angular 6+
Stars: ✭ 32 (-5.88%)
Mutual labels:  reducer, redux-actions
Redux Subspace
Build decoupled, componentized Redux apps with a single global store
Stars: ✭ 319 (+838.24%)
Mutual labels:  redux-observable
Stuhome
📱 An iOS client for https://bbs.uestc.edu.cn/ written in react-native, redux and redux-observable.
Stars: ✭ 241 (+608.82%)
Mutual labels:  redux-observable
Oh My Fullstack
🚀 Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)
Stars: ✭ 99 (+191.18%)
Mutual labels:  redux-observable
Typescript Fsa Redux Observable
TypeScript FSA utilities for redux-observable
Stars: ✭ 28 (-17.65%)
Mutual labels:  redux-observable
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (+302.94%)
Mutual labels:  redux-observable
react-native-hybrid-app
Demo application ofReact Native Hybrid Application (ReactNative + Redux + RxJs)
Stars: ✭ 15 (-55.88%)
Mutual labels:  redux-observable
ts-action-operators
TypeScript action operators for NgRx and redux-observable
Stars: ✭ 34 (+0%)
Mutual labels:  redux-observable
Cra Boilerplate
Up to date: This project is an Create React App - v2.1.1 boilerplate with integration of Redux, React Router, Redux thunk & Reactstrap(Bootstrap v4)
Stars: ✭ 87 (+155.88%)
Mutual labels:  redux-observable
React Redux Firebase
Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
Stars: ✭ 2,492 (+7229.41%)
Mutual labels:  redux-observable
Feeble
A React/Redux Architecture
Stars: ✭ 72 (+111.76%)
Mutual labels:  redux-observable
Luna
Manage npm dependencies through a modern UI.
Stars: ✭ 948 (+2688.24%)
Mutual labels:  redux-observable
React Admin
基于antd、redux-observable、redux-thunk、react-router响应式SPA脚手架,后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 141 (+314.71%)
Mutual labels:  redux-observable
Hls Downloader Web Extension
Web Extension for sniffing and downloading HTTP Live streams (HLS)
Stars: ✭ 510 (+1400%)
Mutual labels:  redux-observable
Rex Tils
Type safe utils for redux actions, epics, effects, react/preact default props, various type guards and TypeScript utils, React util components
Stars: ✭ 245 (+620.59%)
Mutual labels:  redux-observable
hls-downloader
Web Extension for sniffing and downloading HTTP Live streams (HLS)
Stars: ✭ 834 (+2352.94%)
Mutual labels:  redux-observable
Redux Epics Decorator
Dumb decorators for redux & redux-observable & react-redux & redux-actions
Stars: ✭ 60 (+76.47%)
Mutual labels:  redux-observable
Types First Ui
An opinionated framework for building long-lived, maintainable UI codebases
Stars: ✭ 114 (+235.29%)
Mutual labels:  redux-observable
redux-thunk-actions
Action creator for redux-thunk that handles sync and async functions.
Stars: ✭ 63 (+85.29%)
Mutual labels:  redux-actions

Redux Tools

by Lundegaard

🛠 💪 💉

Maintaining large Redux applications with ease.

A collection of tools for maintaining large Redux applications by enabling dependency injection of Redux code and development of multi-instance components by namespacing their state.

MIT License Downloads Version

Redux Tools consist mainly of:

  • Store enhancers for injecting reducers, middleware, and epics into your Redux store after the store is created.
  • Utility functions for less verbose definitions of action creators and reducers.
  • Logic for managing your state via namespaces.

Documentation & API Reference

See redux-tools.js.org, powered by Docsify.

Installation

The @redux-tools/react package contains everything you'll need to get started with using Redux Tools in a React application. Use either of these commands, depending on the package manager you prefer:

yarn add @redux-tools/react

npm i @redux-tools/react

Please visit redux-tools.js.org to see all available packages.

Changelog

See the CHANGELOG.md file.

Resources

Contributing

We are open to all ideas and suggestions, feel free to open an issue or a pull request!

See the contribution guide for guidelines.

Related Projects

  • validarium – Validations done right.
  • lundium – Beautiful React component library.
  • react-union – Integrate React apps into various CMSs seamlessly.

License

All packages are distributed under the MIT license. See the license here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].