Well JSX is just compiled to JS so I guess you could have something that looks like HAML that substitutes the JSX code which in turn is compiled into JS.
Best place to start I guess would be to look into the JSX compiler to see how complicated that would be.
Well if I can get the JSX compiler to give me a hook every time it finds an "html" block, and to let me replace it with my own content, then that would work fine I guess. Then it'd be a matter of getting JSX to recognise haml syntax as html.
Best place to start I guess would be to look into the JSX compiler to see how complicated that would be.