12.
What is true about Redux?
Redux is a replacement for React.
Redux is only used for front-end development.
Redux is a JavaScript library for handling HTTP requests.
Redux is a predictable state container for JavaScript apps.
Correct: D
Redux is a state management library that helps you manage the state of your application in a predictable way. It is not limited to front-end development and can be used with any JavaScript framework or library. Although Redux is commonly used with React, it is not a replacement for React itself.