Skip to content
OY ozgur yildiz
home writing work about
say hi →
/ writing / tags / #Redux

#Redux

4 posts tagged with this topic. ← All tags

  • Jan 9, 2025

    Redux DevTools: replaying state to find the exact moment things broke.

    A practical guide to Redux DevTools features -- time-travel debugging, action inspection, and state diffing -- that make tracking down state bugs much faster.

  • Jan 6, 2025

    Normalized state in Redux: why flat beats nested.

    Nested arrays in Redux state cause duplication and painful updates. Normalization flattens the structure so updates are simple and lookups are O(1).

  • Jan 2, 2025

    Selectors in Redux: the layer that keeps components dumb about state shape.

    How selector functions decouple your components from your Redux state structure, and why memoized selectors with Reselect belong in every Redux codebase.

  • Dec 30, 2024

    RTK Query vs useEffect: the comparison that changed how I fetch data.

    A side-by-side look at fetching data with useEffect versus RTK Query, and why the latter eliminates entire categories of bugs.

OY ozgur yildiz
GitHub LinkedIn Email RSS
© 2026 ozgur yildiz. all rights reserved.