13.
Which of the following statements is true about Redux?
Redux is a lightweight alternative to jQuery.
Redux is primarily used for server-side development.
Redux is a JavaScript framework used for building user interfaces.
Redux is a state management library commonly used with React.
Correct: D
Redux is often used with React to manage the state of an application and make it easier to handle data flow. However, Redux is not a framework itself and can be used with any JavaScript library or framework. It is not primarily used for server-side development and is not a replacement for jQuery.