...

/

The Future of Redux

The Future of Redux

Let’s have a look at how redux will evolve in the coming years.

We'll cover the following...

A word from our friend Mark EriksonRedux co-maintainer and author of the Redux FAQ and several of the Redux ecosystem resources :
In many ways, Redux has been “done” since its initial 1.0 release in August 2015. The 2.0 and 3.0 releases less than a month later cleaned up a few bits of the public API, and 3.1 in January 2016 allowed passing an enhancer as the last argument to createStore(). The changes since then have mostly been small internal tweaks and minor cleanups that aren’t meaningfully visible. Even the recent 4.0 release is primarily about updating TypeScript typings and smoothing out edge cases.

So, where is Redux going in the future? There are a few different answers to that question.

Redux roadmap

...