Javier Chávarri
Javier Chávarri
- Remove "Hello world x" - Arrays and keys - ...
There is a dune stanza `ppx_runtime_libraries` to include the runtime lib automatically. Per [dune docs](https://dune.readthedocs.io/en/stable/dune-files.html?highlight=ppx_runtime_libraries#library): > `(ppx_runtime_libraries ())` is for when the library is a ppx rewriter or a `[@@deriving...
We need to support recursive components. Right now there's some code inherited from reason-react but it hasn't been tested or used in examples.
Bindings to [useImperativeHandle](https://reactjs.org/docs/hooks-reference.html#useimperativehandle) are missing. We should add: - Bindings to core.mli - Tests and / or examples
Bindings to [Suspense](https://reactjs.org/docs/react-api.html#reactsuspense) are missing. We should add: - Bindings to core.mli - Test - Example
🚧 🚧 🚧 --- **WIP** --- 🚧 🚧 🚧 🚧 Implements the ideas in #47. ### API changes The main public API change involves the passing of `slots` instead of...
While #43 made some progress on solidifying hooks types to make their usage safer, there is still a case that @cristianoc brought up today that is not covered. For example,...
While working on #34 I updated the DOM reconciler example to have its primitives look more like the ones in revery: https://github.com/bryphe/reason-reactify/blob/60e270060db3980a833d4a62b5750c7b5e540855/examples/dom/WebReconciler.re#L17-L20 revery is already exposing CSS-like [styles](https://github.com/bryphe/revery/blob/d286aab3f7af57cbb66866ac044b0565f988e823/src/UI/Style.re), and [colors](https://github.com/bgoscinski/revery/blob/3fecb07b36e42460234d3c99b12aa77131e235e3/src/Core/Colors.re)....
Fixes #122. It works, but it is probably still far to be the right fix 😅 Any feedback is appreciated.
I tried to run this sample app with latest versions of packages (without touching `package.json`, just upgrading them) but it fails to run Webpack. The code in master as is...