-
Redux DevTools Chrome Extension doesn't work after I upgrade the ng-redux to 4.0.x.
The console shows `Error: Actions must be plain objects. Use custom middleware for async actions.` even though I've…
-
## Describe the proposal
Support pubsub between actors, currently the publisher can be a service or an actor. But when it comes to subscribing, the subscribe is supported at service level. We need to…
-
Hey folks!
The past couple years have brought numerous changes to Swift that would have no doubt impacted ReSwift if they were available back then. `Combine` and `SwiftUI` and async/await are some …
-
### The Problem
Running Jest tests with my project requires transpiling react-redux-form. In doing so with Babel 7.2.2 with @babel/plugin-proposal-object-rest-spread 7.3.1, an error is thrown:
> …
-
It's an awesome example for Federation!
I have 1 question on my mind, after trying it out.
How do I write resolver for federated mutations?
Let's say I want to create or update reviews and products…
-
Collaborating with @bmignano to identify guidelines and best practices for applications regarding larger user flows.
-
Let's collect and decide on the uses cases and features we want to support with Async Library, either directly or through a separate package. They are grouped, but in no particular order. Core would b…
-
I have been encountering a weird issue.
I have a react+typescript based project it was working fine.
Now, I migrated everything to nx-based mono-repo, and I'm getting the following error -
`…
-
I have a piece of business logic that goes as follows (Obfuscated pseudo code because I cannot share it literally)
```C#
public async Task SomeFunction(CancelationToken ct)
{
await DoSomeCal…
-
Great library. I would be great if I could just pass an observable into the hook directly:
`useObservable(myObservable);`
instead of
`useObservable(() => myObservable);`