Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 291 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 291 Bytes

ibex-react-redux

import Ibex from 'ibex';
import reactredux from 'ibex-react-redux';

const app = new Ibex();
reactredux({
    moduleDescriptor,
    initialData: window.__INITIAL_STATE__,
    element: document.getElementById('app'),
})(app);

debug

DEBUG=ibex.react-redux