Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 1.74 KB

README.md

File metadata and controls

56 lines (53 loc) · 1.74 KB

React Learnin - Miryks Repository

Repository corresponding to the following course :

Projects

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)