React app using redux (Functional and Class Component)
React primarily provides two ways to manage data i.e. using state or props. When we start coding complex react application where we need to send data from one component to another component then it becomes as huge task as we have to pass props from t...
omarsaade.hashnode.dev3 min read