Please enable JavaScript.
Coggle requires JavaScript to display documents.
Front End System Design - Coggle Diagram
Front End System Design
System health
Performance
-
Scalability
Network performance
What do do about it
-
-
CDNs to serve static assets (images, scripts, CSS)
Reduce load time
-
Dynamic content loading
- 2 more items...
-
-
-
State management
More instances of a component = more changes to re-render = more load on browser = more jank = users frustrated
-
Reliability
-
Error handling
-
Making sure errors don't cause the system to fail in a way that's obvious to users, if possible?
-
-
-