Anil Kushwaha Posted on May 16, 2019 Is there an alternative to Babel for JSX parsing? #react #jsx Top comments (1) Subscribe 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 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.