DEV Community

Discussion on: 5 Good practices to scale your React projects easily

Collapse
 
jeffreythecoder profile image
Jeffrey Yu • Edited

Yes Tamas, frontend scaling is different than backend. Here I'm talking about how to scale code (size of client app), where modular and extendable code are the keys.

For handling more load like scaling backend, frontend can apply caching and reducing unnecessary requests to backend. Server-side rendered clients could have more cases.

Collapse
 
omercohen990 profile image
omercohen990

Also code splitting is pretty important for frontend scaling