Łukasz Jagodziński

Results 128 comments of Łukasz Jagodziński

I'm surprised that this is not implemented yet. It's 2 years old issue and solution is pretty simple. @juliangarnier please implement this feature

Actually solution with `anime.remove(el)` kinda works but from API perspective it's ugly. It should be done on the instance level as this one removes element from all the instances which...

I've just found out about Crank and I really like the idea. I've read whole documentation, run all examples and had some thoughts. Now, I'm reading through all the issues...

Also, what happens if someone defines property for the component that is same as context function for example: ```js async function *Test({ addEventListener }) { for await({ addEventListener } of...

@monodop hmmm I don't see any difference between your example and mine as it's still the same `this`, isn't it? But maybe first I have to refresh my knowledge about...

@monodop ok just one more question to make it clear for me :D. Is it because `this` object contains symbol property for iterator and async iterator, so that it will...

I was playing around with generators and trying to find the best syntax that would make everyone happy. The best thing would be just to not use `this` context to...

@brainkim what do you think about the solution I proposed above?

@brainkim yep it is scary :) so that's why I'm not like 100% sure that's a good idea. Hmmm in the first place, props shouldn't be modified. Actually, the best...

> The massive benefit with Crank is that you're not learning a framework's special api, you're learning JS concepts! Yes, that's definitely a massive benefit! There are still some things...