Power Apps 'Code Apps' are Now Generally Available

This is big news this month is that Power Apps "Code Apps" are no longer in Preview and are now generally available.

Jordan Chodak's post on the Power Platform blog provides full details.
https://www.microsoft.com/en-us/power-platform/blog/power-apps/generally-available-host-and-run-code-apps-in-power-apps

This is exciting news because it opens Power Apps to a different persona - developers with coding experience who prefer to work entirely with code.

With Code Apps, you can build applications using your preferred code-first Integrated Development Environment (IDE). You can leverage popular frameworks like React, Vue, and others, maintaining complete control over your user interface (UI) and application logic.

As highlighted in the blog, here are 3 great resources to get started.

  1. Quickstart: The quick start guide shows how to create an app from scratch:
    https://learn.microsoft.com/en-us/power-apps/developer/code-apps/how-to/create-an-app-from-scratch

  2. Documentation: The link to the full documentation is here:
    https://learn.microsoft.com/en-us/power-apps/developer/code-apps

  3. GitHub Repo: The GitHub repo here contains sample projects and starter templates.
    https://github.com/microsoft/PowerAppsCodeApps
The General Availability of Code Apps is a great milestone and represents a major step forward in making Power Apps more accessible for professional developers.

Related posts