What problem does it solve?
This Skill provides guidance on modern React development, focusing on component patterns, hooks, naming conventions, and a unique query-language translation system for Graph Explorer.
Core Features & Use Cases
- Component Best Practices: Encourages functional components, single responsibility, and efficient state management.
- Hook Usage: Details naming conventions and preferred usage patterns for custom hooks.
- Query-Language Translation: Explains how UI labels are dynamically swapped based on the active graph database query language (Gremlin, openCypher, SPARQL).
- Use Case: Ensure consistency and maintainability in the Graph Explorer frontend by adhering to these established React patterns and the specialized translation system.
Quick Start
Use the react skill to understand how to implement custom hooks following the use prefix naming convention.