Live data from Hacker News

Viewing profile — ikido

ikido

HN member
Joined
Thu, Jan 14, 2016, 2:33 AM UTC
HN karma
14
Public activity
9 items

About ikido

No profile information was provided.

Recent public activity

  1. comment
    Comment #18038959

    While I don't think that posting solutions or using them is the right thing to do I'm grateful to the author for mentioning the course — it's fantastic!

  2. comment
    Comment #11540783

    Very valid points addressed in this essay, I wonder if OS and messengers vendors will ever take that into account

  3. comment
    Comment #11186931

    can you elaborate more why this approach is convoluted?

  4. comment
    Comment #11186928

    Thanks, I'm actually working on it

  5. comment
    Comment #11186921

    The concept of tracking data is actually quite simple — when you define some object property as observable it is replaced with a getter & setter that invoke a callback when you get…

  6. comment
    Comment #11186656

    That's a good point, but in Redux you subscribe to all changes in single state tree where all data lives. That means that every update of data (which has no upper limit) will cause…

  7. comment
    Comment #11186186

    No difference in how you handle routing and history in a regular React app, those things are not related. Mobx (and mobx-react) just re-renders your component when data changes. Yo…

  8. comment
    Comment #11186040

    I know that a lot of people like to use different kinds of flux libraries for their React apps, with Redux having a lot of traction, but you should definitely look at Mobx. We've i…

  9. comment
    Comment #10899289

    Doesn't look very ergonomic — it's kind of hard to keep your hands in the air for a long time