How to Manage Multiple Data Visualizations in a React App Using KendoReact and React Hooks
In this article, we’re going to add scaffolding for our React and Progress KendoReact application. We’ll use KendoReact’s view layout functionality to house multiple different views. Let’s pick up from where we left the application last time. Our last installment left us with this rather plain-looking series of static bar charts: Today we’re going to…