Malpractice applet and advantages of Taro

Applet can not use npm to manage third-party libraries, can not use some relatively new ES specification and so on;

Taro advantage

✅ supports npm / yarn depend to install third-party management

✅ supports ES7 / ES8 even updated ES specifications, everything can be self-configured

✅ support the use of CSS pre-compiler, such as Sass, etc.

✅ support for state management using Redux

✅ supports MobX for state management

✅ applet API optimization, etc. of the asynchronous API Promise

Guess you like

Origin www.cnblogs.com/xiaoyaoweb/p/11647566.html