Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandnl authored Feb 15, 2022
1 parent 5190a06 commit ae88946
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,49 @@ You can also find more resources to help you on your React learning journey in R
# Curriculum

## 1. Javascript Recap
- [Welome and JS Recap](https://github.com/ReDI-School/react-course-berlin/blob/main/welcome-js-recap.md)
- [const vs. let](https://github.com/ReDI-School/react-course-berlin/blob/main/const-vs-let.md)
- [arrow functions](https://github.com/ReDI-School/react-course-berlin/blob/main/arrow-functions.md)
- [modules, exports and imports](https://github.com/ReDI-School/react-course-berlin/blob/main/modules-exports-and-imports.md)
- [spread, rest and destructuring](https://github.com/ReDI-School/react-course-berlin/blob/main/spread-rest-operator.md)
- [forEach, map, filter, reduce and string interpolation](https://github.com/ReDI-School/react-course-berlin/blob/main/forEach-map-filter-reduce-string-interpolation.md)
- [Welome and JS Recap](https://github.com/ReDI-School/react-course-berlin/blob/main/A00-welcome-js-recap.md)
- [const vs. let](https://github.com/ReDI-School/react-course-berlin/blob/main/A01-const-vs-let.md)
- [arrow functions](https://github.com/ReDI-School/react-course-berlin/blob/main/A01-arrow-functions.md)
- [modules, exports and imports](https://github.com/ReDI-School/react-course-berlin/blob/main/A03-modules-exports-and-imports.md)
- [spread, rest and destructuring](https://github.com/ReDI-School/react-course-berlin/blob/main/A04-spread-rest-operator.md)
- [forEach, map, filter, reduce and string interpolation](https://github.com/ReDI-School/react-course-berlin/blob/main/A05-forEach-map-filter-reduce-string-interpolation.md)
- Github and Codesandbox


## 2. Base Syntax and Features
- [setup computer and environment](https://github.com/ReDI-School/react-course-berlin/blob/main/setup-computer-environment.md)
- [Hello World](https://github.com/ReDI-School/react-course-berlin/blob/main/hello-world.md)
- [JSX](https://github.com/ReDI-School/react-course-berlin/blob/main/jsx.md)
- [setup computer and environment](https://github.com/ReDI-School/react-course-berlin/blob/main/B01-setup-computer-environment.md)
- [Hello World](https://github.com/ReDI-School/react-course-berlin/blob/main/B02-hello-world.md)
- [JSX](https://github.com/ReDI-School/react-course-berlin/blob/main/B03-jsx.md)
- Component types
- Lifecycle methods
- Stateful components (useState vs. this.setState)
- [Conditional rendering](https://github.com/ReDI-School/react-course-berlin/blob/main/conditional-rendering.md)
- [Conditional rendering](https://github.com/ReDI-School/react-course-berlin/blob/main/B07-conditional-rendering.md)
- Rendering lists
- [Event handling](https://github.com/ReDI-School/react-course-berlin/blob/main/event-handling.md)
- [Event handling](https://github.com/ReDI-School/react-course-berlin/blob/main/B09-event-handling.md)
- VsCode
- Project Complete: Portfolio Item

## 3. Reusability and Hierarchy
- Chapter Intro: Reusability & hierarchy
- [Components, reusability and props]()
- [Component hierarchy](https://github.com/ReDI-School/react-course-berlin/blob/main/component-hierarchy.md)
- [Passing props](https://github.com/ReDI-School/react-course-berlin/blob/main/passing-props.md)
- [Children](https://github.com/ReDI-School/react-course-berlin/blob/main/children.md)
- [Styling (modules and inline)](https://github.com/ReDI-School/react-course-berlin/blob/main/styling.md)
- [Recap & Styled components](https://github.com/ReDI-School/react-course-berlin/blob/main/styled-components.md)
- [Components, reusability and props](https://github.com/ReDI-School/react-course-berlin/blob/main/C01-components-reusability-props.md)
- [Component hierarchy](https://github.com/ReDI-School/react-course-berlin/blob/main/C02-component-hierarchy.md)
- [Passing props](https://github.com/ReDI-School/react-course-berlin/blob/main/C03-passing-props.md)
- [Children](https://github.com/ReDI-School/react-course-berlin/blob/main/C03-children.md)
- [Styling (modules and inline)](https://github.com/ReDI-School/react-course-berlin/blob/main/C04-styling.md)
- [Recap & Styled components](https://github.com/ReDI-School/react-course-berlin/blob/main/C04-styled-components.md)
- Project Complete: Portfolio page with many portfolio items

## 4. Further React Concepts
- Further React concepts
- [Routing](https://github.com/ReDI-School/react-course-berlin/blob/main/routing.md)
- [useEffect() and data fetching](https://github.com/ReDI-School/react-course-berlin/blob/main/useffect-and-data-fetching.md)
- [Context API](https://github.com/ReDI-School/react-course-berlin/blob/main/context-api.md)
- [Forms](https://github.com/ReDI-School/react-course-berlin/blob/main/forms.md)
- [Routing](https://github.com/ReDI-School/react-course-berlin/blob/main/D01-routing.md)
- [useEffect() and data fetching](https://github.com/ReDI-School/react-course-berlin/blob/main/D02-useffect-and-data-fetching.md)
- [Context API](https://github.com/ReDI-School/react-course-berlin/blob/main/D03-context-api.md)
- [Forms](https://github.com/ReDI-School/react-course-berlin/blob/main/D04-forms.md)
- Advanced state management (useReducer - Redux)
- Review Routing, Context API, useEffect, Forms
- Debugging
- Improving performance
- [Redux](https://github.com/ReDI-School/react-course-berlin/blob/main/redux.md)
- [Redux](https://github.com/ReDI-School/react-course-berlin/blob/main/D09-redux.md)
- Project Complete: Portfolio Website

## 5. Project
Expand Down

0 comments on commit ae88946

Please sign in to comment.