Live data from Hacker News

Viewing profile — nsaints

nsaints

HN member
Joined
Sun, Jul 19, 2020, 10:30 PM UTC
HN karma
1
Public activity
1 items

About nsaints

No profile information was provided.

Recent public activity

  1. comment
    Comment #23902921

    useEffect as it is runs when the component is mounted and then every time the state is updates, you can control this by passing options to useEffect, to answer your question: yes a…