bradf83 / technology-patterns

A repository to hold markdown documentation of patterns for various technologies I explore
MIT License
1 stars 0 forks source link

Investigate Redux & Thunk #1

Open bradf83 opened 4 years ago

bradf83 commented 4 years ago

Currently when working with React I am putting my asynchronous calls inline with my functions, this is far from ideal and I have seen a few posts recommend using Redux + Thunk.

bradf83 commented 4 years ago

Read over the Redux docs a bit more (few more times).

Things to try: