Tag: power apps

  • Build an Angular Code App on Power Apps with Vite

    Build an Angular Code App on Power Apps with Vite

    An Angular code app is the one stack that is not a drop-in for Power Apps, so it deserves a careful guide. A Power Apps code app is just a Vite app, and most frameworks add a single plugin to a Vite config you own. Angular is different, however, because its CLI hides the Vite…

  • Build a Vue Code App on Power Apps with Vite

    Build a Vue Code App on Power Apps with Vite

    A Vue code app is easier to ship than most makers expect, because a Power Apps code app is really just a Vite app underneath. The official template uses React, yet nothing about the platform is tied to React. As a result, you can scaffold Vue with TypeScript and turn it into a fully working…

  • Build a SolidJS Code App on Power Apps with Vite

    Build a SolidJS Code App on Power Apps with Vite

    A SolidJS code app pairs familiar JSX with fine-grained reactivity, and it still ships as a Power Apps code app. A Power Apps code app is fundamentally a Vite app, so React is a default rather than a rule. As a result, you can scaffold Solid with TypeScript and add a single Vite plugin to…

  • Build a Svelte Code App on Power Apps with Vite

    Build a Svelte Code App on Power Apps with Vite

    A Svelte code app gives you the lightest footprint of any Power Apps stack, because Svelte compiles components away at build time. A Power Apps code app is just a Vite app, so the official React choice is not a requirement. As a result, you can scaffold Svelte with TypeScript and add one Vite plugin…

  • Build a Preact Code App on Power Apps with Vite

    Build a Preact Code App on Power Apps with Vite

    A Preact code app gives you React’s API at a fraction of the size, and it ships as a Power Apps code app without fuss. A Power Apps code app is just a Vite app, so the official React template is one option rather than the only one. As a result, you can scaffold Preact…

  • Build a React Code App on Power Apps with Vite

    Build a React Code App on Power Apps with Vite

    A React code app is the official starting point for Power Apps code apps, and it ships ready to run. Microsoft maintains a React plus TypeScript template, so the Power Apps glue is already wired in. As a result, you do not add a plugin or write any setup code; you simply pull the template…

  • Power Apps Code App: Pick Any Vite Framework

    Power Apps Code App: Pick Any Vite Framework

    A Power Apps code app is just any other app built with the Vite build tool, and that single fact unlocks your whole frontend toolbox. The official Microsoft template ships React with TypeScript, so many makers assume React is mandatory. It is not. Because the platform glue lives in the Vite layer, you can build…

  • EPPC 2025 @ Vienna

    EPPC 2025 @ Vienna

    Landing in Vienna after a flight from Oslo on Monday afternoon, the Danube slinking by at sunrise, felt like the perfect prelude to a busy week ahead. Tired but excited, I checked into the hotel near PwC Austria’s HQ in Donauinsel at around 19:30 and went out to explore the city center. Had a late solo…

  • Power Automate: Get Dataverse file URL (show file content)

    Power Automate: Get Dataverse file URL (show file content)

    Today, let’s explore a unique need from a client of mine using a Power App, who want to view Dataverse file contents in new browser tabs via a URL. The goal is to avoid the need of users downloading from Dataverse and storing sensitive files locally before viewing it. While this is easily achieved through…