push neon reactor

This commit is contained in:
2026-07-12 15:11:38 +02:00
parent 172e72dbcd
commit aeab5f7820
9597 changed files with 2407488 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Power Apps client library for code apps
The Power Apps client library for code apps allows users to bring Power Apps capabilities into their custom web apps built in a code-first IDE. You can develop your apps locally and run them in Power Platform. Build with popular frameworks (React, Vue, and others) while keeping full control over your UI and logic. This client library provides the following key features:
- Access to Power Platform data sources and 1,500+ connectors, callable directly from JavaScript.
- Access to the app, user and host context.
- Access to more granular logs and custom events for app performance.
## Installation
```bash
npm install @microsoft/power-apps
```
## Usage
Power Apps code apps [official documentation](https://learn.microsoft.com/en-us/power-apps/developer/code-apps/).