Best Practices for Optimizing Performance in Large-Scale MERN Apps #176565
-
BodyHey everyone , Guidelines
|
Beta Was this translation helpful? Give feedback.
Answered by
drdixit
Oct 11, 2025
Replies: 1 comment 1 reply
-
|
Hypothetically I would go with TanStack Query for API caching, Zustand/Redux for global state, memoize heavy components, use WebSockets for real-time, and optimize MongoDB with indexes + Redis caching. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jitusolanki1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hypothetically I would go with TanStack Query for API caching, Zustand/Redux for global state, memoize heavy components, use WebSockets for real-time, and optimize MongoDB with indexes + Redis caching.