Roman Roelofsen
Roman Roelofsen
Hi @jsdevtom ! The next version could support the mixin pattern (https://www.typescriptlang.org/docs/handbook/mixins.html). However, this would require ES6 output hence this library wouldn't work in IE11 anymore. Personally, I am OK...
I reported a bug related to web workers a while ago #2914. It seems the web worker implementation could need some love :-(
It won't stay forever... We sponsored all the development and the "donate button" wasn't really used. Am Di., 23. Nov. 2021 um 11:44 Uhr schrieb Anja de Crom < ***@***.***>:...
Thank you for your feedback! Don't worry for now, we won't suddenly shut down CfT. Adding a subscription model is something we can evaluate in the future. Am Di., 23....
I am not sure if the work is worth it. How long would it take to implement it?
@sengmann Currently the Facade#select() returns `Observable`, which only marks the state's props as readonly (shallow). We should use `DeepPartial` since the whole state is frozen, not only direct properties.
The advantage of peerDependencies that we could declare the dependency but the user could still choose the version, correct? So this should apply to the redux dependency. The redux-devtools-extension should...
@sengmann I agree! Do you mind to create as PR?