Redux-saga Introduction
What is Redux
Redux is a small library with a simple, limited API designed to be a predictable container for application state. It operates in a similar fashion to a reducing function, a functional programming concept.
It is influenced by the functio...
zaorfr.hashnode.dev4 min read