Viewing profile — limscoder
limscoder
HN member- Joined
- Wed, Jul 10, 2013, 8:26 PM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About limscoder
No profile information was provided.
Recent public activity
-
comment
Comment #13648121
Does it de-dupe requests if multiple components need the same URL?
-
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…
-
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…