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.
After years of hard work and refinement, the former React Docs Beta have been promoted to official React documentation and are now live! Let’s look at what's new and exciting in the updated React docs.