React vs Angular vs Vue
看待這三個主流框架給出的想法
Angular is the entire kitchen that gives you all the tools necessary for you to build the meal that is your web app . If I am a bank with lots of developers, I like Angular to keep everyone working in the same pattern. React is the oven. You most likely will need more tools to bake that cake, but it allows you the flexibility to pick and chose what tools you want based on your needs. If I’m a tech company with strong senior developers that can make good decisions, I like React.js. Vue is the microwave that allows you to get up and running really fast and make your cooking life efficient and easy. If I am a startup with a young developer team and a strict deadline, I like Vue.js.
大概意思為
如果我公司是大型多人公司,我會選擇Angular,給每人相同的工作。
如果公司都是一些高級技術人才,那么我會選擇React,給每人制作工具的機會。
如果公司是年輕的開發團隊,那么會選擇Vue,因為更容易上手。