首页 > 解决方案 > React: Beginner friendly design pattern for React, MVVM or Redux?

问题描述

I am a beginner of React, plan to start some side projects to advance my skills. Which design pattern is more beginner-friendly to start with, Redux or MVVM? Useful links or tutorials are highly appreciated. Thanks!

标签: reactjsreduxmvvm

解决方案


In my experience, React + Redux is a pretty beginner-friendly and killer combination when it comes to building web-apps.

I can highly suggest trying out Redux with the React framework Gatsby.

Here's how to get started in no time: https://www.freecodecamp.org/news/how-to-get-started-with-gatsby-2-and-redux-ae1c543571ca/


推荐阅读