UNPKG

redux-micro-frontend

Version:

This is a library for using Redux to managing state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for e

6 lines (5 loc) 218 B
export * from './src/actions'; export * from './src/global.store'; export * from './src/common/interfaces'; export * from './src/common/abstract.logger'; export * from './src/common/interfaces/global.store.interface';