Dmitri Zaitsev
Dmitri Zaitsev
Here is the proof of concept with very simple implementation of the extension of `h` to the Abstract Node Tree arguments: https://github.com/dmitriz/hyperscript-strict
Thanks @ahdinosaur, I see what you mean. I am trying to follow the path of maximal simplicity and be as close as possible to HTML, where the attributes and events...
> i'm not sure how these are treated the same way... the problem is that hypescript is the DOM, not HTML, and there are many differences between the DOM and...
@michael-zapata [Mithril](https://mithril.js.org/vnodes.html ) is one popular framework that keeps attributes, props and events together. Would be interesting to hear the opinion from @lhorie, Mithril's creator. It seems most libraries keep...
Were you able to fix the problem? I see you are explicitly setting the sizes via `style` attribute but not via `height` and `width`, which might be the reason.
@jayrbolton Interesting project! I wonder about the reasoning to prefer attaching actions directly to state, rather than passing as another argument: ```js // Render the state into markup const view...
@jayrbolton > Hi @dmitriz, thanks for the feedback! You are welcome! > The initial reasoning is for simplicity in implementation, and also being able to scope the event stream easily....
> This is the kind of feedback I wish I had gotten a year ago! I read through your post on Cycle.js and I think we share a lot of...
@paldepind Hi Simon, many thanks for taking your time to comment, greatly appreciated! Amusingly, I had a related discussion with @JAForbes on [Mithril's Gitter](https://gitter.im/lhorie/mithril.js), where I was suggesting exactly along...
@paldepind >> Hi Simon, many thanks for taking your time to comment, greatly appreciated! >You too. I appreciate it as well. Also, I apologise for not having replied to the...