micro-frontends icon indicating copy to clipboard operation
micro-frontends copied to clipboard

Netlify Example

Open ido-ran opened this issue 7 years ago • 1 comments

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.

ido-ran avatar Jun 06 '18 08:06 ido-ran

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

naltatis avatar Jan 04 '19 11:01 naltatis