robodux

caching in redux made simple

MIT License

Downloads
1.5K
Stars
101
Committers
4

Bot releases are visible (Hide)

robodux - v15.0.2 Latest Release

Published by neurosnap about 1 year ago

robodux - release without v prefix

Published by neurosnap over 1 year ago

robodux - esm and cjs support

Published by neurosnap almost 2 years ago

A new build process using https://github.com/developit/microbundle

We now support esm, cjs, and umd.

robodux - Removal of createApp and deprecated APIs

Published by neurosnap over 2 years ago

  • 💥 Removed createApp
  • 💥 Removed mapSlice, assignSlice, loadingSlice, loadingMapSlice.
    • Please use createTable, createAssign, createLoader, and createLoaderTable instead
  • 🔧 updated dependencies
  • 🔧 removed dependency on redux by inlining types
  • 🔧 reselect is now a dependency instead of a peerDependency
robodux - Removal of createApi

Published by neurosnap almost 3 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

robodux - createApi naming changes

Published by neurosnap almost 3 years ago

Added useLoaderSuccess hook to have a callback when a loader returns success.

Changed some names around for the createPipe and createApi functions.

robodux - node v16

Published by neurosnap almost 3 years ago

Because we are using AbortController we require node v16

robodux - createApi

Published by neurosnap almost 3 years ago

Releasing an experimental data fetching API

robodux - Alter isInitialLoading logic

Published by neurosnap over 3 years ago

Previously we had faulty logic for isInitialLoading. See the commit to understand the differences.

robodux - export createList

Published by neurosnap over 3 years ago

robodux - Github releases to publish

Published by neurosnap over 3 years ago

  • We are not publishing github releases which will publish to npm
  • Export createList
Package Rankings
Top 5.26% on Npmjs.org
Badges
Extracted from project README
ci