All Projects → alanrsoares → re-reduced

alanrsoares / re-reduced

Licence: other
Productivity toolbelt for React/Redux/Redux-Saga apps. 1.7kb minzipped

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to re-reduced

Redux Dynamic Modules
Modularize Redux by dynamically loading reducers and middlewares.
Stars: ✭ 874 (+5726.67%)
Mutual labels:  sagas
Kea
Production Ready State Management for React
Stars: ✭ 1,805 (+11933.33%)
Mutual labels:  sagas
Kasia
🎩 A React Redux toolset for the WordPress API
Stars: ✭ 219 (+1360%)
Mutual labels:  sagas
Reapex
A lightweight framework to build pluggable and extendable redux/react application
Stars: ✭ 58 (+286.67%)
Mutual labels:  sagas
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (+773.33%)
Mutual labels:  sagas
Redux Saga Testing
A no-brainer way of testing your Sagas
Stars: ✭ 150 (+900%)
Mutual labels:  sagas
Eventuate Tram Examples Customers And Orders
An example of Choreography-based sagas in Spring Boot/JPA microservices
Stars: ✭ 276 (+1740%)
Mutual labels:  sagas
SwiftyJSONModel
Better way to use SwiftyJSON with custom models
Stars: ✭ 29 (+93.33%)
Mutual labels:  type-safe
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (+813.33%)
Mutual labels:  sagas
Zio Saga
Purely Functional Transaction Management In Scala With ZIO
Stars: ✭ 200 (+1233.33%)
Mutual labels:  sagas
React Nativeish
React Native / React Native Web Boilerplate
Stars: ✭ 106 (+606.67%)
Mutual labels:  sagas
Redux 4 Ways
Redux Implementation - Thunk vs Saga vs Observable vs Redux Promise Middleware
Stars: ✭ 123 (+720%)
Mutual labels:  sagas
Redux Tower
Saga powered routing engine for Redux app.
Stars: ✭ 155 (+933.33%)
Mutual labels:  sagas
Jes
Java Event Store implementation
Stars: ✭ 32 (+113.33%)
Mutual labels:  sagas
Watermill
Building event-driven applications the easy way in Go.
Stars: ✭ 3,504 (+23260%)
Mutual labels:  sagas
Redux Saga
An alternative side effect model for Redux apps
Stars: ✭ 21,975 (+146400%)
Mutual labels:  sagas
Eventflow
Async/await first CQRS+ES and DDD framework for .NET
Stars: ✭ 1,932 (+12780%)
Mutual labels:  sagas
nest-convoy
[WIP] An opinionated framework for building distributed domain driven systems using microservices architecture
Stars: ✭ 20 (+33.33%)
Mutual labels:  sagas
spring-microservices
🌱 Simple Microservice Architecture based on Sagas and CQRS patterns
Stars: ✭ 52 (+246.67%)
Mutual labels:  sagas
React Native Restaurant App
Stars: ✭ 187 (+1146.67%)
Mutual labels:  sagas

# Re-reduced

npm module bundle size minified bundle size minified + gzipped travis docs Greenkeeper badge

A typesafe functional toolbelt for React and Redux apps

Features

  • typesafe
  • focus on domain driven design
  • encourages fractal architecture
  • built with testability and scalability in mind
  • reduces boilerplate dramatically by reusing data structures

Installation

With NPM: npm i --save re-reduced

With Yarn: yarn add re-reduced

Guides

Examples

  • Counter - Counter app using both connectWithActions and react hooks
  • ToDo - ToDo app using connectWithActions, selectors and async integration

Go check out the docs!

LICENSE

MIT

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].