Logan Powell
Logan Powell
The primary reason I'm thinking about the React integration is it's Native target. You could just skip React entirely and just look at [NativeScript](https://www.nativescript.org/). Having the native target is probably...
the fact that hiccup is 'just data' is it's primary selling point IMHO. This makes it very different from an interface, so this might just be trying to fit a...
I respect your Pragmatism. Idealistically, values could replace semantics, but I realize this is **very** idealistic. If it's any consolation, reading these comments has already helped me frame the problem...
Forgive me for beating a dead horse here, but humor me: Would it be feasible to use the App entry point e.g., `ReactDOM.render($Hiccup(App), node)`, or `start($Hiccup(App), node)` or `svelteNative($Hiccup(App))` as...
I'm going to close this. I'm way out of my league here 🤣
Sorry I spazzed out. I'm looking at this: https://github.com/thi-ng/umbrella/blob/master/packages/hdom/src/api.ts# Should be useful for this purpose. I realize that you guys probably think - by now - I'm an absolute tool...
> you look at the motivating example for recursive type aliases, it's clear that others are doing this as well: > > [microsoft/TypeScript#33050](https://github.com/microsoft/TypeScript/pull/33050) > > It's just not possible (yet)...
I have read-only experience with TypeScript, but it seems to me that - with this PR - by hooking into the TypeScript compiler API, hiccup/hdom could be transformed into arbitrary...
@gavinpc-mindgrub thank you for your patience. I look forward to your thoughts! DIgging into this a bit more, looking at the TypeScript Compiler API, it seems that API is rather...
Hi @postspectacular! 1. I have mistaken VDOM for a diffing algorithm. I didn't realize it needed to be stateful in order to be considered such, apologies. 2. I figured, that...