Viewing profile — PaulMaly
PaulMaly
HN member- Joined
- Tue, Oct 29, 2019, 8:13 PM UTC
- HN karma
- 3
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About PaulMaly
No profile information was provided.
Recent public activity
-
comment
Comment #21391508
You can create a custom store in Svelte and do almost the same: import { writable } from 'svelte/store'; export default function(state) { const { subscribe, set, update } = writabl…