redux-orm
Data manager
A JavaScript library for managing relational data in Redux stores.
NOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.
3k stars
38 watching
114 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 2 awesome lists
crudfrontendjavascriptobject-databaseormreducerreduxrelational-databaseselectorstatestate-management
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
redux-utilities/redux-actions | Utilities for creating and managing Redux actions | 6,512 |
logrocket/redux-logger | A Redux middleware that logs and visualizes application state changes | 5,760 |
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,051 |
redux-saga/redux-saga | Library to manage application side effects in Redux apps using asynchronous flows and Generators | 22,536 |
reduxjs/redux-toolkit | An opinionated toolset for efficient Redux development | 10,737 |
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,852 |
vuex-orm/vuex-orm | Enables Object-Relational Mapping access to the Vuex Store | 2,356 |
happypoulp/redux-tutorial | A step-by-step tutorial on using Redux for state management in JavaScript applications | 3,755 |
meltingice/node-activerecord | An Object-Relational Mapping (ORM) library for multiple databases, including SQL and NoSQL systems. | 58 |
makeomatic/redux-connect | A utility library for handling async data loading in React applications with Redux state management | 548 |
prescottprue/react-redux-firebase | A library that provides Redux bindings for Firebase, enabling authentication, data population, and synchronization with Firebase Realtime Database, Firestore, and Storage. | 2,548 |
linkyndy/remodel | An Object Document Mapper for RethinkDB that simplifies data mapping and provides features like schemaless support, relations, and caching. | 193 |
reactgo/reactgo | A full-stack React application template with universal Redux and server-side rendering capabilities | 2,803 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |