Redux is a pattern and library for managing and updating application state, using events called “actions” . In other words, the Redux pattern provides state management for JavaScript apps. You can use the Redux library with any frontend framework, such as React, Angular, or even Vue.