|
You are here |
refine.dev | ||
| | | | |
theankurtyagi.com
|
|
| | | | | Beginner in React? This post simplifies React Hooks, making it easy for you to understand and implement them in your projects. | |
| | | | |
thoughtspile.github.io
|
|
| | | | | [AI summary] The article explores the use of useRef in React, focusing on eliminating the need for .current. It discusses the reasons behind useRef's .current property, provides methods to avoid it, and presents alternative approaches such as custom hooks, object-based refs, and function-based refs. The author shares practical examples and creative solutions to make React code cleaner and more efficient by reducing reliance on .current. | |
| | | | |
www.robinwieruch.de
|
|
| | | | | A comprehensive tutorial about React Hooks, why React uses Hooks, what Hooks are available, and how to use Hooks in React for state management and side-effects in React function components ... | |
| | | | |
dylanpaulus.com
|
|
| | | Last time we went through using Typescript with React, and setup a small counter application. A lot of applications out there use Redux. A common pain-point for me was how to setup Typescript with Redux-it's a common hurdle with my team also. Though Redux is a totally different library, it holds a b... | ||