react和vue的比较
相同
1)vitual dom
2)组件化
3)props,单一数据流
不同点
1)react是jsx和模板;(jsx可以进行更多的js逻辑和操作)
2)状态管理(react)
3)对象属性(vue)
4)vue:view——medol之间双向绑定
5)vue:组件之间的通信(props,callback,emit)
开源分享:【大厂前端面试题解析+核心总结学习笔记+真实项目实战+最新讲解视频】
“width”: “1px”,
“height”: “140px”,
“top”: “-48px”,
“left”: “42px”,
“backgroundColor”: “#1A3A50”,
“display”: “block”,
“transform”: “rotate(-57deg)”
}}>
,dataIndex: “indexName”,
key: “indexName”,
width: “9%”
])
`
发一个完整的案例:
vue项目代码:
中共温州银行金融科技部一支部委员会党费公示
公示时间:{{ detailInfo.pubStartdate }}至{{detailInfo.pubEnddate}}
<a-table
bordered
:data-source=“dataSource”
:columns=“columns”
党费未公示
data(){
return{
columns: [
{
title: 月份,
dataIndex: “mouth”,
align: “center”,
width: “20%”
// scopedSlots: { customRender: “name” }
},
{
width: “20%”,
children: [
{
dataIndex: “yjje”,
align: “center”
},
{
align: “center”,
dataIndex: “sjje”
}
],
title: (
style={{
position: “relative”
}}
style={{
content: “”,
position: “absolute”,
width: " 1px",
height: “320px”,
top: “-139px”,
left: “128px”,
backgroundColor: “#ded9d9”,
display: “block”,
transform: “rotate(77deg)”
}}
)
},
// {
// title: “实缴金额”,
// dataIndex: “sjje”,
// align: “center”
// },
{
ES6
-
列举常用的ES6特性:
-
箭头函数需要注意哪些地方?
-
let、const、var
-
拓展:var方式定义的变量有什么样的bug?
-
Set数据结构
-
拓展:数组去重的方法
-
箭头函数this的指向。
-
手写ES6 class继承。
开源分享:【大厂前端面试题解析+核心总结学习笔记+真实项目实战+最新讲解视频】
微信小程序
-
简单描述一下微信小程序的相关文件类型?
-
你是怎么封装微信小程序的数据请求?
-
有哪些参数传值的方法?
-
你使用过哪些方法,来提高微信小程序的应用速度?
-
小程序和原生App哪个好?
-
简述微信小程序原理?
-
分析微信小程序的优劣势
-
怎么解决小程序的异步请求问题?
-
简单描述一下微信小程序的相关文件类型?
-
你是怎么封装微信小程序的数据请求?
-
有哪些参数传值的方法?
-
你使用过哪些方法,来提高微信小程序的应用速度?
-
小程序和原生App哪个好?
-
简述微信小程序原理?
-
分析微信小程序的优劣势
-
怎么解决小程序的异步请求问题?