luwes | 5 years ago | on: A Critique of React Hooks
luwes's comments
luwes | 6 years ago | on: Show HN: Sinuous – Small, fast, reactive UI library
luwes | 6 years ago | on: Show HN: Sinuous – Small, fast, reactive UI library
The issue below is still to be fixed. It currently returns an array when it should be a DocumentFragment. It's related to the popular `htm` package that Sinuous uses.
html`${seq.map(i => html`<li>Counter #${i} ${counter}</li>`)}`
luwes | 6 years ago | on: Show HN: Sinuous – Small, fast, reactive UI library
I think one of the upsides of Sinuous is that stays much closer to plain JS and to the web standards.
luwes | 6 years ago | on: Show HN: Sinuous – Small, fast, reactive UI library
luwes | 6 years ago | on: Show HN: Sinuous – Small, fast, reactive UI library
luwes | 6 years ago | on: Show HN: Sinuous – Small, fast, reactive UI library
Also Sinuous doesn't use the same library as Solid or S.js for tracking dependencies. I'll do some investigating if it has the same issue that you posted.
luwes | 6 years ago | on: Show HN: Sinuous – Small, fast, reactive UI library
`o` is an alias for `observable`. `observable` can be used as well.
`h` is the pragma, comes from hyperscript. it's used by a lot of libraries as the createElement function name so I didn't think this needed a more descriptive name.
luwes | 12 years ago | on: Inside the Guardian’s CMS: meet Scribe, an extensible rich text editor
Just to make clear, this would enable Scribe to work in older IE browsers.
luwes | 13 years ago | on: Depression lies
It makes sense to add this to your diet if you're working behind a desk indoors most of the day.
https://github.com/dominictarr/observable https://github.com/adamhaile/S
Mobx and Vue use the same technique for running computeds.
As does Solid and Sinuous, etc...