|
|
|
|
|
by matthewmueller
1008 days ago
|
|
Congrats on the announcement! This seems like an impressive step forward to accommodate larger Svelte apps while making the language simpler. One thing that popped out was that it seems like .js files will also need to be transformed now to accommodate the $ to rune translation. Feature request to make that optional, perhaps something like: import { rune } from "svelte/rune"
let $count = rune(0)
Oh, one other thing. Will reactivity apply to nested fields in objects and arrays? |
|