How to use code splitting in React JS
What is code splitting?
Code splitting is a technique used to significantly improve the performance of large React apps. It involves splitting the code into smaller bundles and lazy loading them at runtime.
Why do we need it?
Before delving deeper in...
blog.wasifbaliyan.com2 min read
Ayodele Samuel Adebayo
Software Engineer & Customer Success Engineer at Hashnode
This is a nice read, short and straight to the point.
Thanks for sharing