<!---- Does Redux have a unidirectinal data flow? ---------------------->
Redux architecture revolves around a strict unidirectional data flow.
This means that all data in an application follows the same lifecycle
pattern, making the logic of your app more predictable and easier
to understand.
<!---------------------- Does Redux have a unidirectinal data flow? ---->