Redux-ORM

Redux-ORM

  • Getting Started
  • Docs
  • API

›Introduction

Introduction

  • Getting Started
  • Installation

Basics

  • Quick Start
  • Relational Fields
  • Reducers
  • Selectors
  • Usage with React

Advanced

  • Complex Selectors
  • Custom Reducer

API Reference

  • API Reference
  • ORM
  • Model
  • QuerySet
  • Session
  • Fields
  • Redux

Getting Started with Redux-ORM

Redux-ORM helps you manage relational data in Redux.

Installation

The library is available as a package on NPM for use with a module bundler or in a Node application:

npm install redux-orm

Polyfill

Redux-ORM uses some ES6+ features, such as Set and Symbol.

So if you are dealing with a pre-ES6 environment, you should load a polyfill like babel-polyfill before using Redux-ORM.

Details

For more details, see the Installation page. Or skip ahead to the Quick Start.

Last updated on 22.9.2019
Installation →
  • Installation
    • Polyfill
    • Details
Redux-ORM
Docs
Getting StartedQuick StartAdvanced scenarios
Community
Stack OverflowGitter
More
Star
Copyright © 2020 Redux-ORM documentation authors.
Some icons copyright Font Awesome.