Please enable JavaScript.
Coggle requires JavaScript to display documents.
1 Micro Frontend Context - Coggle Diagram
1 Micro Frontend Context
-
-
Micro-frontends are suited well with a microservices architecture, allowing us to define slices of an application that are evolving together.
-
-
-
Offline first, or Cache first pattern
-
If a resource is cached and available offline, return it first before trying to download it from the server. If it isn’t in the cache already, download it and cache it for future usage
-
UI Options
- SPA 2. Server side Rendering 3. Micro Frontend