Tim Dorr

Results 176 comments of Tim Dorr

@DuBento I believe it's supposed to be `@redux-devtools/core` now.

Since Redux + React is such a common combo, I'd rather keep it all under the redux.js.org site. There's already a ton of React code in those docs anyways. And...

Unfortunately, there isn't multi-lingual support built-in just yet: https://docs.gitbook.com/v2-changes/important-differences#multi-language-books

This is made redundant by #3565. I would still like to move the examples out of this repo, as they add a ton of weight to the test process and...

Looks like this issue is resolved in the TS rewrite, so I'll close this out. Stay tuned for release...

I'm planning on doing a major for this TS rewrite, so a Store rewrite is totally on the table, FWIW.

We could also move the docs into their own repo, separate from each code repo.

We most definitely have breaking changes for TS users. We have to make the next release a major version bump.

I'm actually against that. There is no design enforcement of what an action should actually contain, other than a `type` property of some sort. I think what we can do...