Hacker News new | ask | show | jobs
by Thro4l31 696 days ago
> I really am disappointed svelte5 is turning into react-ish framework.

This is very wrong. Read the announcement and the docs: https://svelte.dev/blog/svelte-5-release-candidate https://svelte-5-preview.vercel.app/docs/introduction

Svelte 5 has change its reactivity model to signals. I anything, it's became similar to SolidJS. All other changes are minor but make Svelte even simpler to use.