Been working on a number of React projects, and was intrigued a little by JSX. I wanted to make running JSX in browser easier, so I tried my hand at using a service worker, to transpile JSX on the fly.<p>I started with @babel/standalone, but the library was heavy enough to notice a delay on the browser. I found out about sucrase a little later, and tried building it for the browser, and voila!<p>Didn't really thoroughly test if everything JSX is supported, but it seems fine for small learning or prototyping.