Studio React Usage Example

So, I’ve been trying to rack my brain on the new React implementation within Studio but can’t quite do it. I know that you’re using React for a lot of scene management in the Botanical Blaster demo but due to the high complexity of other elements in that project, much of the basics of scene and view management are breaking when trying to extract it to a simplified version. Is there any way that somebody at Niantic could throw together a (similar to the ‘Empty’) foundational project that can be cloned in Studio that is a React based project? Please?

The other reason I’m interested in this is that part of the reason I’m finding that I am struggling is that JSX is unavailable in studio… Trying to build-out the reactRouter in vanilla JS… yeesh.