JSX has a nice feature called fragments (<></>), which expresses the idea of a list of elements without a parent.
https://reasonml.github.io/reason-react/docs/en/jsx#fragment
I read that we don't want to bloat the syntax here #16 (comment), but I would like to propose it and see if the change isn't too invasive by implementing it myself
JSX has a nice feature called fragments (
<></>), which expresses the idea of a list of elements without a parent.https://reasonml.github.io/reason-react/docs/en/jsx#fragment
I read that we don't want to bloat the syntax here #16 (comment), but I would like to propose it and see if the change isn't too invasive by implementing it myself