Introduction

Get an introduction to side effects.

We'll cover the following...

Redux is a great tool that addresses one of the main problems of UI frameworks: state management. The unidirectional data flow model makes it easy to understand how events change the state. However, there’s one problem Redux doesn’t solve out of the box: the management of side effects.

...