This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Simon Ihmig
simonihmig.bsky.social
did:plc:lkohwhwuzd6zzwuqc2u4vhow
I think modern Ember nailed it. Instead of .svelte being a template with an island of JS, Ember's .gjs is JS with an island of template. Or multiple.
<template> is just a value, that you can direcly use when in scope (private internal components) or you export it.
https://guides.emberjs.com/release/components/template-tag-format/#toc_multiple-components-per-file
2025-03-30T10:23:16.032Z