Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch Components as separate instances (micro app) #8

Open
yunweneric opened this issue Oct 6, 2024 · 0 comments
Open

Launch Components as separate instances (micro app) #8

yunweneric opened this issue Oct 6, 2024 · 0 comments

Comments

@yunweneric
Copy link
Owner

Right now, adding components share thesame routing system with the main app. This is not a good behavoir since other uis may have some unexpected behavoir while sharing thesame themes, colors and utils like the main web app.

To solve this, My thoughts are to implement a micro app achitechture where every ui component is separe from the main webapp. It could share some business logic or some utils with the main app, but should run as a separate instance.

If you are reading this an interested in working on this, please leave a message and tag me

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant