Creating interactive guided tours of web apps is an essential tool for improving an application's user experience. That can be easily handled using the React Joyride library. In this post, we look at Joyride and how to incorporate it into a React application.
Storybook is still a powerful tool for customizing, documenting and sharing our design systems—even if they’re built on top of a third-party component library. See how KendoReact can be used in combination with Storybook to launch a design system.
In this two-part series, we’ll build an admin dashboard app using KendoReact. In this second part, we’ll add navigation breadcrumbs and some charts and graphs.
React Hooks aim to solve the difficulties of logic reuse by enabling us to write components that have access to features like state, context, lifecycle methods, ref, etc. In this article, we’ll be spending our focus on the useContext hook—a useful hook that allows components to access data without the need to rely on props.