6 ms·
Unfortunately not. It's an inseparable part of the Reason syntax. You can however use either the desugared form: ([@JSX] div(~foo=bar, ~children=[child1, chi
by glennsl 9y ago
Unfortunately not. It's an inseparable part of the Reason syntax. You can however use either the desugared form:
([@JSX] div(~foo=bar, ~children=[child1, child2], ()));
Or a preprocessor that'll give you a JSX-like syntax, but without the type checking: https://github.com/cxa/ppx_bsx https://github.com/cxa/ppx_bsx