Live data from Hacker News

Viewing profile — gianlucaguarini

gianlucaguarini

HN member
Joined
Mon, Jul 15, 2013, 8:02 PM UTC
HN karma
219
Public activity
85 items

About gianlucaguarini

https://twitter.com/gianlucaguarini

Recent public activity

  1. comment
    Comment #45781086

    A lightweight TypeScript utility for managing View Transitions and CSS animations in modern browsers It provides a simple API to trigger animated transitions between DOM states, le…

  2. story
  3. comment
    Comment #25176371

    Checking the source code of the campaign site I have noticed that they decided to use https://riot.js.org/ . It would be nice to know who made this decison and why. That's a great …

  4. story
  5. comment
    Comment #23271019

    1. the chained methods 2. the composable API 3. the value wrapping 4. the mapping function called `run` 5. the support of any kind of generic value but you are the expert here ;) c…

  6. comment
    Comment #23270329

    If you can't read and understand that code probably you can't either use jQuery ;)

  7. comment
    Comment #23270206

    The result of the chain is retained in the `value` property as described in the documentation. Mapping and composition are supported.

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #14683268

    please check the readme file https://github.com/GianlucaGuarini/icaro#performance there it's explained

  22. comment
    Comment #14683030

    Here you can see some bench results comparing the most popular reactive javascript libs https://github.com/GianlucaGuarini/reactive-libs-bench icaro included

  23. comment
    Comment #14682889

    Well that's a fork of https://github.com/YuzuJS/setImmediate so it must be removed! Would you mind making a pull request?

  24. comment
    Comment #14682671

    you are absolutely right, map doesn't belong to the mutational methods. Fixed in v1.1.1 thank you for your feedback

  25. comment
    Comment #14682428

    ehy thanks for linking to your project it looks great! Regarding the batching strategy icaro smartly groups the object changes via setImmediate helping in case you need to change m…