0.8.0 • Published 10 years ago

meiosis-react v0.8.0

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

Meiosis-React

Meiosis-React is a Meiosis renderer for React.

You can install it with npm:

npm i --save meiosis-react

Then use it along with Meiosis:

import { createComponent, run } from "meiosis";
import { renderer } from "meiosis-react";

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 meiosisReact global variable.

The Meiosis Guide contains a simple counter example.

You will also find a TodoMVC example in the meiosis-examples repository.

Finally, the todo-list example also uses Meiosis-React.

--

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

0.8.0

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.5.0

10 years ago

0.4.4

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago