Dominic Gannaway @trueadm.dev 路 Oct 1

RippleJS has improved quite a bit! 馃敟 - new reactivity syntax that uses `track` and @ - support for index and keyed for loops - `clsx` built in to class attributes - #[] and #{} shorthand for TrackedArray and TrackedObject - <head> support - many, many bug fixes

38 likes 3 replies

?

Replies

Pavel Lang 路 Oct 1

At first look it reminds me the perl. Looks great when writing, pain when reading. Magic of Svelte still feels more natural to me even with hidden properties of proxies and signals. But who knows what is the best syntax? Go on and prove!

Pawel Kozlowski 路 Oct 1

Would love to collaborate on plugging RippleJS into github.com/angular/web-... We did quite a bit of Angular syntax fine-tuning + using the tool to drive design of some new DSLs (with some the ideas very similar to RippleJS). @devagr.bsky.social was also toying with it for SolidJS. Interested?

Pavel Hr谩ch 路 Oct 1

the #[] and #{} syntax looks great