You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it goes into the scope of the project, since one could use the preserve option and use an additional transpiler, but I think it could help users write components & templates for any library (Vuejs, Ractive, ...), instead of just React.
The text was updated successfully, but these errors were encountered:
Hi !
Could it be possible to add a transformer for JSX that outputs a Javascript "normal" string ?
For example, this:
would be transformed to:
I'm not sure if it goes into the scope of the project, since one could use the
preserve
option and use an additional transpiler, but I think it could help users write components & templates for any library (Vuejs, Ractive, ...), instead of just React.The text was updated successfully, but these errors were encountered: