Home > Article > WeChat Applet > Concepts of WeChat Mini Programs You Should Know
What is WeChat Mini Program
WeChat Mini Program is referred to as Mini Program, and its English name is Mini Program. It is also called WeChat application account. Different from WeChat subscription account or official account, WeChat Mini Program is given an application. The ability of the program, it is an application that can be used without downloading and installation. It realizes the dream of "within reach" of the application. Users can open the application by scanning or searching; it also embodies the "use and go" ” concept, users no longer need to worry about installing too many applications.
Applications will be everywhere and available anytime, anywhere without uninstalling
Mini Program Development Timeline
January 9, 2016, Tencent Launched the research and development of WeChat mini program products and proposed the concept of application account
On September 22, 2016, the WeChat public platform sent out invitations for internal testing of mini programs, with 200 places for internal testing
On November 3, 2016, The WeChat mini program is open to the public for public testing. After development is completed, it can be submitted for review, but it cannot be released during the public beta period.
On December 28, 2016, Zhang Xiaolong answered several major doubts about the WeChat mini program in the WeChat open class, including that there is no app store, No push messages, etc.
On December 30, 2016, the WeChat public platform announced that the online WeChat mini program can generate up to 10,000 QR codes with parameters
On January 9, 2017, the WeChat mini program was officially launched Launched
On March 27, 2017, the WeChat mini program opened applications for personal accounts. From now on, even non-enterprises can develop mini programs
On March 28, 2017, the WeChat mini program opened applications for Bluetooth, card roll, Learn access scenarios, share WeChat address books and other functions, and support the new JS ES6 syntax
On April 17, 2017, the size limit of WeChat applet code packages was increased from 1MB to 2MB, and a third-party platform for developing applets was developed. function, opening the data analysis interface
On April 20, 2017, the WeChat mini program opened the function of associated mini programs to all public accounts
On April 25, 2017, the WeChat mini program opened the push of public accounts Articles can be inserted into mini programs
On May 19, 2017, WeChat mini programs can support Bluetooth
On June 21, 2017, WeChat mini programs opened the function of opening another mini program
2017 On July 11, WeChat Mini Program added rich text support
....
Can WeChat Mini Program replace APP
This title is a cliché. But I still have to say that native APPs generally need to develop both IOS and Android versions, while mini programs only need to be developed for one version. This is the biggest advantage of mini programs. From this perspective, mini programs are "cross-platform". At this stage, the development efficiency of mini programs is lower than that of APPs. Mini programs have formed a closed ecosystem independently. They lack mature components, statistics and drawing components. The previous echarts cannot be used. There is still a long way to go to replace APPs. Go
The latest mini program framework
mpvue is a front-end framework that uses Vue.js to develop mini programs. The framework is based on the core of Vue.js. mpvue modifies the runtime and compiler implementations of Vue.js so that it can run in a mini program environment, thus introducing a complete Vue.js development experience for mini program development.
Taro is a multi-terminal unified development framework created by JD.com - Aolu Lab that follows the React syntax specification. Using Taro, we can only write one set of code and compile the source code separately through Taro's compilation tool. Generate code that can be run on different terminals (WeChat applet, H5, App, quick app, etc.)
Opportunities brought by WeChat Mini Program
WeChat Mini Program provides opportunities to many people who want to be programmers, because its threshold is very low and does not require too difficult skills At the same time, if you observe carefully, it is not difficult to find that there are already mini program engineer positions on the recruitment website. The online update of WeChat mini games has attracted a group of HTML5 game engineers to join
The above is the detailed content of Concepts of WeChat Mini Programs You Should Know. For more information, please follow other related articles on the PHP Chinese website!