Home >WeChat Applet >Mini Program Development >What technologies do you need to master to develop small programs?
The technologies you need to master to develop small programs are as follows:
1. WXML language
WXML (WeiXin MarkupLanguage) is a set of tag languages designed by the framework , combined with basic components and event systems, the structure of the page can be constructed, similar to HTML.
2, Javascript
3, php
To learn PHP as a server code writing language (you can also choose other languages)
4, WXSS
To learn WXSS (In order to adapt to the majority of front-end developers, WXSS has most of the features of CSS, WXSS has expanded and modified CSS.)
WXSS (WeiXin Style Sheets) is a set of styles Language for describing WXML component styles. Compared with CSS, WXSS extended features include: size units and style import.
5. Learn how to use a series of components of WeChat mini programs
The framework provides developers with a series of basic components, and developers can quickly develop by combining these basic components
6. Learn WeChat’s unique API
The framework provides a rich set of WeChat native APIs, which can easily activate the capabilities provided by WeChat, such as obtaining user information, local storage, payment functions, etc.
7. Learn WXS
WXS (WeiXin Script) is a scripting language for small programs. Combined with WXML, you can build the structure of the page. This language is similar to Javascript.
The above is the detailed content of What technologies do you need to master to develop small programs?. For more information, please follow other related articles on the PHP Chinese website!