Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

React

React patterns, anti-patterns, and best practices from production codebases.

Articles

No articles yet — be the first to contribute!

Ideas for Contributions (but not limited to)

  • Component composition patterns (compound components, render props, slots)
  • Error boundaries in practice
  • Custom hooks: when to extract, when not to
  • Server components and data fetching strategies
  • Re-render debugging and memo/useMemo done right
  • Form handling patterns at scale
  • Anti-patterns you've seen (and fixed) in real codebases

See CONTRIBUTING.md for the article format, and copy the template to get started.