Skip to content
Péter Hauszknecht edited this page Nov 28, 2017 · 7 revisions

Repatch API Reference

Top-Level Exports

Store (Default export)

Importing

ES6

import Store, { thunk } from 'repatch'

ES5

var Store = require('repatch').default
var thunk = require('repatch').thunk
Clone this wiki locally