[![LICENSE](https://img.shields.io/badge/license-MIT%20(The%20996%20Prohibited%20License)-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)


Keywords
rako, react
License
MIT
Install
npm install rako-react@0.9.4

Documentation

rako-react

LICENSE

Installation

yarn add rako rako-react or npm install rako rako-react.

Example

https://codesandbox.io/s/011136qpkn

After you open the link of codeSandbox above, because codeSandbox doesn't support console.group, please press Ctrl + Shift + J(on Windows) or Ctrl + Option + J(on macOS) to open DevTools > Console.

API

createStoreContexts(...stores: Array<Store>): Array<StoreContext>

getStoreProvider(...storeContexts: Array<StoreContext>): StoreProvider