react

Installation
SKILL.md

React Fundamentals

Core Philosophy

Effects are escape hatches. They synchronize React with external systems. If no external system is involved, you likely don't need one.

Performance optimization is targeted. Don't memoize everything. Profile first, optimize measurable bottlenecks.

useEffect Decision Tree

Do I need useEffect?
Installs
1
GitHub Stars
1
First Seen
Aug 23, 2026
react — oakoss/open-saas-kit