Skip to main content

Hierarchical Thinking

TODO: Add content for hierarchical component thinking patterns.

This page will cover:

  • Placing data-fetching hooks higher in component tree
  • Child component observation patterns
  • File structure mirroring component hierarchy
  • Next.js style organization
  • Reducing duplicate fetches