this is to demo redux vanilla
- Get the handle to createStore from the redux
- Write the reducer function
- Reducer will take state and action and will return the state
- Execute the createStore and then pass in the reducer to get the store handle
- Now run subscribe and dispatcher - dispacher will send the object with type inside it and subcribe will fire it'c call back