chore(readme): add more info
This commit is contained in:
parent
ed9650997e
commit
f32aac3bc8
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
Loading…
Reference in a new issue