- Set multiple github accounts on local
- When you cannot push from terminal into new repo
vim .git/config
[branch "master"]
remote = origin
merge = refs/heads/master
- Forms - controlled components
- Forms - refs, uncontrolled components
- Way to structure
- Redux vs React context
- React children - deep dive
- Fetch data in React
- Simple react patterns
- React Middleware
- React Event handlers#1 - Arrow functions achieve Context Binding
- React Event handlers#2 - Correct use of arrow functions
- setState like a pro
- setState future of React
- Why is passing the component initial state a prop an anti-pattern?
- React components communication
- Enzyme cheatsheet
- Organising React Application