当前位置:网站首页>[while your roommate plays games, let's see a problem]
[while your roommate plays games, let's see a problem]
2022-07-06 13:11:00 【Brother an Yu】
CSDN Topic challenge No 1 period
Event details address :CSDN
The topic of the competition : Front end interview book
subject : The nine frames of the front end
Examination site : Grasp the framework
answer :
1. React
React Is one for building user interfaces JavaScript library .React Mainly for building UI, Many people think that React yes MVC Medium V( View ).React Come of Facebook Internal projects , Used to set up Instagram Website , And in 2013 year 5 In open source .React High performance , The code logic is very simple , More and more people have begun to pay attention to and use it .
2. Vue
Vue Is a progressive framework for building user interfaces . Unlike other large frameworks ,Vue Designed to be applied layer by layer from the bottom up .Vue The core library focuses only on the view layer , Not only easy to get started , It is also easy to integrate with third-party libraries or existing projects . On the other hand , When and Modern tool chain As well as a variety of Support library When used in combination ,Vue It is also fully capable of providing drivers for complex single-page applications .
3. Angular
AngularJS Born in 2009 year , from Misko Hevery Et al. , after Google Acquired . It's an excellent front end JS frame , Has been used for Google Among many products of .AngularJS It has many characteristics , The most important thing is :MVVM、 modularization , Automated two-way binding 、 Semantic tags 、 Dependency injection, etc .
4. Svelte
Svelte It's a new way to build user interfaces . Traditional frameworks such as React and Vue A lot of work needs to be done in the browser , and Svelte Put this work into the compilation phase of building an application .
5. Alpine
Alpine.js It provides with... At a very low cost Vue or React Similar responsive and declarative features of such large frameworks . You can continue to operate DOM, And use it when you need it Alpine.js. It can be understood as JavaScript Version of Tailwind.
6. Preact
React Of 3kb Lightweight solutions , Have the same ES6 API. Small size 、 High performance 、 Light weight & Embeddable 、 Ecosystem compatibility and other characteristics .
7. LitElement
LitElement Is a simple framework , For building fast 、 Lightweight Web Components . It provides a reaction state 、 Scope style and a small 、 Fast and expressive declarative template system .
8. Stimulus
Stimulus Is a lightweight front-end framework . The framework passed data-contoller data-target data-action Equal attribute , hold HTML Elements and JavaScript Behavior binding ,Stimulus It doesn't deal with HTML Rendering , But for rendered HTML Add behavior .
9. Ember
Ember.js Is an open source free JavaScript Client Framework , Used to develop Web Applications . Using the model - View - controller (MVC) Pattern . The framework provides common data binding , The URL driven approach is used to build different applications , Focus on scalability .
CSDN Topic challenge No 1 period
- Event details address :CSDN
边栏推荐
- System design learning (I) design pastebin com (or Bit.ly)
- [算法] 劍指offer2 golang 面試題2:二進制加法
- 十分鐘徹底掌握緩存擊穿、緩存穿透、緩存雪崩
- [GNSS data processing] Helmert variance component estimation analysis and code implementation
- 记录:动态Web项目servlet访问数据库404错误之解决
- TYUT太原理工大学2022软工导论简答题
- 分支语句和循环语句
- Usage differences between isempty and isblank
- Implementation of Excel import and export functions
- Wechat applet development experience
猜你喜欢
Fundamentals of UD decomposition of KF UD decomposition [1]
[算法] 剑指offer2 golang 面试题4:只出现一次的数字
Iterable、Collection、List 的常见方法签名以及含义
[算法] 剑指offer2 golang 面试题8:和大于或等于k的最短子数组
Chromatic judgement bipartite graph
架构师怎样绘制系统架构蓝图?
The earth revolves around the sun
MYSQL索引钟B-TREE ,B+TREE ,HASH索引之间的区别和应用场景
System design learning (I) design pastebin com (or Bit.ly)
如何保障 MySQL 和 Redis 的数据一致性?
随机推荐
XV Function definition and call
图书管理系统小练习
TYUT太原理工大学2022软工导论大题汇总
TYUT太原理工大学2022软工导论考试题型大纲
Excel导入,导出功能实现
[算法] 剑指offer2 golang 面试题10:和为k的子数组
【无标题】
堆排序【手写小根堆】
One article to get UDP and TCP high-frequency interview questions!
Differences and application scenarios between MySQL index clock B-tree, b+tree and hash indexes
阿里云微服务(三)Sentinel开源流控熔断降级组件
记录:初次cmd启动MySQL拒接访问之解决
Itext 7 生成PDF总结
[algorithm] sword finger offer2 golang interview question 8: the shortest subarray with a sum greater than or equal to K
How to ensure data consistency between MySQL and redis?
记录:动态Web项目servlet访问数据库404错误之解决
国企秋招经验总结
Record: Navicat premium can't connect to MySQL for the first time
How do architects draw system architecture blueprints?
[算法] 剑指offer2 golang 面试题9:乘积小于k的子数组