I’m working on a project right now in the old editor and it’s been great. Using react to build out interfaces for menus, button overlays and submit forms. HOWEVER, I’m just trying to test studio for a non-commercial project for bird rescue volunteers only to find that JSX, TSX heck, even just plain old ts is no longer supported. There are errors for webpack that state that the required compile options are not available? I see in the Botanical Plaster demo, React is being used in its raw state of React.createElement… which works but can be VERY cumbersome for building out entire projects with. Will JSX be coming back as an option within the webpack compiler or is there something I need to now enable in the project configuration? I tried using the old method using app.js / head.html but was finding the same problem. I like the new React screen manager method you’re using but want to confirm this loss of functionality.
1 Like