How can i serve multiple different instances a react app as needed, such that any added feature automatically gets propagated to each client's instance of the app?
Right now, each app is manually hosted and configured to their subdomain, but every time i add a feature, none of the old ones receive the changes.
How can i solve this?
I feel like i can use docker images or containers, but my knowledge is limited.