


The future and development of front-end and WeChat mini programs
WeChat Mini Program released or leaked, and was swiped on the Internet circle. Many people are shouting that this is another great victory for HTML5, but is this really the case? As more details are revealed, we learn that WeChat mini programs are based on technologies similar to React Native. React Native is not strictly an HTML5 technology. On the mobile side, HTML5 technology is approximately equal to hyper. Its biggest feature is that it is based on the browser kernel. The ambition of HTML5 is to cover all screens with browsers and dominate all developers with DOM. Being based on the browser kernel is the key. On the other hand, RN technology or WeChat applet does not depend on any browser kernel, but directly calls native components through a JS to native bridge. RN itself is a betrayal of HTML5. So, I think this is not so much a victory for HTML5 as a failure for HTML5.
However, whether it is HTML5, ReactNative, or WeChat applet, JavaScript technology is inseparable from it. Now, using JavaScript, you can use NodeJs for server side, HTML5 development, and mobile side. It can be said that JavaScript is everywhere you can see it. So, this is the best time for JavaScript engineers.
Entry battle
Looking at small programs from a technical perspective is nothing more than another wheel with some changes based on RN. Front-end wheels are everywhere these days. Compared with powerful wheels like Angular and React, the small program wheel is actually not worth mentioning and has not made any technical breakthroughs. However, behind the so-called wheel is the game of big manufacturers, and what they compete for is often an entrance.
The same is true for small programs. If you have a large number of users, you can have an entrance status. The rest is a way. The previous methods were official accounts, Moments, etc. Now the small program approach goes a step further and builds another layer of system based on the underlying operating system, thereby taking over the entry status of the operating system. This is the key. This is very similar to browsers and HTML5, which attempt to build their own ecosystem on the underlying operating system.
Chrome has developed chromebook for the great ideal of HTML5, so will WeChat develop WeChat mobile phone? Seeing the current situation of Chromebooks, I believe WeChat will think twice.
About UI, the life and death of the front-end
User Interface is a highly abstract concept. Not only abstract, but accurate. Accuracy lies in expressing what it is without agreeing on the form. In a broad sense, UI is more than just screens and graphics. As long as the computer can communicate with people, it is considered UI. In the past it was the command line (although many engineers still use the command line today), now it is the graphical interface. UI is becoming more and more powerful with the development of computer capabilities.
But with the rise of mobile Internet, the UI has become simpler. The change from simplicity to complexity is reversed. Will we really need a screen in the future?
I think the era of direct neural connection without an external screen will come, but this day is still far away depending on breakthroughs in many key technologies. Before this day comes, we actually have another option:
One day WeChat does not need an application account at all, because WeChat itself can do everything, and you can talk directly to the machine using natural language or voice. With the development of deep machine learning, this day is actually not far away. This day means that all front-end wheels such as HTML5 and react native will go silent, and the prosperity of the front-end will also come to an end. What will our front-end engineers do at that time? Don’t worry about so much, take advantage of the prosperity and continue to devote yourself to the big front-end era!
The future belongs to artificial intelligence and quantum computers.
In the future. . . Those that do not belong to humans, let artificial intelligence do it, we will be pigs.
【Related Recommendations】
1. Share how I view WeChat Mini Programs
3. Mini program development--selector multi-level linkage
4. Detailed explanation of the modularization of mini programs
The above is the detailed content of The future and development of front-end and 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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics



Xianyu's official WeChat mini program has quietly been launched. In the mini program, you can post private messages to communicate with buyers/sellers, view personal information and orders, search for items, etc. If you are curious about what the Xianyu WeChat mini program is called, take a look now. What is the name of the Xianyu WeChat applet? Answer: Xianyu, idle transactions, second-hand sales, valuations and recycling. 1. In the mini program, you can post idle messages, communicate with buyers/sellers via private messages, view personal information and orders, search for specified items, etc.; 2. On the mini program page, there are homepage, nearby, post idle, messages, and mine. 5 functions; 3. If you want to use it, you must activate WeChat payment before you can purchase it;

PHP and Vue: a perfect pairing of front-end development tools. In today's era of rapid development of the Internet, front-end development has become increasingly important. As users have higher and higher requirements for the experience of websites and applications, front-end developers need to use more efficient and flexible tools to create responsive and interactive interfaces. As two important technologies in the field of front-end development, PHP and Vue.js can be regarded as perfect tools when paired together. This article will explore the combination of PHP and Vue, as well as detailed code examples to help readers better understand and apply these two

WeChat applet implements picture upload function With the development of mobile Internet, WeChat applet has become an indispensable part of people's lives. WeChat mini programs not only provide a wealth of application scenarios, but also support developer-defined functions, including image upload functions. This article will introduce how to implement the image upload function in the WeChat applet and provide specific code examples. 1. Preparatory work Before starting to write code, we need to download and install the WeChat developer tools and register as a WeChat developer. At the same time, you also need to understand WeChat

To implement the drop-down menu effect in WeChat Mini Programs, specific code examples are required. With the popularity of mobile Internet, WeChat Mini Programs have become an important part of Internet development, and more and more people have begun to pay attention to and use WeChat Mini Programs. The development of WeChat mini programs is simpler and faster than traditional APP development, but it also requires mastering certain development skills. In the development of WeChat mini programs, drop-down menus are a common UI component, achieving a better user experience. This article will introduce in detail how to implement the drop-down menu effect in the WeChat applet and provide practical

Implementing picture filter effects in WeChat mini programs With the popularity of social media applications, people are increasingly fond of applying filter effects to photos to enhance the artistic effect and attractiveness of the photos. Picture filter effects can also be implemented in WeChat mini programs, providing users with more interesting and creative photo editing functions. This article will introduce how to implement image filter effects in WeChat mini programs and provide specific code examples. First, we need to use the canvas component in the WeChat applet to load and edit images. The canvas component can be used on the page

In front-end development interviews, common questions cover a wide range of topics, including HTML/CSS basics, JavaScript basics, frameworks and libraries, project experience, algorithms and data structures, performance optimization, cross-domain requests, front-end engineering, design patterns, and new technologies and trends. . Interviewer questions are designed to assess the candidate's technical skills, project experience, and understanding of industry trends. Therefore, candidates should be fully prepared in these areas to demonstrate their abilities and expertise.

Use the WeChat applet to achieve the carousel switching effect. The WeChat applet is a lightweight application that is simple and efficient to develop and use. In WeChat mini programs, it is a common requirement to achieve carousel switching effects. This article will introduce how to use the WeChat applet to achieve the carousel switching effect, and give specific code examples. First, add a carousel component to the page file of the WeChat applet. For example, you can use the <swiper> tag to achieve the switching effect of the carousel. In this component, you can pass b

As a C# developer, our development work usually includes front-end and back-end development. As technology develops and the complexity of projects increases, the collaborative development of front-end and back-end has become more and more important and complex. This article will share some front-end and back-end collaborative development techniques to help C# developers complete development work more efficiently. After determining the interface specifications, collaborative development of the front-end and back-end is inseparable from the interaction of API interfaces. To ensure the smooth progress of front-end and back-end collaborative development, the most important thing is to define good interface specifications. Interface specification involves the name of the interface
