Live reactive island preview in render tab
defisland expressions are now rendered as fully reactive live previews. The component is registered via sx-load-components, then called through the native render-dom-island adapter path — same code path as real islands on the page. Bare (deref sig) expressions are fully reactive — clicking buttons updates signal values and DOM updates in real time. Compound expressions like (str (deref c) "°C") render statically (cek-reactive-text only tracks bare deref). Next: auto-wrap deref-containing expressions in computed signals for full reactive expression support. Also cleaned up stale effect and preview-el signal from earlier attempts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user