Commit Graph

  • 0b0c7d0f46 Use new createSlice to replace reducer master Jason Zhu 2023-03-02 21:27:34 +1100
  • 3ac4494157 Installed RTK Jason Zhu 2023-03-02 20:35:23 +1100
  • 3b5d2a2407 Refactored test, so UT can run properly Jason Zhu 2023-03-02 20:23:53 +1100
  • 1a98c9b40e Reorganised file structure as rails-style Jason Zhu 2023-03-02 18:13:28 +1100
  • 2ff5f08cd6 Remove unused action import from App.tsx Jason Zhu 2023-03-02 18:03:41 +1100
  • 534cfb94af Refactor Todo component and App.tsx Jason Zhu 2023-03-02 18:00:07 +1100
  • de1dcb0280 Removed redundant files in /src Jason Zhu 2023-03-02 17:49:02 +1100
  • 7586a1b2a4 Move reducer out of store.ts Jason Zhu 2023-03-02 17:23:38 +1100
  • af8bc8c78e Change state management from React hook to pure Redux Jason Zhu 2023-03-02 17:19:42 +1100
  • 8473df7a16 Move TodoItem from App.tsx to standalone types.ts Jason Zhu 2023-03-02 16:52:11 +1100
  • 01cbf39684 Reformat code to have 4 indent for a tab Jason Zhu 2023-03-02 16:50:21 +1100
  • 78fde10f19 Removed RTK from package.json, added redux, react-redux, and types Jason Zhu 2023-03-02 14:53:29 +1100
  • 980797bfed Added test for Todo component using React Testing Library, and added react-redux Jason Zhu 2023-03-02 14:29:54 +1100
  • c816eebbe5 Modified stock app to Todolist app Jason Zhu 2023-03-01 15:47:24 +1100
  • a7ae56f99d Initialize project using Create React App Jason Zhu 2023-03-01 15:24:31 +1100