@oguzhanagir
Nothing here yet.
Nothing here yet.
Mar 6 · 4 min read · When performance issues arise in React applications, React.memo, useMemo, and useCallback are usually the first things that come to mind. In practice, however, adding these tools often merely complica
Join discussion
Feb 6 · 1 min read · Custom hooks are one of React’s most useful abstraction tools, but they’re also an easy way to introduce hidden complexity into a codebase. In many real-world projects, hooks start with good intentions and later raise questions like: What does this ...
Join discussion