Color Mode


    Language

Differences Between Mini Program Development and Web Development

May 6, 2020

Web development is built using HTML, CSS and JavaScript, where HTML describes the structure of the page, CSS determines the appearance of the page, and JS defines the interaction between the page and the user.

Mini program development is built using WXML, WXSS and JavaScript, where WXML is the equivalent of HTML, but more simple than HTML, mainly reflected in simplifying and standardizing the sticky notes.

WXSS has most of the features of CSS, but incorporates some new features and modifications for the Mini Program, JS Logic Interaction only uses the core of JavaScript.

From the above, Web development and Mini program development depend on JavaScript, but there are some differences, as follows:

DOM: Document Object Model

BOM: Browser Object Model

Because there are no DOM Objects and BOM Objects in the Mini Program, it is impossible for some libraries familiar to front-end developers, such as jQuery and Zepto, to run in Mini Programs.

Web development, rendering threads and scripting threads are mutually exclusive, so long-time script running may make a page unresponsive. In a Mini Program, rendering threads and scripting threads run separately.

The former runs in JSCore without a full browser object, thus lacking the relevant DOM and BOM APIs.

Meanwhile, the JSCore environment is different from the NodeJS environment, which means that some NPM packages cannot run in Mini Programs.

The differences between the three operating environments are as follows:

Web developers work with IE/Chrome/QQ browsers on PC, and Safari/Chrome browsers as well as various WebViews on iOS or Android systems on mobile devices.

Mini Program developers work with WeChat on iOS, Android, and WeChat DevTools.

The three operating environments of the Mini Program as follows:

Runtime EnvironmentLogic LayerRendering Layer
iOSJavaScriptCoreWKWebView
AndroidV8Chromium custom kernel
WeChat DevToolsNWJSChrome WebView

When developing web pages, Web developers only need to use browsers with some auxiliary tools or editors.

The development of Mini Programs involves applying for Mini Program accounts, installing WeChat DevTools, configuring projects, and so on.

Article Photo by baidu

mini programweb development

Author

Li Huang

Li Huang

Java Developer

👩🏼‍💻

You may also like

March 1, 2023

How to set up Firebase dSYM upload for an iOS project with multiple environments (Xcode 14)

If you ever used Firebase Crashlytics for an iOS app's crash reports, chances are you also encountered the “missing dSYM files” warning in the Firebase console. The crash reports are basically useless without these files. The Firebase Crashlytics document...

Jiri Bucek

Jiri Bucek

iOS

February 14, 2023

How to create a simple app with Flutter on the Web

Recently, Monstarlab has been receiving an increasing number of app development projects using Flutter. In this article, we will have a look at how you can easily create a simple web app using Flutter on the web. How to create a simple sample app For this...

Seiya Shimizu

Seiya Shimizu

FlutterFrontend

ServicesCasesAbout Us
CareersThought LeadershipContact
© 2022 Monstarlab
Information Security PolicyPrivacy PolicyTerms of Service