rohan843 / dnncase

GNU General Public License v3.0
1 stars 0 forks source link

Incorporation of `Redux` via RTK #18

Closed rohan843 closed 1 year ago

rohan843 commented 1 year ago

We will eventually need global state management in the frontend, as there was very deep prop drilling happening even in the 1st prototype.

Right now, we only need to design a Redux store and convert all state operations from react operations to RTK operations.