Reactjs – Is it possible to create a Single Page App consuming a bundled component library without installing it via npm?
I want to create a single page application using either React, Vue or Sveltekit ( other suggestions for tools that get the job done are welcome! ). This SPA will be embedded inside an iframe provided by an external system.…