|
|
|
|
|
by glennsl
3149 days 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 |
|