Commit Graph

33 Commits (1d970d5879c13981f33d3f37296df4ba5ee74c2a)

Author SHA1 Message Date
Jason Zhu 1d970d5879 02_lesson: Add orderedPost, so posts are listed in ascending order 2023-03-07 13:50:51 +11:00
Jason Zhu 3b6ee94253 02_lesson: Add timestamp for each post 2023-03-07 13:50:23 +11:00
Jason Zhu 75f98755b7 02_lesson: Add canSave check function to disable Save Post button 2023-03-07 13:33:38 +11:00
Jason Zhu 00fcac1145 02_lesson: Add author formally into postList 2023-03-07 13:33:09 +11:00
Jason Zhu 83a42fd660 02_lesson: Added usersSlice and attach userid to post 2023-03-07 13:12:54 +11:00
Jason Zhu 1dc07f39e5 02_lesson: use prepare callback to customize the creation of the payload value 2023-03-07 00:06:41 +11:00
Jason Zhu 1e7c085d70 02_lesson: created AddPostForm component 2023-03-06 23:58:07 +11:00
Jason Zhu 0ea7837958 02_lesson: create separate selector for selectAllPosts 2023-03-06 21:31:34 +11:00
Jason Zhu 365bfa6db4 02_lesson: added PostsList with redux slice into App 2023-03-06 21:26:35 +11:00
gitdagray 573491db42 Fix for new post ids after entity adapter is added 2022-10-08 13:40:53 -05:00
gitdagray 4c4fe735c1 Added bonus chapter 8 2022-09-15 13:49:53 -05:00
gitdagray 2aba59bf08 Merge branch 'main' of github.com:gitdagray/react_redux_toolkit 2022-09-15 13:32:54 -05:00
gitdagray c147d70c29 updated README 2022-09-15 13:30:48 -05:00
Dave Gray 1c3f36fc8a
Merge pull request #2 from sojinsamuel/patch-1
Typographical Error
2022-08-24 14:36:23 -05:00
Sam c44d7742bf
Typographical Error
Updated a typo under Academic Honesty section
2022-08-13 07:56:43 +05:30
gitdagray ef530de8e3 Added fix for jsonplaceholder API not returning accurate new post IDs after 101 2022-08-12 11:43:35 -05:00
gitdagray 81ce86f092 Added new post id increment to addNewPost payload 2022-06-24 12:26:16 -05:00
gitdagray 30d775883f Updated README with total chapters 2022-06-24 12:25:09 -05:00
gitdagray ae191e64b4 Added Redux Devtools flag to store 2022-06-24 12:24:34 -05:00
gitdagray 23646f7d66 Added link to docs tutorial 2022-05-17 07:24:39 -05:00
gitdagray 99d75cf23d Added lesson 7 2022-04-28 12:57:51 -05:00
gitdagray fb8d00e80c Lesson 6 - RTK Query 2022-04-22 07:20:42 -05:00
gitdagray 987b582315 Added lesson 06 - RTK Query 2022-04-22 07:19:00 -05:00
gitdagray 2849fa23ce Added Chapter 6 - RTK Query 2022-04-22 07:13:05 -05:00
gitdagray ef12e4ad2e Updated README 2022-04-20 15:59:43 -05:00
gitdagray b8128c901d Added lesson 5 2022-04-18 08:25:48 -05:00
gitdagray 47554d03da Removed try/catch from async thunks. Letting promise.rejected cases do their work. 2022-04-18 08:24:23 -05:00
gitdagray 82d81f76a8 Insured onAuthorChanged saves numeric value instead of a string value 2022-04-11 08:34:18 -05:00
gitdagray c2fec6e6fe Added lesson 4 2022-04-05 16:31:56 -05:00
gitdagray f10fae7298 Added lesson 3 2022-03-31 17:56:58 -05:00
gitdagray a405f40185 Added Chapter 2 2022-03-24 10:08:28 -05:00
gitdagray 21174697d0 remove root style 2022-03-17 18:25:21 -05:00
gitdagray d9a812f171 first commit 2022-03-15 16:45:07 -05:00