Repository corresponding to the following course :
- React - The Complete Guide: https://www.udemy.com/course/react-the-complete-guide-incl-redux/
- Redux: The Single Immutable State Tree: https://egghead.io/lessons/react-redux-the-single-immutable-state-tree
Folder | Content |
React - The Complete Guide> | |
---|---|
welcome | Default Create-React-App for new incoming developers |
basics |
Basics Lists & Conditionals Styling Dynamically (inline, class, Radium, css modules inline/class, selector) Debugging (ErrorBoundary) |
basics-assignment | Functional component, eventHandler, two-way binding, state updating, styling inline and css |
lists-conditionals-assignment | Render component conditionally + lists of components with keys using: .map() .slice(start[, deleteCount) .split('') .join('') |
react-meals |
Video Overview Extra-Files |
Redux: The Single Immutable State Tree | |
redux-from-scratch |
Custom createStore() Reducers composition dispatch() applications (TodoApp with custom storeTodo) |