mayrlabs-framework-react
Installation
SKILL.md
MayR Labs React Doctrine
Purpose
To maintain scalable and performant React applications by eliminating bloated components, prop-drilling, and unstructured side-effects.
Audience
AI Agents scaffolding structural React UI, creating components, or managing frontend state.
Core Rules & Constraints
1. Functional Components Only
- No class components. Always use functional components and hooks.
- Use explicit return typing (
React.FCis discouraged, just type the parameters and returnJSX.Elementnatively).