ibex-react

1.0.0 • Public • Published

ibex-react

import Ibex from 'ibex';
import react from 'ibex-react';
 
const app = new Ibex();
react({
    View: View,
    initialData: window.__INITIAL_STATE__,
    element: document.getElementById('app'),
})(app);

Readme

Keywords

Package Sidebar

Install

npm i ibex-react

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • churpeau