Compatible with redux middlewares
See original GitHub issueHello!
Great lib, but Storeon have no large ecosystem. I guess, if we can use any redux middleware, it will be fabulous.
How do you thinks, can we with @dispatch
and @change
events add compatibility with redux middlewares?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Middleware - Redux
Redux middleware solves different problems than Express or Koa middleware, but in a conceptually similar way. It provides a third-party ...
Read more >Redux Middleware – What it is and How to Build it from Scratch
In this article, we will explore what middleware is in Redux, why it's used, and how you can create your own middleware from...
Read more >Redux - Middleware - Tutorialspoint
Customized middleware functions can be created by writing high order functions (a function that returns another function), which wraps around some logic.
Read more >Redux middleware compatible React Hooks library for easy ...
I've been developing a library to make use of React Hooks API. The library is for global state mangement with the aim to...
Read more >An Overview of Redux Middleware for React Applications
A common point of confusion in Redux is the middleware pattern. We'll discuss why Redux middleware is beneficial, where it fits in, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I created issues for this stuff. We will port them.
https://github.com/storeon/storeon/issues/37 https://github.com/storeon/storeon/issues/38
What is your use case for
redux-catch
?Something else?
When I make a request, I can receive 403 or 401 error, and want to handle it (write some to store) in one place.
Now, I think, it is all utils what I want. If I found something else, I create the issue.
Thanks!