Live data from Hacker News

Viewing profile — aenigmaclamo

aenigmaclamo

HN member
Joined
Thu, Jan 11, 2018, 8:32 PM UTC
HN karma
4
Public activity
5 items

About aenigmaclamo

No profile information was provided.

Recent public activity

  1. comment
    Comment #18181211

    I thought this would be really neat to display some simple recursion. But it seems like it's completely broken for that: https://javascriptvisualizer.com/?code=function%20f%28n%29%…

  2. comment
    Comment #18062233

    This seems more like a throttle rather than a debounce: https://css-tricks.com/debouncing-throttling-explained-examp...

  3. comment
    Comment #18043205

    It is fired on every instance of the component. However, if you create the arrow function in the render function, it'll be created for every render. Since React keeps the component…

  4. comment
    Comment #17502479

    Have you ever tried to go back to no longer writing SPAs? Sure, it's easy to work with at first but then you start to realize that every framework and every language has different …

  5. comment
    Comment #16178679

    No, there isn't one. The reason is that you can do everything the blockchain data structure can without using blockchain by just putting it in a traditional database with more ease…