Commit Graph

36 Commits (fbc25412308fa46e665a93d6c2f866ff52fda998)

Author SHA1 Message Date
Jason Zhu fbc2541230 Chap05 -> Declaring routes -> Creating a component containing routes 2022-03-29 15:52:21 +11:00
Jason Zhu 7c3215867f Chap05 -> Declaring routes -> Creating some blank pages 2022-03-29 15:41:31 +11:00
Jason Zhu 4963def0bd Chap05 -> Install React Router 2022-03-29 15:06:09 +11:00
Jason Zhu 4a04834929 Chap04 -> Completing the home page styling -> Styling the Question component 2022-03-29 14:45:12 +11:00
Jason Zhu 1292870db9 Chap04 -> Completing the home page styling -> Styling the QuestionList component 2022-03-29 14:41:37 +11:00
Yiqing Zhu 055f653476 Chap04 -> Creating a reusable styled component with Emotion 2022-03-28 21:02:55 +11:00
Yiqing Zhu 691840dee3 Chap04 -> Styling pseudo-classes and nested elements with Emotion 2022-03-28 20:37:00 +11:00
Yiqing Zhu 26f7fc4582 Chap04 -> Styling components with Emotion -> Styling the Header component 2022-03-28 19:58:15 +11:00
Jason Zhu e4f41e5d8d Chap04 -> Styling components with Emotion -> Styling the App component (Emotion styles in head tag) 2022-03-28 19:36:40 +11:00
Jason Zhu c98972dec9 Chap04 -> Styling components with Emotion -> Styling the App component -> style css prop use tagged template literal 2022-03-28 17:56:13 +11:00
Jason Zhu 2005072dea Chap04 -> Styling components with Emotion -> Installing Emotion 2022-03-28 17:38:39 +11:00
Yiqing Zhu e90cc6b191 Chap04 -> Styling components with CSS modules 2022-03-26 17:56:51 +11:00
Yiqing Zhu 9830fb1af2 Chap04 -> Styling components with CSS -> Styling the Header component 2022-03-26 17:50:10 +11:00
Yiqing Zhu a5d1351f92 Chap04 -> Styling components with CSS -> Styling the App component 2022-03-26 17:38:20 +11:00
Yiqing Zhu 2b3cbdddd5 Chap04 -> Styling components with CSS -> Stlying the document body 2022-03-26 17:33:40 +11:00
Yiqing Zhu b4d0fed5cb Chap03 -> Handling events -> Handling an input change event 2022-03-26 17:00:21 +11:00
Yiqing Zhu 7dd02a76ea Chap03 -> Handling events -> Handling a button click event 2022-03-26 16:50:56 +11:00
Yiqing Zhu 0f31f492cc Chap03 -> Implementing component state -> Using useState to implement component state 2022-03-26 16:46:05 +11:00
Yiqing Zhu 2afb204673 Chap03 -> Implementing component state -> Using useEffect to execute logic 2022-03-26 16:03:57 +11:00
Yiqing Zhu cdecba7c2e Chap03 -> Implementing component state (Change getUnansweredQuestions to async function, result failure in transpiling) 2022-03-26 14:39:21 +11:00
Yiqing Zhu 072b7dcf88 Chap03 -> Creating function-based component -> Function props (aka how to use render prop) 2022-03-26 14:25:09 +11:00
Yiqing Zhu b6fdcbd740 Chap03 -> Creating function-based component -> Children props, added explanation 2022-03-26 14:12:16 +11:00
Yiqing Zhu 4affa35f00 Chap03 -> Creating function-based component -> Children props 2022-03-26 14:10:10 +11:00
Jason Zhu dafd006124 Chap03 -> Creating function-based components -> Optional and default props 2022-03-26 00:16:30 +11:00
Jason Zhu 851a26d1b9 Chap03 -> Creating function-based components -> Creating HomePage child components 2022-03-26 00:08:00 +11:00
Jason Zhu d54f501934 Chap03 -> Creating function-based components -> Creating HomePage child components 2022-03-25 13:26:47 +11:00
Jason Zhu 2d0e56055c Chap03 -> Creating function-based components -> Creating mock data 2022-03-25 13:22:02 +11:00
Jason Zhu f0492816c5 Chap03 -> Creating function-based components -> Creating mock data 2022-03-24 00:02:35 +11:00
Jason Zhu b11004925a Chap03 -> Creating function-based component -> Adding elements to the Header component 2022-03-23 23:13:58 +11:00
Jason Zhu 95cb876ef5 Chap03 -> Creating function-based components -> Creating a Header component 2022-03-23 22:55:22 +11:00
Jason Zhu 157120eb64 Chap03n -> Understanding and enabling strict mode 2022-03-23 09:55:03 +11:00
Jason Zhu 5166958107 Chap02 -> Adding automatic code formatting to React and TypeScript 2022-03-23 00:06:05 +11:00
Jason Zhu 49fd2391af Chap02 -> Configuring VSCode to lint TypeScript code 2022-03-22 23:48:44 +11:00
Jason Zhu b445828692 Chap2 -> Creating a React and TypeScript app 2022-03-22 23:34:45 +11:00
Jason Zhu 825f144e3a Moved UseHttpsRedirection to else clause in Startup.cs Configure function 2022-03-22 23:29:25 +11:00
Jason Zhu 8dccbf067d Chap02: Creating Decoupled React and ASP.NET 5 Apps -> Technical requirements (create ASP.NET Core WebAPI project) 2022-03-22 23:28:12 +11:00