sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

[Juno] Template app: Clean up #555

Closed edda closed 2 months ago

edda commented 4 months ago

Add ErrorBoundary to template app

ArtieReus commented 4 months ago
  1. Remove test SVGs and GIFs from https://github.com/sapcc/juno/tree/main/apps/template/src/assets
  2. Remove Styles from https://github.com/sapcc/juno/blob/main/apps/template/src/styles.scss#L9
  3. Maybe initially store everything in a single file without slices at https://github.com/sapcc/juno/blob/main/apps/template/src/lib/store/createGlobalsSlice.js
  4. Set URL_STATE_KEY as the default value in the store at https://github.com/sapcc/juno/blob/main/apps/template/src/App.js#L32
  5. Perhaps leave only "Hello world" at https://github.com/sapcc/juno/blob/main/apps/template/src/AppContent.js#L13