shawnbot / meta-template

:sparkles: Automagically convert Nunjucks templates into a variety of other formats!
52 stars 9 forks source link

React support #18

Open shawnbot opened 7 years ago

shawnbot commented 7 years ago

React support would be really interesting. I'm not sure what the JSX AST looks like, but with a little clever pattern matching I think this could be doable. Here are some potential stumbling blocks off the top of my head:

One nice thing, at least, is that we wouldn't have to worry about whitespace and could just pipe the generated code through prettier. ✨