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...
Oct 30, 20212 min read97
