CRA allows developers to provide custom templates through the --template option. The KendoReact team has taken advantage of that awesome feature and created four different templates for you to use—read on to learn more!
WebSocket is a protocol for creating two-way communication between a client and a server. See how it eases the process of sending and receiving data in real-time React apps.
Routing is an important concept in web applications, and in this post we will go through the different ways to implement page routing in a Next.js application.