Posts tagged with
react
How to use React Strict Mode in React 18
What is Strict Mode in React 18 and how to use it to find and fix bugs in your React application.
A Guide on Material UI AutoComplete in React
We'll discover the Material UI AutoComplete component with examples
When to use dangerouslySetInnerHTML in React?
Find out when to use dangerouslySetInnerHTML in React and how it can help avoid XSS attacks.
How to use React Fragments?
We'll cover what React Fragments are, differences between React Fragments and Div elements.
Creating a React search bar and content filtering components
Article about how to create Search bar and filter component in React
Redirect in React Router V6 with useNavigate hook
We'll discover how to perform a redirect using useNavigate in React Router V6
Framer Motion React Animations
We'll walk you through the features and functionalities of Framer Motion.
Redirect in React Router V6 with Navigate Component
We'll see how to redirect using Navigate Component in React Router V6
Ref Forwarding with React forwardRef
We discuss in detail how ref forwarding with React forwardRef works.
Creating testable React applications with Playwright
We'll take a look at how to create testable React applications with Playwright.
React useReducer Hook - The Basics
This post is about the useReducer() hook in React. We demonstrate with examples how to use it for action based state updates and discuss some safe practices.