CaptainCodeman / rdx

Like Redux, but smaller
https://captaincodeman.github.io/rdx/
33 stars 4 forks source link

docs: fix code example in recipe-fetch.md #20

Closed djlauk closed 4 years ago

djlauk commented 4 years ago

I think the code examples in recipe-fetch.md are broken. They access state[subreddit] instead of state.postsBySubreddit[subreddit].