agiledigital / typed-redux-saga

An attempt to bring better TypeScript typing to redux-saga.
MIT License
312 stars 33 forks source link

jscodeshift codemod to migrate redux-saga to typed-redux-saga #375

Open javascripter opened 3 years ago

javascripter commented 3 years ago

Hi. I created a script that converts redux-saga code to typed-redux-saga. I'm wondering if it could be included in this rep so that people can migrate existing code to typed-redux-saga by just running one command?

https://gist.github.com/javascripter/746b1b1eb76dd088dfb75df0c7e0c8dd

If it's not of your interest please feel free to close this issue. Thanks.

osmestad commented 3 years ago

Works nicely!