unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.
MIT License
56 stars 2 forks source link

React codegen without JSX #181

Open samhh opened 1 year ago

samhh commented 1 year ago

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?