Redux
Redux provided React applications with a comprehensive state management library it sorely lacked at the time.
Nowadays, we have a multitude of solutions that can provide a more streamlined experience than the boilerplate heavy Redux, but many apps out there are still making use of it heavily.
Redux Toolkit has helped Redux keep up with more lightweight and versatile state management solutions.