Handling Side Effects in Redux With Redux-Saga
Katarzyna Jastrzębska at ReactNext 2017
Have you ever struggled with making dependencies between reducers? Have you ever stepped into problem with mulitple async operations done at the same time doing huge mess in your state? Let me be your guide into redux sagas with tips, how and when you can use them in your application to solve all side effects problems at once.