unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React codegen without JSX

samhh opened this issue · comments

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?