The R1 2020 release of KendoReact is here and it brings new React UI components including the Drawer, Checkbox, Card, Avatar, and Form components. Additionally, the TreeList and Scheduler received a whole slew of updates.
This post takes you through the top features in the newly released Create React App 3.3. See how the latest updates help speed your development of React apps.
Today we’re happy to introduce a new Kendo UI Template Wizard for Visual Studio Code 🎉 In this article you’ll learn how to install the wizard, and how to use it to create powerful Angular, React and Vue applications.
Here are some of the most interesting features of React that I encountered as a JavaScript developer learning React for the first time. Hopefully my experiences can help you get to know these features too.
Context API is a great feature offered by React, but it can be tricky to get it right. Learn how to efficiently create and consume Context API with the use of hooks without performance issues. Starting with a naive implementation, we will iterate over what can be improved and how to avoid unnecessary component re-renders.