- 6
- 900
Code4Sure
India
เข้าร่วมเมื่อ 13 ม.ค. 2014
Web development tutorials for everyone. Learn JavaScript, React.js, Next.js and Node.js, find inspiration for HTML, CSS, and web design. Become a web developer with Code4Sure.
Learn useReducer() hook | useReducer in React | Explained with code example | useReducer() in Hindi
@Code4Sure : In this video we will learn about useReducer hooks, starting with 2 simple code examples. This powerful React hook will allow you to have state management for your react application and will allow you turn your static React applications into stateful ones. You will learn how to update the state using useReducer hook in React.
In this new React world, hooks are here to stay, so it's best to learn them! In this tutorial I demonstrate the useReducer React hook, and I explain it very simply and in a way that is easy to understand. Enjoy!
PlayList
React Hooks: th-cam.com/video/w_7fYm0QJt8/w-d-xo.html&ab_channel=Code4Sure
🧠 Concepts Covered:
How to use hooks in React
How to store state to function component with useReducer hook
How to use the useReducer hook
🌎 Find Me Here:
GitHub: github.com/pintushaw1989
LinkdIn: www.linkedin.com/in/pintushaw1989/
Buy me a coffee: buymeacoffee.com/code4sure
In this new React world, hooks are here to stay, so it's best to learn them! In this tutorial I demonstrate the useReducer React hook, and I explain it very simply and in a way that is easy to understand. Enjoy!
PlayList
React Hooks: th-cam.com/video/w_7fYm0QJt8/w-d-xo.html&ab_channel=Code4Sure
🧠 Concepts Covered:
How to use hooks in React
How to store state to function component with useReducer hook
How to use the useReducer hook
🌎 Find Me Here:
GitHub: github.com/pintushaw1989
LinkdIn: www.linkedin.com/in/pintushaw1989/
Buy me a coffee: buymeacoffee.com/code4sure
มุมมอง: 75
วีดีโอ
Learn useContext() hook | ContextAPI in React | Explained with code example | useContext() in Hindi
มุมมอง 25814 ชั่วโมงที่ผ่านมา
@Code4Sure : In this video we will learn about React hooks, starting with useContext. This powerful React hook will allow you to have state management for your react application and will allow you turn your static React applications into stateful ones. You will learn how to create contrxt, how to set a default value, and how to update the state using useContext in React. In this new React worl...
Learn useCallback hook in 10 mins | Explained with code example | useMemo react hook in Hindi 2025
มุมมอง 5521 ชั่วโมงที่ผ่านมา
@Code4Sure : In this video we will learn about usecallback() React hooks. useCallback is a React Hook that lets you cache a function definition between re-renders. Call useCallback at the top level of your component to cache a function definition between re-renders. useCallback is a Hook, so you can only call it at the top level of your component or your own Hooks. You can’t call it inside loop...
Learn useMemo() hook in React | Explained with code example | useMemo() explained in Hindi 2025
มุมมอง 70วันที่ผ่านมา
@Code4Sure : In this video we will learn about React hooks. This powerful React hook will allow you to have state inside of functional components, and will allow you turn your static React applications into stateful ones. You will learn how to create state, how to set a default value, and how to unnecessary rerender of component using useMemo() hook in React. In this new React world, hooks are ...
Learn useEffect() hook in React | Explained with code example | useEffect() explained in Hindi 2025
มุมมอง 15314 วันที่ผ่านมา
@Code4Sure : In this video we will learn about React hooks. This powerful React hook will allow you to have state inside of functional components, and will allow you turn your static React applications into stateful ones. You will learn how to create state, how to set a default value, and how to update the state using useState in React. In this new React world, hooks are here to stay, so it's b...
Learn useState() hook in React | Explained with code example | useState() explained in Hindi 2025
มุมมอง 31714 วันที่ผ่านมา
@Code4Sure : In this video we will learn about React hooks, starting with useState. This powerful React hook will allow you to have state inside of functional components, and will allow you turn your static React applications into stateful ones. You will learn how to create state, how to set a default value, and how to update the state using useState in React. In this new React world, hooks are...