chainer / chainerui

ChainerUI: User Interface for Chainer
MIT License
170 stars 30 forks source link

Remove redux requests #328

Closed gky360 closed 4 years ago

gky360 commented 4 years ago

This PR removes redux-requests from dependency.

To remove redux-requests, functions of redux-requests was copied to chainerui. We need to refactor middleware/api.js when we re-write it with typescript.

ofk commented 4 years ago

This PR could not be removed redux-request. Please check npm run format.

gky360 commented 4 years ago

Sorry for the incomplete PR. Fixed.

ofk commented 4 years ago

Thank you!