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

christophehurpeaudeprecated/ibex-react

Repository files navigation

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);

About

render with react in ibex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published