|
|
|
|
|
by 3stripe
454 days ago
|
|
How did I forget textual, thank you! It might be a good solution as I can imagine Claude Sonnet vibe coding interesting UIs with it... Am also investigating xterm.js currently. Anything that uses too much CSS (eg tries to 'construct' layouts with it rather than just rending text) seems a little fragile. |
|
Ideally, JS is only for computation, HTML only for making content containers, and all layout and appearance is in CSS.