Skip to content
FLAVIO COPES
flaviocopes.com
2026
[ BLOG ]
[ BOOKS ]
[ COURSES ]
[ BOOTCAMP ]
[ NEWSLETTER ]
[ AI WORKSHOP ]
Posts tagged "react"
The React Context API
The use hook
The useOptimistic hook
The useFormStatus Hook
The useActionState hook
Server Actions
Form Actions
use() and data fetching
What’s new in React 19
Adding React Framer Motion animations to an Astro site
Use React component in Astro
Fix Uncaught Error Objects are not valid as a React child
Fix the “Objects are not valid as a React child” error
Using Vite to create a new React app
How to repeat displaying something in JSX
How to use useEffect callback with event callbacks
Why does useEffect run two times?
Introduction to Remix
React DOM events on components
React, how to make responsive JSX
Change the Heroicons SVG stroke width in React
React, how to dynamically choose a component to render
React, how to fix the TypeError: resolver is not a function error
React, how to make a checked checkbox editable
The easy-peasy React state management library
React Router, why useLocation and useHistory might return undefined
React Router, how to get data from a dynamic route
React, edit text on doubleclick
React, focus an item in React when added to the DOM
How to move around blocks of code with React and Tailwind
Using useState with an object: how to update
Can I use React hooks inside a conditional?
How to fix the "cannot update a component while rendering a different component" error in React
How to configure HTTPS in a React app on localhost
How I fixed an issue with a React login form state and Browser autofill
How to fix the dangerously SetInnerHTML did not match error in React
How to render HTML in React
How to debug a React application
How to learn React
How to use the React Developer Tools
The Reach Router Tutorial
How to connect your React app to a backend on the same origin
How to use the useReducer React hook
How to use the useContext React hook
How to use the useRef React hook
How to use the useMemo React hook
useEffect React hook, how to use
How to use the useCallback React hook
How to use the useState React hook
How to get the value of an input element in React
React, how to transfer props to child components
Conditional rendering in React
How to return multiple elements in JSX
How to handle errors in React
How to pass a parameter to event handlers in React
Testing React components
React Render Props
React Portals
React StrictMode
Handling Forms in React
Using SASS in React
CSS in React
How to install React
Server Side Rendering with React
Code Splitting in React
React: Presentational vs Container Components
React Concept: Composition
Introduction to create-react-app
Introduction to React Hooks
React Concept: Purity
React Concept: Immutability
React Lifecycle Events
React Higher Order Components
Unidirectional Data Flow in React
How to reference a DOM element in React
Introduction to Gatsby
How much JavaScript you need to know to use React?
Should you use jQuery or React?
Props vs State in React
How to loop inside React JSX
React: How to show a different component on click
React concepts: declarative
React PropTypes
The React Fragment
React Props
The React State
React Events
The Virtual DOM
React Components
Introduction to React
Introduction to React Router
Styled Components
Getting started with JSX
Learn how to use Redux
The roadmap to learn React
Tutorial: create a Spreadsheet using React
Create an app with Electron and React
How to pass props to a child component via React Router
Build a simple counter with React
A React simple app example: fetch GitHub users information via API