React JS | Custom hooks/Lazy Loading /HOCs
Code-splitting React components
Several techniques have been in use for code-splitting React components. A common approach is applying dynamic import() to lazy-load Route components for an application — this is usually referred to as route-based code...
articles.tkssharma.com8 min read