Live data from Hacker News

Viewing profile — guptagaruda

guptagaruda

HN member
Joined
Sat, Sep 09, 2017, 3:50 PM UTC
HN karma
5
Public activity
4 items

About guptagaruda

No profile information was provided.

Recent public activity

  1. comment
    Comment #15210228

    It depends on the complexity of the application. If I am happy with the performance profile with mutable state then going with immutable state is obviously an overkill. These optim…

  2. comment
    Comment #15207933

    Redux is just one piece of the puzzle. Let me try to explain the problem it solves. Let's say if you are building a complex SPA with lot of UI components in the view and state chan…

  3. story
  4. comment
    Comment #15207639

    Great tutorial. I recently published an overview of Redux here - https://medium.com/@guptagaruda/introduction-to-redux-and-mo...