from facebook/react
npx vibeindex add facebook/react --skill extract-errors
npx skills add facebook/react --skill extract-errors
~/.claude/skills/extract-errors/SKILL.md
Extracts and assigns error codes for React's production error messages, keeping the error codes database up to date
Same repository
facebook/react(2 items)
# [React](https://react.dev/) · [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/react) [](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml) [](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml) [](https://legacy.reactjs.org/docs/how-to-contribute.html#your-first-pull-request) React is a JavaScript library for building user interfaces. * **Declarative:** React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable, simpler to understand, and easier to debug. * **Component-Based:** Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.
Validates changes before committing to the React repository by running formatting, linting, type checking, and tests to meet all contribution requirements.