This repository showcases PowerApps code components. In this case, components created with React & TypeScript. The general concept is that you can create components (separat projects) which are bundled as solutions which can be imported to your Power Platform environments. Part of this repository is a prepared solution with one plain React component & one sample Todo app component.
- Node.js (latest LTS version 14.X) to develop React components
- .NET 5 SDK to build the components solution
- Power Platform CLI to manage the solution
- clone the repository
- Build solution with
dotnet build
- Upload zippped solution & import the components
- React code component example
- React.js introduction & Todo App
- Create your first code component
- Import your code components
- Enable custom components in the Power Platfrom Admin Panel & for Canvas Apps
- Update or upgrade a solution
- Power Platform CLI documentation
- Create new component & add it to current solution
- Limitations of code components