当前位置:网站首页>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 = 边栏推荐
猜你喜欢

CReFF缓解长尾数据联邦学习(IJCAI 2022)

荧光磷脂PEG衍生物之一磷脂-聚乙二醇-荧光素,Fluorescein-PEG-DSPE

LeetCode_424_替换后的最长重复字符
![Valentine's Day Romantic 3D Photo Wall [with source code]](/img/a9/2c26f4f048f3c0a9a65551bc734233.png)
Valentine's Day Romantic 3D Photo Wall [with source code]

小程序对接企业微信客服

【UML】信息系统分析与设计知识点总结
![LeetCode 1403 非递增顺序的最小子序列[贪心] HERODING的LeetCode之路](/img/fd/c827608b96f678a67c7e920c51d8c5.png)
LeetCode 1403 非递增顺序的最小子序列[贪心] HERODING的LeetCode之路

【PHP实现微信公众平台开发—基础篇】第2章 微信公众账号及申请流程详解

持续交付(三)Jenkinsfile语法使用介绍

CLS-PEG-DBCO,胆固醇-聚乙二醇-二苯基环辛炔,可用于改善循环时间
随机推荐
拥有一台服务器,程序猿装X的开始
获取本机IP地址的脚本
PMP每日一练 | 考试不迷路-8.4(包含敏捷+多选)
【水一个徽章】
绩效考核带给员工的不能只是压力
TS---类型设置
Ceres库运行,模板内报内存冲突问题。(已解决)
双目立体视觉笔记(三)三角测量、极线校正
1314元的七夕礼盒,收割了多少直男?
项目里的各种配置,你都了解吗?
js正则表达式提取内容
21天学习挑战赛--第二天打卡(setSystemUiVisibility、导航栏、状态栏)
双目立体视觉学习笔记(一)
新 Nsight Graph、Nsight Aftermath 版本中的性能提升和增强功能
Why is Luo Zhenyu's A-share dream so difficult to fulfill?
Geoffrey Hinton:深度学习的下一个大事件
JSX使用
大神们都在用的神器,你和大神只差一个它!!
ES 节点2G内存分析
持续交付(二)PipeLine基本使用