-
Inspired by this little [tweetstorm](https://twitter.com/dan_abramov/status/710642981016100864).
## Problem: Side Effects and Composition
We discussed effects in Redux for ages here but this is the f…
-
JSON has become an essential part of virtually all modern .NET applications and in many cases even surpassed the usage of XML. However, .NET hasn't had a (great) built-in way to deal with JSON. Instea…
-
It would help to have a general programming model for using Event Sourcing as an approach to managing grain state. Likely that would be an alternative or an extension to the declarative persistence mo…
-
Hi everyone, here is the issue I promised to create in https://github.com/prooph/event-sourcing/issues/79.
Note that I'm going on vacation this saturday and will only have a limited ability to answ…
-
I'm trying to make a login success/error flow but my main concern is where I can put this logic.
Currently I'm using `actions -> reducer (switch case with action calling API) -> success/error on res…
5h1rU updated
6 years ago
-
We've been hearing reports from users that load performance of Blazor WebAssembly apps on low-end mobile devices can be very slow. For example, this [user on Twitter](https://twitter.com/paulfguz/st…
-
Hello @mweststrate.
I'm trying to use/integrate mobservable with Meteor.
Commented code is tested and working.
This a sample of current proof of concept code:
```
var afiliado = mobservable.observ…
-
The middleware is intentionally designed to accept a single, root Epic. This means that all your Epics are typically composed together using `combineEpics(...epics)`.
The problem with this approach…
-
My [`composer.json`](https://github.com/prooph/event-store-client/blob/deee1b5f6336d9df7bae5bc0084ca8815ca96974/composer.json):
```json
{
"name": "prooph/event-store-client",
"type": "librar…
-
Since #377 was closed (for valid ecosystem reasons), how about recommending in the documentation that instead of INCREASE_COUNT, it is better to write COUNT_INCREASED?
That way one will be less tempt…