gobench-io / gobench

A benchmark framework based on Golang
Apache License 2.0
73 stars 15 forks source link

[UI] Replace redux-saga with redux-toolkit #173

Open nguyencatpham opened 1 year ago

nguyencatpham commented 1 year ago

Replace redux-saga with redux-toolkit, which is popular used with React to handle fetching API data and state management. The Redux toolkit will also support interval polling, and caching data and will improve application performance.