Live data from Hacker News

Viewing profile — MindPenguin

MindPenguin

HN member
Joined
Sun, Jul 24, 2016, 8:25 PM UTC
HN karma
6
Public activity
2 items

About MindPenguin

No profile information was provided.

Recent public activity

  1. comment
    Comment #12163419

    It's not "overriding" lifecycle methods, it's passing lifecycle methods to a component factory function.

  2. comment
    Comment #12154729

    Conceptually, components have state, but it's all managed by react, so you only ever write pure functions. Granted, depending on how you update state in event handlers and lifecycl…