Karsten Schmidt

Results 231 comments of Karsten Schmidt

As for re-rendering when an atom's state has changed. This is easily done by attaching a watch to the atom and do some synchronization with RAF to avoid multiple re-draws...

Can one of you please post some good links about this React hooks thing and/or explain what the big deal is about this? Thx :)

Thank you both! Looks like I will do some reading over the coming days... :)

For time reasons, this is not a full answer, just some interjections: 1. IMHO hdom doesn't qualify/classify as a VDOM, since it's completely stateless and the normalized version of the...

Hi @nahuel - that's an issue which is partially been discussed in the past and I'm of several minds about it. First some refs to some prev context: - https://github.com/thi-ng/umbrella/issues/140#issuecomment-544494226...

Cool. Also, am really not meaning to close the door on a more typed approach, just wanting to emphasize that: - an alternative is slowly emerging (with yet not fully...

Hi @nahuel, @Mateiadrielrafael - i've started working on this new package [@thi.ng/hiccup-html](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-html) which addresses and helps with some of these aspects, at least in the realm of HTML elements (but...

just released version 0.1.0 of [@thi.ng/hiccup-html](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-html)

Hi @den1k - it's quite funny how we seemingly encounter & work on related issues, but as always am grateful for your feedback & comments! For my own purposes I've...

Thinking further, we could add a `required` inputs option for `sync` and internalize this `filter` by composing it with the existing `partitionSync` transducer used inside `sync`... However, since `sync` also...