Hacker News new | ask | show | jobs
by kevinak 1292 days ago
You can absolutely make reusable reactive logic in Svelte, custom stores work great for this.

The problem with "useX" isn't an anti-react one, it's that "use" is an actual thing in Svelte, it's called an action! https://svelte.dev/docs#template-syntax-element-directives-u... :)