没有合适的资源?快使用搜索试试~ 我知道了~
react-if:ally有条件地渲染React组件
共61个文件
tsx:18个
json:10个
snap:5个
需积分: 9 0 下载量 77 浏览量
2021-04-01
13:33:25
上传
评论
收藏 297KB ZIP 举报
温馨提示
如果有React 有条件地渲染React组件。 该组件有什么作用 看一下以下演示组件,其中包含用于条件渲染的常用模式: const Bar = ( { name , age , drinkingAge } ) => ( < div> < Header> { age >= drinkingAge ? < span xss=removed> Have a beer, { name } ! < / span > : < span xss=removed> Sorry, { name } , you are not old enough. < / span > } < Footer> < / div > ) ; 使用React-If您可以将其重写为更具可读性和表达性的格式: const Bar = ( { nam
资源推荐
资源详情
资源评论
收起资源包目录
react-if-master.zip (61个子文件)
react-if-master
.gitignore 479B
.all-contributorsrc 5KB
.eslintrc 3KB
package.json 3KB
src
When.tsx 785B
If.tsx 1KB
getConditionResults.ts 434B
Then.tsx 307B
tsconfig.json 131B
render.tsx 396B
tinyWarning.ts 938B
Else.tsx 307B
Unless.tsx 790B
Switch.tsx 2KB
Case.tsx 468B
Augments.d.ts 151B
Default.tsx 393B
index.tsx 222B
types.ts 525B
LICENSE.md 1KB
jest.config.js 326B
tsconfig.eslint.json 205B
CHANGELOG.md 3KB
.github
husky
.gitignore 2B
pre-commit 88B
commit-msg 67B
CODEOWNERS 20B
problemMatchers
eslint-stylish.json 422B
tsc.json 380B
CONTRIBUTING.md 566B
workflows
continuous-delivery.yml 3KB
size-limit-analysis.yml 304B
continuous-integration.yml 3KB
.prettierrc.js 97B
README.md 14KB
demo
.gitignore 24B
components
IfThenElse.tsx 553B
IfThen.tsx 379B
package.json 593B
tsconfig.json 559B
README.md 378B
index.html 808B
index.tsx 481B
yarn.lock 229KB
.eslintignore 67B
typedoc.json 173B
tsconfig.base.json 172B
test
If.test.tsx 10KB
tsconfig.json 172B
Switch.test.tsx 6KB
Unless.test.tsx 2KB
jest.setup.ts 503B
__snapshots__
If.test.tsx.snap 4KB
Then.test.tsx.snap 267B
Unless.test.tsx.snap 676B
When.test.tsx.snap 662B
Switch.test.tsx.snap 2KB
Then.test.tsx 587B
When.test.tsx 2KB
.editorconfig 420B
yarn.lock 468KB
共 61 条
- 1
资源评论
羊欲穷
- 粉丝: 91
- 资源: 4590
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- GitBook 教授 Javascript 编程基础知识.zip
- Generation.org 开发的 JAVA 模块练习.zip
- FastDFS Java 客户端 SDK.zip
- etcd java 客户端.zip
- Esercizi di informatica!执行计划,metti alla prova!.zip
- Eloquent JavaScript 翻译 - 2ª edição .zip
- Eclipse Paho Java MQTT 客户端库 Paho 是一个 Eclipse IoT 项目 .zip
- disconf 的 Java 应用程序.zip
- cloud.google.com 上使用的 Java 和 Kotlin 代码示例.zip
- 未命名3(3).cpp
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功