Technology stack selection

When choosing a technology stack, it was found that under one framework, different component libraries are suitable for different terminals. Considering the adaptation between different devices, the most suitable technology stack should be selected.
Different entrances for the same application:
1. Two pages can be made into web and wap to enter the target terminal through loading judgment.
2. The media query method can be used to make a page to identify the device according to its width and height.
Different entrances for different applications:
different libraries under the same framework can be used, divided into N projects, and maintained separately.

Vue is
suitable for web: element is
suitable for wap: uniapp

Suitable for app: React Native

Guess you like

Origin blog.csdn.net/JankoY/article/details/108697871