30 open-source projects similar to cyclejs-community/redux-cycles, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
This repository serves as a comprehensive knowledge base and study guide for developers preparing for technical assessments and job screenings focused on React. It provides a structured collection of common industry inquiries and answers designed to build proficiency in the core concepts and patterns required for modern web interface development. The resource covers the fundamental pillars of the library, including component-based architecture, declarative rendering, and unidirectional data flow. It details essential patterns for managing both local and global application state, as well as te
Add validation to your Redux reducers
Redux bindings for React Router – keep your router state inside your Redux store
:fire: :hatching_chick: Firebase Redux for ReactJS
A Router made for Redux and made for universal apps! stop using the router as a controller... it's just state!
redux-api-middleware
FSA-compliant promise middleware for Redux with simple behaviour with minimal boilerplate declarations.
Express.js driver for cycle.js forked from here
Another Redux DevTools Monitor
Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See https://github.com/gaearon/redux/issues/125 for more details.
Helper to create less verbose action types for Redux
Simple testing mechanism for Redux reducers
Create redux reducers for async behaviors of multiple actions.
Modular and easy-to-grasp redux based state management, with least boilerplate
A source/sink router driver for Cycle.js, based on router5.
It's "Atomic Flux with hot reloading", a next-generation take on the Flux pattern with a few core philosophical design differences, including:
Audio graph driver for Cycle.js based on virtual-audio-graph.
Recompose is a suite of toolsets for implementing higher-order component composition, context extraction, render optimization, and external state integration. It provides a library of utilities to wrap components in reusable logic and behavioral layers, allowing developers to chain functional wrappers and reduce nesting within a component tree. The project focuses on the composition of functional wrappers to inject properties and behavior into components. It includes a set of helpers for extracting values from component context and passing them as direct properties, as well as tools for integ