npm.io
0.0.87 • Published 5 years ago

ragu-dom

Licence
MIT
Version
0.0.87
Deps
1
Size
137 kB
Vulns
0
Weekly
0
Stars
91

RaguDOM

Ragu is a micro-frontend framework designed to enable multiple teams to work at the same product but in different codebase.

This package contains the default client of Ragu to fetch micro-frontends.

Read more at Ragu repository.

CDN

You can use the jsdelivr CDN to use Ragu:

<script src="https://cdn.jsdelivr.net/npm/ragu-dom@latest/ragu-dom.js"></script>

<script>
    RaguDOM.registerRaguComponent();
</script>