reason-react-example
reason-react-example copied to clipboard
Examples for ReasonReact
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
i open src/index.html get the error
Appears to be 404'ing on loading the assets as a `file://` resource, but they definitely exist. `file:///Users/callen/work/reason-react-example/bundledOutputs/todomvc.js` was among the failures for the TodoMVC page. ``` $ ls -alh bundledOutputs...
Hello, a complete newbie here. After 'npm build' I got 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/Cellar/node/11.7.0/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose...
What are your thoughts on changing todo-mvc to model the todos as an array instead of a list. > Use array. React children should probably not be modeled as a...
This is the start of rollup integration that I started exploring today. If this is entirely undesirable that’s cool, or if there is any particular way you want it integrated...
Specifically the [current interop demo](https://github.com/chenglou/reason-react-example/blob/master/src/interop/pageReason.re#L3) only showcased prop types of simple scalars, but I wonder how one could do it for complex types (e.g. `{ match: { params } }`...
Newest Safari (on macOS 10.12.4) features [ES6 imports](https://twitter.com/rmondello/status/846408103117541376), investigate ditching webpack bundling and add instructions to the README