learn-redux
learn-redux copied to clipboard
:boom: Comprehensive Notes for Learning (how to use) Redux to manage state in your Web/Mobile (React.js) Apps.
At the moment the notes are a bit "raw" ... https://github.com/nelsonic/learn-redux/blob/master/egghead.io_video_tutorial_notes.md Would it make sense to add a TOC to help people find the section they need?
I was just annotating a print out of the code to remind myself of some of the concepts learned in the video tutorials, and found the following issues: - `addTodo`...
What is a "_Pure_" Function?
Hello All, I am working on a project which involves the React+Redux+GraphQL(Apollo Tools) and Backend is HapiJS+Rest+GraphQL(Apollo) I had [created a PoC](https://github.com/pankajpatel/hapi-redux-graphql-rest) to see the feasibility of this tech combination...
After going through #16; I got into confusion with Higher-Order Functions. Are Pure Functions and Higher-Order alike? Or they differ? And Higher-order Components are created by Higher-order functions?