Maciej Małkowski

Results 32 comments of Maciej Małkowski

@Kupstas , still doing some work on it, but the main thing is right now available as an alpha release - we still might change the API a bit, as...

@Slapbox V2 doesn't expose redux state globally anywhere for main nor renderer

@partheseas Nice :) We will evaluate how to do this in v2 as well than 👍🏻 (And if anyone is eager to do it, we are happy to help with...

Hey, Thanks for feedback! We don't have any plans right now to support `rematch`, since we don't have any resources we could contribute - but we are welcome to contributions,...

Yes, the API has changed (hence this is breaking version update) - You can see examples how to use new api in the examples / tests

This should be supported with compose, just needs to be documented. We also need a migration guide since it might be slightly confusing if someone was using middleware before. Will...

@Superjo149 I haven't had a chance to test drive it with `redux-logger` so not sure what is the issue - can you share the quick fix you did? 🤔

I just tried adding the `redux-logger as middleware to the renderer store on our tests, it works as expected: ```ts import { createStore, compose, applyMiddleware } from 'redux' import {...

> I did some more investigating, and I do think this is the way to go instead of adding a 3rd argument to the createStore function. This is how it...

@kyjak Hi, thanks for the feedback! We are working on the version 2 of the library, that apart from a major rewrite to typescript, will also include nice hosted documentation...