Friday, 25 May 2018

What is Redux ?

1- Redux is one of the framework get used to maintain application state. It is a predictable state container for JavaScript applications and is used for the entire applications state management.

2- Applications developed with Redux are easy to test and can run in different environments showing consistent behaviour.

3- Redux is not only React specific library, Angular team also integrated Redux in Angualr6 using ng/Rx library.

No comments:

Post a Comment

What is diffing algorithm?

  React needs to use algorithms to find out how to efficiently update the UI to match the most recent tree. The diffing algorithms is genera...