react-abode
react-abode copied to clipboard
React micro-frontend framework allowing you to host multiple React components from HTML.
## Running script from head tag vs body For apps that load the react-abode script in the `head` instead of bottom of `body`, would it be possible to amend to...
Effort to make the codebase more readable and update the documentation to make it more clear what this package is doing. Currently it's quite a lot of code with no...
- Bump frontend packages - Bump Jest to 29 - Set build to ES6, to avoid importing @swc/core with new tsup version. If there is a requirement to stay on...
Chrome was logging a `[Violation] Added synchronous DOM mutation listener to a 'DOMNodeInserted' event. Consider using MutationObserver to make the page more responsive.` Swap EventListener to MutationObserver