microsoft / redux-micro-frontend

This is a library for using Redux to manage 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 enabling cross-application communication.
MIT License
344 stars 64 forks source link

Add ability to expose derived state apis #39

Closed datajoy-eric closed 2 years ago

datajoy-eric commented 2 years ago

Resolves #38

Open to any discussion in terms of naming, missing tests, missing functionality :)

Thank you!

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

patrickCode commented 2 years ago

I have added a few renaming suggestions, please verify

datajoy-eric commented 2 years ago

I have added a few renaming suggestions, please verify

Thanks so much for the review, made the changes + left a few comments as well. Let me know what you think, I'd be happy to rename/change anything :)

patrickCode commented 2 years ago

I have added a few renaming suggestions, please verify

Thanks so much for the review, made the changes + left a few comments as well. Let me know what you think, I'd be happy to rename/change anything :)

I can't see the new changes, have you pushed the commits?