What problem does it solve?
Building Power Apps Code Apps requires a coherent, scalable architecture and a predictable toolchain. This Skill provides a ready-to-use three-layer pattern (presentation, logic, data) plus standardized tooling (PAC CLI, Zustand, TanStack Query) and integration options for Dataverse, enabling teams to ship reliable Code Apps faster.
Core Features & Use Cases
- Three-Layer Architecture: clear separation between presentation, business logic, and data access with zero dependencies on generated services in UI components.
- Tooling & State Management: PAC CLI workflows, typed services, Zustand client state, and TanStack Query for server state.
- Patterns & References: routing basename normalization, authentication model, architecture references, and Fluent UI integration options for enterprise apps.
Quick Start
Clone the starter template, install dependencies, initialize the Code App with PAC CLI, and wire a Dataverse data source to begin.