redux-db
latest
Basics:
Installation
The schema
The object model
Typescript
Advanced features
Guide:
Defining your schema
Applying reducers
Configuring the store
Connect your components
Improving performance with selectors
redux-db
Docs
»
redux-db
Edit on GitHub
redux-db
ΒΆ
redux-db provides a normalized
redux
store and easy object management.
Basics:
Installation
The schema
Primary keys
Foreign keys
Many to many relationships
One to one relationships
Self referencing tables
Cascading deletes
Other field types
Custom value factory
Custom normalization
Schema reference
The object model
Database
Session
TableModel
RecordModel
RecordSetModel
Typescript
Advanced features
Custom model factory
Guide:
Defining your schema
Applying reducers
Configuring the store
Connect your components
Improving performance with selectors