Is there a way to make micro frontends in the molecules framework? So one api/angular address would be angular and a drugin, e.g. api/react would be react
Asked
Active
Viewed 276 times
2 Answers
1
Yeah, you can. In my home-portal project, I'm using Moleculer on the frontend side with micro-frontends concept, every module is running separately (and written with different frameworks) and communicated each other via Moleculer protocol.

Icebob
- 1,132
- 7
- 14
-
Wow man, nice work, congratulations and thanks for the advice – taaniel Jan 12 '21 at 19:39
0
Try this single-spa. single-spa is a framework for bringing together multiple JavaScript microfrontends in a frontend application.

Oleksii Pavlenko
- 1,327
- 1
- 11
- 25
-
You're right, this framework 'Single-spa' is dedicated to micro frontends, however I would like to use Moleculer because I use it in the project – taaniel Jan 12 '21 at 10:23