Viewing profile — Phillippe
Phillippe
HN member- Joined
- Mon, Nov 14, 2022, 4:12 PM UTC
- HN karma
- 11
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About Phillippe
No profile information was provided.
Recent public activity
-
comment
Comment #39888442
The current Svelte version does it at build/compile time. The up and coming Svelte 5 is using signals and the reactivity is moved to runtime
- story
- story
-
comment
Comment #37587120
I don't mean to be rude, I'm just brainstorming. I'm sure they have thought about it I'm just commenting in the small chance that they haven't
-
comment
Comment #37586854
Maybe reuse the $:{} here, tho that would probably be really confusing for svelte 4 developers lol $:{ let name = 'world'; }; vs let name = $state('world'); $: is valid javascript …
-
comment
Comment #37586755
I love all the changes except that single thing with let count = $state(0); I'm just brainstorming here, but what about an optional $reactive rune where everything in that is react…
-
comment
Comment #37586475
"...isn't quite right — it would break _all_ your existing code that wasn't in .svelte files." What if it is opt-out reactivity in .svelte files and opt-in reactivity in .ts/.js fi…
- comment
-
comment
Comment #33598329
It is very interesting to hear! Thank you for this writeup. I don't think it will be a problem tho, to all the people I've shown it to, like 5-6 people have absolutely loved the na…
-
comment
Comment #33596561
Hey, I'm the creator Poxi (I'm not OP). Was just wondering what you mean by this? What is wrong with Poxi?