'What is the name of front-end model using React-Redux

I use create-react-app to initially create my project, and Redux to manage its state. Before, I think it's the MVC model because React render the view, and when the someone using the client makes changes, the dispatcher will take the actions then send it to the store, the store using reducer to process, update a state if needed (and isn't state just the model?) and send it back to the view, , then return the updated view.

Is that right?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source