The official, opinionated, batteries-included toolset for efficient Redux development. The Redux Toolkit package is intended to be the standard way to write Redux logic. It was originally created to help address main common concerns about Redux. We can't solve every use case, but in the spirit of create-react-app and apollo-boost, we can try to provide some tools that abstract over the setup process and handle the most common use cases, as well as include some useful utilities that will let...