go-wind-admin-react-guide

Guide GoWind React Admin development with project structure and routing conventions.

531|143|Updated Aug 18, 2023
One-click install
npx skills add https://github.com/tx7do/go-wind-admin --skill go-wind-admin-react-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-wind-admin-react-guide
Source: https://github.com/tx7do/go-wind-admin/tree/main/frontend/admin/react/.qoder/skills/go-wind-admin-react-guide
Command: npx skills add https://github.com/tx7do/go-wind-admin --skill go-wind-admin-react-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured onboarding and development reference to streamline GoWind React Admin customization and ensure consistent architecture across modules.

Core Features & Use Cases

  • Comprehensive project layout overview covering src/pages, router, i18n, stores, and modules
  • Guidance for adding pages, APIs, routes, permissions, and internationalization in new features
  • Use Case: when starting a new admin module, follow the layout and conventions to ensure consistency and maintainability

Quick Start

Create a new module following the directory patterns and routing conventions described here to bootstrap a feature quickly

Frequently Asked Questions about go-wind-admin-react-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a new admin module in a React scaffolding project?

To structure a new admin module in a React scaffolding project, follow the standardized directory patterns covering src/pages, router, i18n, stores, and modules to ensure architectural consistency and maintainability across your application.

What is the best way to add routes and permissions to a React admin dashboard?

The best way to add routes and permissions to a React admin dashboard is by following the established routing conventions and permission patterns provided in the development guide, ensuring secure and standardized feature extension.

How do I implement internationalization in a React admin panel?

To implement internationalization in a React admin panel, apply the i18n conventions outlined in the project layout overview to ensure translations are integrated consistently across new pages and modules.

Can I use this React admin guide for state management and API integration?

Yes, you can use this React admin guide for state management and API integration, as it provides clear, code-agnostic guidance covering stores, API additions, and development conventions within the ecosystem.

Why does my React admin scaffolding architecture become inconsistent across modules?

Your React admin scaffolding architecture becomes inconsistent across modules when development lacks a structured onboarding reference, which this guide solves by standardizing project layout, routing patterns, and development conventions.