Sep 10, 2024
className
instead of class
).map
function).onClick
, onChange
, onSubmit
).useState
, useReducer
for managing state.useContext
for passing data through the app.useRef
for referencing HTML elements.useEffect
for side effects like API calls.useMemo
, useCallback
for optimization.useRef
and the ref prop.