Code splitting with lazy and Suspense in React

Knowing how to split your code with Suspense and lazy was discussed in a previous post. In short, you need to dynamically import your component using React.lazy and then render this variable as a child of a Suspense component. In this post let’s look at what is happening behind the scenes for the end user … Continue reading Code splitting with lazy and Suspense in React