Live data from Hacker News

Viewing profile — limscoder

limscoder

HN member
Joined
Wed, Jul 10, 2013, 8:26 PM UTC
HN karma
6
Public activity
3 items

About limscoder

No profile information was provided.

Recent public activity

  1. comment
    Comment #13648121

    Does it de-dupe requests if multiple components need the same URL?

  2. comment
    Comment #13647261

    Redux is difficult to reason about because side-effects can be triggered from anywhere in the application by middleware. If you're using something like redux-thunk, a single dispat…

  3. comment
    Comment #13646979

    I've been experimenting with using a component to fetch data. The data to fetch is declaratively described as props. https://github.com/limscoder/react-wrangler It uses immutable a…