Middle
What State Managers have you used? Which versions of React have you worked with? Do you have experience with Docker?
sobes.tech AI
Answer from AI
In working with React, I have used several state managers:
- Redux — a classic and powerful tool for global state, especially with middleware like Thunk or Saga.
- MobX — for reactive and simpler state management.
- React Context + useReducer/useState — for local or mid-level state without an additional library.
I have worked with React starting from version 16.x, including hooks introduced in 16.8, and newer versions 17 and 18.
I have experience with Docker: used for containerizing frontend applications, setting up development environments, and CI/CD. For example, I created a Dockerfile for a React application to build and run it in a container.