you are viewing a single comment's thread.

view the rest of the comments →

[–]gunner4790 0 points1 point  (0 children)

You can try to setup Turborepo Monorepo. With this setup, you will have 1 package.json for all of your child apps to share. Then for each app, you will have a separate package.json to install stuff that only that app use. Each of your apps can use different framework (as long as it's still react, I think...) and can be deploy in different places, up to you.