Tag: SolidJS

  • 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…