continue icon indicating copy to clipboard operation
continue copied to clipboard

Fully typed redux store

Open nperez0111 opened this issue 1 year ago • 0 comments

This makes the GUI's redux store be fully typed by:

  • Following Redux Tookits' recommendation of deriving the root state type from the root reducer
  • Adding PayloadAction type to slice payloads (thereby typing their usage)
  • Simplifying some of the reducers in the redux store to be more idiomatic (i.e. using mutation over state spreading)

nperez0111 avatar Feb 11 '24 13:02 nperez0111