30 open-source projects similar to reactuate/reactuate, 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.
It's "Atomic Flux with hot reloading", a next-generation take on the Flux pattern with a few core philosophical design differences, including:
An opinionated CLI for building redux/react apps quicker
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
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.
Redux bindings for React Router – keep your router state inside your Redux store
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.
Another Redux DevTools Monitor
Add validation to your Redux reducers
Helper to create less verbose action types for Redux
Simple testing mechanism for Redux reducers
Create redux reducers for async behaviors of multiple actions.
Initial directory structure and package.json as a seed for new React based projects.
Modular and easy-to-grasp redux based state management, with least boilerplate
:fire: :hatching_chick: Firebase Redux for ReactJS
A universal boilerplate for building web applications w/ TypeScript, React, Redux, Server Side Rendering and more.
Universal Redux is an npm package that when used as a dependency in your project provides a universal (isomorphic) rendering server. You can either use its defaults and begin coding your project, or configure it to your liking with custom Webpack options and Express or Redux middleware. It's…