tiny frontend
Example micro frontend architecture
📦 Runtime npm
Want to extract a component used in your org as an npm package, but don't want a build time dependency? This is for you.
🤝 Typesafe
The npm package acts as a contract and provides types and peer dependencies requirements to the host.
⚡️ SSR Support
Share components that require server side rendering, such as header and footer, across your organisation.