Wondering if this might be preferable for JS environments that don't support JSX syntax but still want React-ish (see #33) output. Instead of `<>{x.foo}</>`, a series of nested function calls?
Wondering if this might be preferable for JS environments that don't support JSX syntax but still want React-ish (see #33) output.
Instead of
<>{x.foo}</>, a series of nested function calls?