joshburgess / redux-most

Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
https://www.npmjs.com/package/redux-most
MIT License
139 stars 14 forks source link

Add Flow type definitions #6

Open joshburgess opened 7 years ago

joshburgess commented 7 years ago

Add Flow type definitions to the library

Look at the TypeScript type definitions for reference

joshburgess commented 7 years ago

Started working on this, but running into some issues as I don't think Most currently offers Flow definitions. It's on hold right now in the add-flow branch.

Also, if we change what arguments can be passed into Epics, we should update the TypeScript definitions before continuing with adding Flow to the library.

joshburgess commented 7 years ago

Update: Most 2.0 will feature both TypeScript & Flow definitions. 🎊 🎉

So, this is being put on hold until Most 2.0 is released. I will address it when upgrading redux-most to use Most 2.0. 👍

joshburgess commented 6 years ago

Looks like someone has added Flow definitions to the current version of Most (pre-2.0). So, I'll be looking at this soon.