@@ -14,6 +14,23 @@ to this course or vice versa.
1414
1515## Course Overview
1616
17+ - [ Full Stack Open 2021] ( #full-stack-open-2021 )
18+ - [ University of Helsinki Full Stack Open 2021 Course] ( #university-of-helsinki-full-stack-open-2021-course )
19+ - [ Side note] ( #side-note )
20+ - [ Course Overview] ( #course-overview )
21+ - [ Part 0 Fundamentals of Web apps] ( #part-0-fundamentals-of-web-apps )
22+ - [ Part 1 Introduction to React] ( #part-1-introduction-to-react )
23+ - [ Part 2 Communicating with server] ( #part-2-communicating-with-server )
24+ - [ Part 3 Programming a server with NodeJS and Express] ( #part-3-programming-a-server-with-nodejs-and-express )
25+ - [ Part 4 Testing Express servers, user administration] ( #part-4-testing-express-servers-user-administration )
26+ - [ Part 5 Testing React apps] ( #part-5-testing-react-apps )
27+ - [ Part 6 State management with Redux] ( #part-6-state-management-with-redux )
28+ - [ Part 7 React router, custom hooks, styling app with CSS and webpack] ( #part-7-react-router-custom-hooks-styling-app-with-css-and-webpack )
29+ - [ Part 8 GraphQL] ( #part-8-graphql )
30+ - [ Part 9 TypeScript] ( #part-9-typescript )
31+ - [ Part 10 React Native] ( #part-10-react-native )
32+ - [ Part 11 CI/CD] ( #part-11-cicd )
33+
1734## Part 0 Fundamentals of Web apps
1835
19361 . General info
@@ -56,12 +73,14 @@ to this course or vice versa.
56734 . End to end testing
5774
5875## Part 6 State management with Redux
76+
59771 . Flux-architecture and Redux
60782 . Many reducers
61793 . Communicaating with server in a redux application
62804 . connect
6381
6482## Part 7 React router, custom hooks, styling app with CSS and webpack
83+
65841 . React-router
66852 . Custom hooks
67863 . More about styles
@@ -70,32 +89,31 @@ to this course or vice versa.
70896 . Exercises: extending the bloglist
7190
7291## Part 8 GraphQL
92+
73931 . GraphQL-server
74942 . React and GraphQL
75953 . Database and user administration
76964 . Login and updating the cache
77975 . Fragments and subscriptions
7898
7999## Part 9 TypeScript
100+
801011 . Background and introduction
811022 . First steeps with TypeScript
821033 . Typing the express app
831044 . React with types
84105
85106## Part 10 React Native
107+
861081 . Introduction to React Native
871092 . React Native basics
881103 . Communicating with server
891114 . Testing and extending oue application
90112
91113## Part 11 CI/CD
114+
921151 . Introduction to CI/CD
931162 . Getting started with GitHub Actions
941173 . Deployments
951184 . Keeping green
961195 . Expanding further
97-
98-
99-
100-
101-
0 commit comments