Raja Muhammad Asher
Raja Muhammad Asher

Raja Muhammad Asher

Follow
Series

React

In this Series, I will share my knowledge while learning more about React

Articles in this series

React useReducer Hook

Feb 2, 20232 min read

The useReducer hook is a built-in hook in React that allows you to manage complex state logic in your application. It's an alternative to the useState...

React useReducer Hook
React useContext Hook
React useMemo Hook
React useCallback Hook
Name a few techniques to optimize React app
performance
What are Custom Hooks?