react-best-practices

Installation
SKILL.md

React Best Practices

Treat React as a declarative projection of owned state: derive what can be calculated, render every state explicitly, and isolate effects to synchronization with external systems so components remain predictable and easy to change.

Library Sources

  • GitHub repository ID: react/react
  • Context7 library ID: /facebook/react
  • DeepWiki repository ID: react/react

Use Context7 for current documentation and DeepWiki for implementation details.

References

Read the references that apply to the current task before writing or reviewing React component, state, rendering, effect, data-loading, or form code.

Installs
2
GitHub Stars
12
First Seen
11 days ago
react-best-practices — casper-studios/casper-marketplace