Kinda Code
Home/React

React

React tutorials, tips & tricks
3 Best Libraries to Create Pie Charts in React

3 Best Libraries to Create Pie Charts in React

Updated: Mar 06, 2024
There are various libraries out there to help you create a beautiful pie chart (aka circle chart, pie graph, etc.) in React without any pain. This article will walk you through the most outstanding ones among them. VictoryPie A very......
Most popular React Component UI Libraries (2024)

Most popular React Component UI Libraries (2024)

Updated: Mar 06, 2024
These days, React.js is the world’s most popular Javascript web frontend framework, and you can see a huge number of tech giants using it for their products, including Facebook, Instagram, Netflix, and Shopee. With the rapid......
React warning: findDOMNode is deprecated in StrictMode (2 solutions)

React warning: findDOMNode is deprecated in StrictMode (2 solutions)

Updated: Mar 06, 2024
The Problem When working with React.js, you will probably come across an annoying warning: Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead,......
Top 4 best React form validation libraries (2024)

Top 4 best React form validation libraries (2024)

Updated: Mar 06, 2024
Form validation is an important part of many web and mobile applications. In React, you can write the validation logic on your own, but if you’re working on a production project, this job can cost much time and effort for coding,......
How to create a Filter/Search List in React (updated)

How to create a Filter/Search List in React (updated)

Updated: Mar 06, 2024
This article walks you through a complete example of making a filter (searchable) list in React. We’ll use the most recent stable version of React (18.3) as well as use functional components and hooks. The......
5 best open-source WYSIWYG editors for React (2024)

5 best open-source WYSIWYG editors for React (2024)

Updated: Mar 06, 2024
WYSIWYG (What You See Is What You Get or Rich Text) editors are commonly used on many websites and web apps related to newspapers, blogs, e-commerce, forums, and online communities to help users publish and edit articles, product......
5 Best Open-Source HTTP Request Libraries for React (2024)

5 Best Open-Source HTTP Request Libraries for React (2024)

Updated: Jan 24, 2024
This article walks you through a list of the best open-source HTTP request libraries for React in 2023. Axios GitHub stars: 104k+ Weekly NPM download: 48m – 65m License: MIT Written in: Javascript,......
Best Libraries for Formatting Date and Time in React (2024)

Best Libraries for Formatting Date and Time in React (2024)

Updated: Jan 24, 2024
This article will walk you through a list of the best open-source libraries for formatting and parsing date and time in React. Without any further ado, let’s discover the things that matter and are helpful. date-fns GitHub......
Best open-source Admin Dashboard libraries for React (2024)

Best open-source Admin Dashboard libraries for React (2024)

Updated: Jan 24, 2024
Most modern websites and applications need an admin dashboard. This is where owners, as well as administrators, can manage users; add, remove, or update content, including text and files; and view important metrics about their......
Best open-source Icon libraries for React (2024)

Best open-source Icon libraries for React (2024)

Updated: Jan 24, 2024
This article walks you through a list of the best open-source icon libraries for React in 2023. They are rated and ranked based on the number of stars they receive from GitHub users and the weekly downloads on npmjs. Old and infrequently......
React: 5+ Ways to Store Data Locally in Web Browsers (2024)

React: 5+ Ways to Store Data Locally in Web Browsers (2024)

Updated: Jan 24, 2024
This article walks you through a list of the most popular and modern approaches to persist data locally in React. Some of them are easy to use and great for a small amount of simple data, while others are totally fit for a large amount of......
React + TypeScript: Handling onClick event

React + TypeScript: Handling onClick event

Updated: Sep 06, 2023
The onClick event occurs when an element is clicked. This element can be a button, a div element, an image, etc. This article walks you through a couple of different examples of handling the onClick event in a React app that is written......
Page 1 of 11 Next →