micro-frontends
micro-frontends copied to clipboard
Netlify Example
Hi,
I've adopted the static files example to run on Netlify.
I've deploy each team as different deployment and use redirects file to route requests to each team.
I can create a PR if you think it is good.
Hi @ido-ran, thanks for your work and sorry for my late response. I don't have experience with Netlify, but being able to run all examples on the web would be great. I see two issues where I'm not sure Netlify can solve them:
- Server Side Includes or similar technique to assemble the initial server response
- The delayed API request with with query parameters
/green/api/reco?sku=t_fendt(example 3)
Do you how if and how these could be done?
Thanks, Michael