Question 3 of 10Pro Only
What is the Redux pattern, and what are its three core principles?
Sample answer preview
Redux is a predictable state container originally created for JavaScript applications that has been adopted across platforms, including React Native and Flutter through libraries like flutter_redux and redux.dart.
Reduxsingle source of truthactionsreducersstoreunidirectional data flow