micro-connect
Seamlessly connect React, Angular and plain JavaScript or TypeScript applications into one.
What is micro-connect?
micro-connect provides the resources necessary to create applications using different popular technologies at the same time.
It allows you to embed components written in different technologies into your application.
Using micro-connect does not require you to overhaul your configuration. Just import it and your custom component and use it inside your application.
Discover
Event
×Use cases
The library exists in React but the Angular version is prettier and more advanced? Not a problem!
Angular component example
Your simple JavaScript project requires a complex component, which you would rather write in React? Easy!
React component example
All you need is a simple chart, but React versions are not free? Try searching in other technologies, such as vanilla JavaScript and embed the component into React!
JavaScript component example
How does micro-connect work?
micro-connect wraps your components from different technologies into reusable Components, which can be bundled, deployed and imported in any other application.
Your component
Your hosting application
micro-connect will also easily work with non-React hosting applications. You simply have to manage the component lifecycle yourself:
Component.mount(document.body)