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)
- Latest stable browser build (only ever use if size does not matter)