Loading...
Loading...
Build clean, modern React components that apply common best practices and avoid common pitfalls like unnecessary state management or useEffect usage
npx skill4agent add academind/ai-config modern-best-practice-react-componentsfunctionuseEffect()@tanstack/react-queryuseState()useReducer()useMemo()function handleClick() {
// ...
}
<button onClick={handleClick} />;<button
onClick={() => {
/* ... */
}}
/>handleSubmithandleChangehandleClosechildrenmemouseCallback