Docs
Pricing
Explore
Search...
Ctrl+K
Log in
Sign up
Toggle menu
Home
davide-balducci
react-rules
public
Published on 3/12/2025
davide-balducci/react-rules
Rules
Star
1
Add block
Preview
Markdown
Use functional components and React Hooks, avoiding class components.
Manage state using Zustand or React Query, if appropriate.
Ensure that the code is modular and easily testable.
Follow TypeScript best practices for typing components and state.
Keep business logic separate from the UI layer.
Implement lazy loading to improve performance.
Suggest caching strategies to reduce backend requests.