React (Typescript & Redux & Webpack)
I'm developing a micro front-end application using react (typescript & redux & webpack)
But I'm seeing blockers in sharing the data between container app & child apps,
Above the planned structure, there roles based authorization
- Teacher
(Access to Teacher - Student Management App & Student - Academic Assessment && Teacher Registration App - Parents
(Acccess to Parent Registration App && Student - Academic - Assessment - Student
(Student Registration App && Student-Academic Assessment App)
Now, I'm seeing a blocker in sharing the redux-store data across child applications, i.e. when users log in from the login app, how to share the logged user information to child apps so that role-based access is implemented effectively, data is also to be shared.
Store should not be shared across apps.