Dmitri Zaitsev
Dmitri Zaitsev
@briancavalier Many thanks for your detailed explanations, greatly appreciated! I can see the benefits for both replacing the native `Promise`, as well as of some more "lighter" way to use...
@briancavalier > Again, there is history: Static land didn't exist (or at least, I wasn't aware of it) when creed was created, and FL did exist, so picking a "standard"...
I have found and removed these assertions that somehow were in the package, perhaps by mistake: https://github.com/yoshuawuyts/nanocomponent-adapters/blob/master/react.js#L6-L7 Now there is real error though: ```sh warning.js:36Warning: A Component: React.createClass is deprecated...
@paldepind I've been thinking about the behavior model in the context of `un`, where I am using external renderer to update the dom, and it looks like there is some...
> Hareactive uses a combination of push and pull. Behaviors that changes at discrete points in time (for instance if they're based on browser events) are push and behaviors that...
> Indeed. Expect that a behavior can switch between the two. So it might pull now but switch to pull a minute later. You mean from pull to push? So...
Thank you for the explanation. Unfortunately, if I am to be honest, that makes the behavior in this form harder to use. Even for any normal user who would like...
That probably means I was trying to use it the wrong way :) My idea was to try to use it as the main stream library in the `un`, which...
@paldepind > We are super happy to have you around. Thank you, that means a lot to me! > I have never seen the use of generators in this fashion,...
BTW, here is how I would see a possible way to embed `un`-component inside the Turbine: https://github.com/uzujs/uzu/issues/5#issuecomment-301454959 So all that can be done in simple-minded redux-style way, can be encapsulated...