Offical Tutorial
Basickey: value
Yaml will auto detect data type, but some time that’s what we don’t want. So you need Type cast :
1age: !!str 10
type avaliable
str
int
float
bool
null
ISO date ...
简介React是用于构建用户界面的javascript库
特性
声明式编程
通过代码告诉计算机,你想的是什么,让计算机想出如何去做
命令式编程:告诉计算机去做什么
组件化
一次学会,随处编写
Main ConceptsRendering ElementsTo rendering an element into a root DOM node like <div id=&qu...