Christer van der Meeren
Christer van der Meeren
:+1:
Just came across this plugin and would love for it to support F#.
> Would you provide the steps to reproduce this behaviour, please? 1. Open Firefox 2. Once the window is up, Ctrl-T to open a new tab (do this within 1-2...
I have consistently been able to reproduce this on all devices (at least three separate computers). It's still happening.
First, let me state clearly how I stand: * In general, when I decide which libraries to use, three requirements are central to me: 1) It should work, 2) it...
It seems to me that we do actually agree on most core issues. Here's a rough spec sheet based on the current feedback: * Use idiomatic C# - the primary...
@lilasquared Okay, here's a few thoughts on that: 1. Your observation is entirely correct: Any action will trigger the creation of a new root state instance. 2. Always avoid premature...
> 1 and 2 introduce breaking changes, 3 increase the surface API and force store enhancers to implement the Subscribe method. Since this is a major upgrade (2.x → 3.0),...
I took a closer look at @dcolthorp's [blog post](https://spin.atomicobject.com/2017/03/13/adapting-redux-c-sharp-xamarin/) now, and I must say I find the projection philosophy quite compelling, where `Store.State` is not public (I guess `private`?) and...
@dcolthorp, could you share the implementation of `Store.Observe` and `Store.Project`? I'm trying to experiment with creating a store extension, but I don't know much about reactive programming and have become...