reason-react
reason-react copied to clipboard
This repo is a good test case for bsb's merlin generation. We can call merlin and and pipe in some lines and assert on the output, to make sure the...
We use currying for `ref` and `key` already. There might be some phantom types/GADT things we can use here to statically type the fact that children `key` exists. More info:...
If the user likes to use the fancy build output option, then this should be the unifying UI for native and js. We're currently doing string matches on `bsb -w`'s...
No more setState-after-free errors!
I believe we need (at least the following) - Better `package.json` with `env` commands to be able to launch editor with perfectly constructed path. - `ninja` as an npm dependency.