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

Installation

As is typical for modern JavaScript libraries, the installation is straightforward.

Package managers

Install with npm:

npm install redux-orm

Install with yarn:

yarn add redux-orm

Browser script

Or use our precompiled UMD module. Adding the following tag exposes a global called ReduxOrm:

<script src="https://unpkg.com/redux-orm/dist/redux-orm.min.js"></script>

Downloads

  • Latest stable browser build (minimized)
    • Source Map
  • Latest stable browser build (only ever use if size does not matter)
Last updated on 22.9.2019
← Getting StartedQuick Start →
  • Package managers
  • Browser script
  • Downloads
Redux-ORM
Docs
Getting StartedQuick StartAdvanced scenarios
Community
Stack OverflowGitter
More
Star
Copyright © 2020 Redux-ORM documentation authors.
Some icons copyright Font Awesome.