@innohub/react-utils
v2.5.71
Published
- shared redux store to be used by any app (incl. vanilla js apps) or react component through API - shared message hub for raising messages in console or as snack messages from any app - web worker support
Readme
React utils
- shared redux store to be used by any app (incl. vanilla js apps) or react component through API
- shared message hub for raising messages in console or as snack messages from any app
- web worker support
Usage
The library shall be loaded from CDN:
- the CSS should be loaded in head
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@innohub/react-utils@version/dist/assets/index.css">- the Js should be loaded before the end of body
<script src="https://cdn.jsdelivr.net/npm/@innohub/react-utils@version/dist/assets/index.js"></script>