In this article, we look at two popular options for creating client-side routing in React applications: React Router and React Location. What’s the difference and when would you use one vs. the other?
In this article, we will build an image gallery with Next.js. We will be building this application with UI components from the KendoReact library and bringing in our images from Cloudinary.
This post covers React Suspense and React Lazy, which can be used to split code, fetch data and set the order at which components are rendered—giving you total control of your project.