reason-react/ReactMini at master · lessp/reason-react · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

ReactMini

A minimal implementation of the core of React.

This subfolder isn't used and distributed. It's intended for the maintainers and curious folks to iterate on a core prototype of React, devoid of interop concerns (and possibly perf concerns).

Native Build & Run:

make build
make test

Javascript Build & Run:

make buildjs
make testjs