neurosnap / robodux

caching in redux made simple
MIT License
101 stars 7 forks source link

remove create-api #60

Closed neurosnap closed 2 years ago

neurosnap commented 2 years ago

I've decided that createApi doesn't quite belong inside of robodux so I'm going to move it into its own separate repo.

I originally thought combining it with robodux would provide developers with a lot more utility. Also, since createApi leverages robodux it made sense to me at the time.

createApi is a little more experimental than I would like to have inside of robodux.

New repo: https://github.com/neurosnap/redux-express-query npm: https://www.npmjs.com/package/redux-express-query