meiosis-inferno

0.8.0 • Public • Published

Meiosis-Inferno

Meiosis-Inferno is a Meiosis renderer for Inferno.

You can install it with npm:

npm i --save meiosis-inferno

Then use it along with Meiosis:

import { createComponent, run } from "meiosis";
import { renderer } from "meiosis-inferno";
 
const Main = createComponent({...});
run({ renderer: renderer().intoId(document, "app"), rootComponent: Main });

You can also download the JavaScript file from the Meiosis builds and add it to your page with a plain <script> tag. In that case it will be available as the meiosisInferno global variable.

The todo-list example uses Meiosis-Inferno.

--

Meiosis is developed by foxdonut (@foxdonut00) and is released under the MIT license.

Package Sidebar

Install

npm i meiosis-inferno

Weekly Downloads

4

Version

0.8.0

License

MIT

Last publish

Collaborators

  • foxdonut