Preview for code components

Created on 15 January 2025, 3 months ago

Overview

Compile and present a preview for code components, so users can see the result of their work before their code component is put into action.

Proposed resolution

Using the JavaScript code, CSS code, and global CSS code being edited for the component in Editing code components Active :

  1. Compile and bundle JavaScript code authored as Preact components using the WebAssembly build of SWC (Speedy Web Compiler);
  2. Use the bundled JavaScript code with import maps to provide a live preview;
  3. Compile component CSS (CSS tab) using the global CSS (global CSS tab) as Tailwind CSS v4 config in the browser with tailwindcss-in-browser;
  4. Include resulted CSS in the live preview;
  5. Pass example/default prop values from Defining props for code components Active in the preview

Use [exploratory] PoC of Preact+Tailwind components editable via CodeMirror or Monaco Active as a reference, all of this was implemented there.

User interface changes

Feature request
Status

Active

Version

0.0

Component

Page builder

Created by

🇳🇱Netherlands balintbrews Amsterdam, NL

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024