Live data from Hacker News

Viewing profile — PaulMaly

PaulMaly

HN member
Joined
Tue, Oct 29, 2019, 8:13 PM UTC
HN karma
3
Public activity
1 items

About PaulMaly

No profile information was provided.

Recent public activity

  1. 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…