当前位置:网站首页>JSX use
JSX use
2022-08-04 13:02:00 【monstkl】
Foreword:
JSX stands for javascript XML.A small amount of js scripts are written in different vue templates, and JSX is to write html tags in js
1. js expressions in JSX
Syntax: {js expression}eg:const dom = Hello, I'm {name}
Second, conditional rendering of JSX
const sondom = () => {if (flag) {return correct} else {return error}}const fatherdom = ({sondom()})
Three, JSX list rendering
const listdom = ({list.forEach(item => - {item.name}
)}
)
Fourth, use inline styles in JSX
const dom = {color:'red',backgroundColor:'blue'}}>
Five, using class names in JSX
Introduce style files into jsimport '../../css/index.css'index.css.la-title{...}const dom =
边栏推荐
猜你喜欢
MySQL-数据类型
双目立体视觉学习笔记(一)
年轻人为什么不喜欢买蒙牛、伊利了?
1314元的七夕礼盒,收割了多少直男?
牛客网刷题记录 || 链表
The head module of the yolo series
CLS-PEG-DBCO,胆固醇-聚乙二醇-二苯基环辛炔,可用于改善循环时间
《社会企业开展应聘文职人员培训规范》团体标准在新华书店上架
Valentine's Day Romantic 3D Photo Wall [with source code]
"Lonely Walking on the Moon" is a powerful medicine, it can't cure the internal friction of happy twist
随机推荐
Matlab记录
手搓一个“七夕限定”,用3D Engine 5分钟实现烟花绽放效果
持续交付(三)Jenkinsfile语法使用介绍
js正则表达式提取内容
A discussion of integrated circuits
JSX使用
代码越写越乱?那是因为你没用责任链!
Motion Rule (16)-Union Check Basic Questions-Relations
MATLAB——图像分块
面试官:如何查看/etc目录下包含abc字符串的文件?
SCA兼容性分析工具(ORACLE/MySQL/DB2--->MogDB/openGauss/PostgreSQL)
FHQ-Treap 简介
Django使用腾讯云发送短信并存入redis
【VSCode】一文详解vscode下安装vim后无法使用Ctrl+CV复制粘贴 使用Vim插件的配置记录
新SCADA 系统:集成边缘计算、MQTT 和云平台
Geoffrey Hinton:深度学习的下一个大事件
从零开始配置 vim(6)——缩写
RK1126编译gdb 板子上gdb调试程序
密码设置十准则
永磁同步电机FOC驱动代码讲解