Refactor Inspector to not use React

Hello,

as the title suggest I would like to have the inspector feature not using React. Since it adds not required boilerplate to the projects using it.

So my suggestions would be one of two:

  1. Rebuild the inspector in plain TS
    or
  2. Rebuild the inspector in Svelte, since it’s compiler based and wouldn’t add as much boilerplate

What do you think?

Best regards

Thanks for the suggestion!

When Web Components will be widely available we will do our best to slowly move all of our tools to work with web components and not force a specific web framework. Until then we are sticking with react, because we know react and are working with react for quite some time. We won’t port our inspector to a different framework, as it makes no sense. Native web - yes, when the time comes and we can work the way we want it to.

3 Likes