React language
React is a JavaScript library developed by Facebook for building user interfaces, based on componentization, making front-end dev more modular, flexible, and maintainable
Redux is a JavaScript library for managing application state. It provides a predictable state management solution suitable for large and complex applications.
React Router is a library for handling front-end routing. It allows developers to implement page navigation and routing control in React applications and create single-page applications (SPA).