React-static and Gatsby.js frameworks

I’ve started to refactor Solid-IDE, should be done in next couple of hours. So you should wait on a pull until then. I’ll message you, then go for it. Solid-file-client is mostly agnostic about browsers - doesn’t really care what happens in them. It does not do any user interface or display, (not even console logging in most cases), So I don’t think you’ll actually be changing Solid-file-client. Here’s a suggestion : start with a single form in solid-ide, say the mange-folder form that appears when you click on a green folder icon. Make a react component that gathers current folder data, presents it to the user as a form and then gathers user input and sends it to solid-file-client. The current Vue form does that, and it could easily be replaced with a React component (I would think). That all happens in the index.html and the solid-ide.js - none of the other files in the distro or solid-file-client would need to be involved.