- Hooks
- React
useRef Hook
useRef Hook — Working with the DOM and saving values without rerendering
3 min read
AKAram Khachatryan
260
Everything I have written, newest first.
119 articles
useRef Hook — Working with the DOM and saving values without rerendering
useReducer Hook — complex state management in React
useContext Hook — Managing global state in React
useEffect Hook — Handling side effects in React
useState Hook — React state basics
How React Thinks: The Secrets of Fiber, Reconciliation, and Rendering
RxJS A to Z — Part 2: Hot vs Cold Observables, Schedulers, Practical Use Cases
The Complete Guide to RxJS: A to Z
A component in React is a reusable UI block that maintains its own structure, state, and functions. React is built around components.