Anil Kushwaha Posted on May 16, 2019 Is there an alternative to Babel for JSX parsing? #react #jsx Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Ben Lovy Ben Lovy Ben Lovy Follow Just this guy, you know? Email ben@deciduously.com Location Boston, MA, USA Education Currently enrolled @ Champlain College Online Work Rust Developer @ Tangram.dev Joined Mar 19, 2018 • May 16 '19 Dropdown menu Copy link Hide Not quite an alternative, but there's htm, which uses JS tagged templates to provide JSX-like syntax that doesn't require a transpiler. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Not quite an alternative, but there's htm, which uses JS tagged templates to provide JSX-like syntax that doesn't require a transpiler.