aweary / reason-react-dom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reason ReactDOM

This is a basic implementation of a DOM renderer for React. It takes the place of react-dom and uses the react-reconciler package. It is implemented in Reason and compiled with BuckleScript.

Build

npm run build

Build + Watch

npm run watch

Editor

If you use vscode, Press Windows + Shift + B it will build automatically

About


Languages

Language:OCaml 62.7%Language:JavaScript 34.8%Language:C++ 2.5%