DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
23 stars 8 forks source link

Use RTK queries to make api requests from the frontend #666

Open dwu359 opened 1 year ago

dwu359 commented 1 year ago

Describe the solution you'd like Instead of our current way of communicating with the backend thru TalkToBackend, we can use RTK queries to have api calls directly translate into changes in state in redux stores.

Additional context https://redux.js.org/tutorials/essentials/part-7-rtk-query-basics

karkir0003 commented 1 year ago

@dwu359 status on this?