#331 – November 21, 2021
What Is a Gantt Chart, Anyway, and When to Use It in Your React Apps
The Gantt Chart - a component that can provide a ton of utility in very few scenarios. Jump into this blog to understand when you should consider using a Gantt and see how you can easily add one into your app with the help of the KendoReact UI library.
React Location: Enterprise client-side routing for React
Declarative & asynchronous route elements and data loaders, first-class Search Param APIs, nested-routing, code-splitting and so much more.
330 React interview questions 🔥
Do you want to make a career change to something more lucrative? Or have you been putting in a lot of time and effort in preparation for an interview the following weekend?
How to create and publish a React component library
This tutorial will take you through the process of creating and publishing your own custom React component library and hosting it on Github.
How to prevent unnecessary React state update re-renders
The most commonly used hook in React development is useState. No matter how small or big your React application is, you’ll be using it. It’s the key to implementing interactivity, logic, and state into our React web applications. Without all of these, our web application would be no different from a static web page.
A visual guide to React rendering - refs
How to disable this button after 3 clicks without re-rendering the component first 2 times?