Viewing profile — gianlucaguarini
gianlucaguarini
HN member- Joined
- Mon, Jul 15, 2013, 8:02 PM UTC
- HN karma
- 219
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About gianlucaguarini
Recent public activity
-
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…
- story
-
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 …
- story
-
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…
-
comment
Comment #23270329
If you can't read and understand that code probably you can't either use jQuery ;)
-
comment
Comment #23270206
The result of the chain is retained in the `value` property as described in the documentation. Mapping and composition are supported.
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #14683268
please check the readme file https://github.com/GianlucaGuarini/icaro#performance there it's explained
-
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
-
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?
-
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
-
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…