This example shows how to catch errors in microfrontends with an ErrorBoundary.
- Build the microfrontend with
npm run build - Start the microfrontend with
npm run preview
- Build the shell with
npm run build - Start the shell with
npm run preview
Repository from Github https://github.comsasoria/astro-microfrontends-error-boundary
This example shows how to catch errors in microfrontends with an ErrorBoundary.
npm run buildnpm run previewnpm run buildnpm run previewMIT License