React Native Application Development是否可以通过MVC,MVP,MVVM等软件架构实现? 谢谢. 是. React Native只是你提到的那些软件设计模式中的“V”.如果你考虑一下React周围的其他库,比如Flux,那么我的回
谢谢.
是. React Native只是你提到的那些软件设计模式中的“V”.如果你考虑一下React周围的其他库,比如Flux,那么我的回答可能不是100%准确.我建议读这个:https://medium.com/javascript-inside/what-if-react-was-really-only-the-v-in-mvc-5854fd6f601c
这是一个更完整的答案,考虑到App不仅仅是React Native,还有后端和涉及的数据模型:
https://medium.com/of-all-things-tech-progress/understanding-mvc-architecture-with-react-6cd38e91fefd
希望能帮助到你.