
Security News
Python Tools Are Quickly Adopting the New pylock.toml Standard
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
@uppy/store-redux
Advanced tools
The ReduxStore
stores Uppy state on a key in an existing Redux store. The
ReduxStore
dispatches uppy/STATE_UPDATE
actions to update state. When the
state in Redux changes, it notifies Uppy. This way, you get most of the benefits
of Redux, including support for the Redux Devtools and time traveling!
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
import Uppy from '@uppy/core'
import * as ReduxStore from '@uppy/store-redux'
import * as Redux from 'redux'
function createStore(reducers = {}) {
const reducer = Redux.combineReducers({
...reducers,
uppy: ReduxStore.reducer,
})
return Redux.createStore(reducer)
}
const store = new ReduxStore.ReduxStore({ store: createStore() })
const uppy = new Uppy({ store })
$ npm install @uppy/store-redux
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case Uppy
will attach itself to the global
window.Uppy
object. See the
main Uppy documentation for instructions.
Documentation for this plugin can be found on the Uppy website.
4.0.0-beta.3
Released: 2024-04-15
| Package | Version | Package | Version | | ------------------------- | ------------ | ------------------------- | ------------ | | @uppy/angular | 0.7.0-beta.3 | @uppy/onedrive | 4.0.0-beta.3 | | @uppy/audio | 2.0.0-beta.3 | @uppy/progress-bar | 4.0.0-beta.3 | | @uppy/aws-s3-multipart | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.3 | | @uppy/box | 3.0.0-beta.3 | @uppy/react | 4.0.0-beta.3 | | @uppy/companion | 5.0.0-beta.3 | @uppy/remote-sources | 2.0.0-beta.3 | | @uppy/companion-client | 4.0.0-beta.3 | @uppy/screen-capture | 4.0.0-beta.3 | | @uppy/compressor | 2.0.0-beta.3 | @uppy/status-bar | 4.0.0-beta.3 | | @uppy/core | 4.0.0-beta.3 | @uppy/thumbnail-generator | 4.0.0-beta.3 | | @uppy/dashboard | 4.0.0-beta.3 | @uppy/transloadit | 4.0.0-beta.3 | | @uppy/drag-drop | 4.0.0-beta.3 | @uppy/tus | 4.0.0-beta.3 | | @uppy/drop-target | 3.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.3 | | @uppy/dropbox | 4.0.0-beta.3 | @uppy/url | 4.0.0-beta.3 | | @uppy/facebook | 4.0.0-beta.3 | @uppy/utils | 6.0.0-beta.3 | | @uppy/file-input | 4.0.0-beta.3 | @uppy/webcam | 4.0.0-beta.3 | | @uppy/golden-retriever | 4.0.0-beta.3 | @uppy/zoom | 3.0.0-beta.3 | | @uppy/google-drive | 4.0.0-beta.3 | uppy | 4.0.0-beta.3 | | @uppy/instagram | 4.0.0-beta.3 | | |
setOptions
not re-rendereing plugin UI (Antoine du Hamel / #5082)FAQs
Make Uppy use your existing Redux store.
The npm package @uppy/store-redux receives a total of 15,849 weekly downloads. As such, @uppy/store-redux popularity was classified as popular.
We found that @uppy/store-redux demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.