Basic Fundamentals of Redux
Leave a reply
Redux is a library which is use to maintain state of the application at application level , it reduces complexity of managing different states of the components when app is getting comparatively larger , it provides the privilege to maintain state of different components efficiently. Redux works on three basic principles 1) “Single source of Continue Reading »