DEV Community

Discussion on: I Just Didn't Get Redux!

Collapse
 
edlinkiii profile image
Ed Link III

Honestly, no, I didn't consult the official Redux docs. As I stated in my post, I didn't even realize it was a stand alone library until I the I ran into it on FreeCodeCamp.

Thanks for the resources you provided, I'm sure they will come in handy as I'm implementing all that I've been learning recently.

Collapse
 
markerikson profile image
Mark Erikson

Yeah, as a general suggestion: whenever you do start trying to use any library, it helps to go straight to the official docs and repo right away. There are certainly some great tutorials for all tools that have been written by their community and users, but it's also good to see how a tool describes itself and how it should be used.