Looking for a way to parse/manipulate/walk #JSX. Ideally I'd want a similar Interface like the default JS DOMParser. However all JSX parsers I can find, only allow manipulating/walking the AST they put out (which is too fine grained/low level for me). I just want to modify individual DOM Nodes […]

Comments