@macrof/shared
Version:
React MicroFrontend Shared, Typescript, Webpack 5, ModuleFederation
18 lines (11 loc) • 290 B
Markdown
Macrof MF Shared
# Install
<blockquote>
yarn add @macrof/shared
</blockquote>
# For all microfronts
IOC(stores) - main instance (mobx), root store, employee store, token store
CONTEXT - main(global) react context
SERVICES - main services(http, logger, loader)
# How to use
...