SeaJS

I happened to learn about seajs in a group chat, and Baidu introduced it in detail: the author of SeaJS is Yubo, formerly of Taobao UED and now a front-end engineer at Alipay. SeaJS itself is developed following the KISS (Keep It Simple, Stupid) philosophy, and it has only a single-digit number of APIs, so learning it is completely stress-free. In the process of learning SeaJS, you can feel the essence of the KISS principle everywhere — do only one thing, and do it well. I haven’t tried it out for myself yet, but from the sample code it seems decent enough. I hope it can help some of you. Official site http://seajs.org/docs/ Download the latest version http://download.csdn.net/download/w15875510692/8213435