| Worked on this yesterday evening & night. Simple example of implementing redux in an application here. Core essentials of redux are the concepts of a centralised store for all state data, reducer functions whose role is to create a new updated state and swap with the current state, and actions which are the triggers in our app to send intents to redux to update our state. |