Loading...
Loading...
Found 14 Skills
Avoid unnecessary useEffect in React components. Most uses of useEffect are anti-patterns — derived state, event-driven logic, data fetching, and external store subscriptions all have better, more idiomatic alternatives. Apply this skill when writing or reviewing React components that use useEffect.
Combine streaming server-side rendering with selective hydration for faster interactivity in React 18+.