chore(readme): add more info

This commit is contained in:
Ayo 2024-01-21 20:02:24 +01:00
parent ed9650997e
commit f32aac3bc8

View file

@ -25,3 +25,7 @@ For production you would start the node server in the `server` folder, after bui
## Shared dependencies
Dependencies such as react and react-dom are shared across applications. They are fetched from [esm.sh](https://esm.sh/) and gets cached in the browser, reducing the bundle size. Each app can share other dependencies as well through url imports.
## More info
This project was initially forked from [this repo](https://github.com/sasoria/astro-microfrontends)