Steps to decrease your React app initial loading time using code splitting.
We build large-scale apps using React. When building these apps, the m...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
best way to optimize a react app is to not use react
use preact if you like the api
use any number of web components libraries if you only want components and templates - lit (oop), haunted (hooks), fast (hybrid), atomico (hooks), hybrids (hybrid)
Using React by itself will not result in a highly performant application. If you’re not careful, the application can pick up bloat easily. It’s good practice to conduct audits periodically. best tantrik in Kalyan
Thank you for this! 👏 Extremely educational. Will implement suspense immediately. But it's still experimental right? Or not ready for production?
Suspense is ready for production.
Right on 👌
switch to preact,It is 3kb alternative to react. use preact/compact to achieve 100% compitability with react apps
Awesome 👍👍👍
Hey, sorry for writing here, but could you add RSS feed to your blog?!
Great explanation! My understanding of lazy loading was a bit hazy but the way you explained it made it much more clearer.
Recently i’ve read about the code splitting and lazy loading and i was thinking ok but how and why, this post put me back on the right track thanks a lot for the effort
Thank You
Insightful content.
Thanks for sharing
Keep writing
Cheers...
This was super helpful, Thank you!
Very nice...
SSR with Suspense also fast
Looks good example!
It would be great if you can explain about the image optimization.
Thank you