Introduction to the life cycle of WeChat mini programs
This article mainly introduces relevant information about the life cycle of WeChat Mini Programs, including creation, start, pause, wake up, stop, uninstall and other processes. Friends in need can refer to the life cycle of WeChat Mini Programs
In layman’s terms, the life cycle refers to the birth, old age, illness and death of an object. From a software perspective, the life cycle refers to the process of a program from creation to start, pause, wake up, stop, and uninstall.
The following is an introduction to the life cycle of WeChat mini programs from the following three aspects:
Application life cycle
Page life cycle
Application life cycle affects page life cycle
##》》》Application life cycle
- # When the user opens the mini program for the first time, onLaunch is triggered (only triggered once globally).
- After the mini program is initialized, trigger the onShow method and monitor the display of the mini program.
- The applet enters the background from the foreground and triggers the onHide method.
- The applet enters the foreground display from the background and triggers the onShow method.
- The mini program will be destroyed if it runs in the background for a certain period of time or if the system resources are used up too high.
》》》Page life cycle
- After the mini program registration is completed, load the page and trigger onLoad method.
- After the page is loaded, the onShow method is triggered to display the page.
- When the page is displayed for the first time, the onReady method will be triggered to render the page elements and styles. It will only be called once for a page.
- The onHide method is triggered when the mini program is running in the background or jumps to other pages.
- When the mini program enters the foreground from the background or re-enters the page, the onShow method is triggered.
- When using the redirection method wx.redirectTo(OBJECT) or closing the current page and returning to the previous page wx.navigateBack(), trigger onUnload
》》》The application life cycle affects the page life cycle
- After the mini program initialization is completed, onLoad is triggered when the page is loaded for the first time. Will only trigger once.
- When the applet enters the background, first execute the page onHide method and then execute the application onHide method.
- When the applet enters the foreground from the background, first execute the application onShow method and then execute the page onShow method.
How to return to the homepage of the sharing page of WeChat Mini Program
WeChat Mini Program-getUserInfo callback introduction
The above is the detailed content of Introduction to the life cycle of WeChat mini programs. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment