React
How to Use React Router with Layouts: A New Approach
Using Array to Make Router in a Simple React App
Creating a Confirm Dialog in React and Material UI
Creating a generic text-input component with React
Gracefully managing forms and input values in React State (Part II)
How to display images from local assets/images folder when working with React
It's not as straightforward as it might seems to be
React: Updating a value in state array
How to update just one value in an array of objects in a state
How to Pass Data From One Component to Other Component in React?
Passing data from one component to another component
How to View Your React App on a Mobile Device
If you have ever worked on a React project, one important thing that you will more than likely have to tackle at some point is the display of your website for mobile users. You can, of course, accomplish this through the use of media queries and the in-browser display, but what if you want to see your project on your own device to see how it really looks? Today, we will talk about how to do just that.
I created the exact same app in React and Svelte. Here are the differences.
React vs Svelte. Finally, a side-by-side code comparison! Because you've heard the fuss about Svelte, and now you want to know what the hype is all about.
How to use async function in React hook useEffect (Typescript/JS)?
Set up React JS with ESLint, Prettier and Airbnb
One of the easiest way you can improve your code is to use a linter!