Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Installation

Darko Kukovec edited this page Dec 16, 2017 · 3 revisions

To install, use npm or yarn. The lib has a peer dependency of mobx 3.0.0 or later.

npm install mobx-collection-store mobx --save
yarn add mobx-collection-store mobx

Since the lib is exposed as a set of CommonJS modules, you'll need something like webpack or browserify in order to use it in the browser.

Don't forget to prepare your code for production for better performance!

Clone this wiki locally