Commit Graph

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