react-demo:React.js 简介

时间:2024-07-07 01:38:18
【文件属性】:

文件名称:react-demo:React.js 简介

文件大小:164KB

文件格式:ZIP

更新时间:2024-07-07 01:38:18

JavaScript

React演示 React.js 和相关概念介绍 001 基础组件,JSX JSX 提供了一种使用熟悉的 XML 样式语法构造 React DOM 元素的简写。 要转译,请npm install -g react-tools并运行: jsx --watch src/ build/ --extension jsx 您可以在 build 文件夹中查看生成的纯 javascript(如果您使用 Babel.js,您将免费获得 JSX 翻译)。 002道具与状态 003 数据绑定 004造型 005 验证 006 混音 007 服务端渲染 等:生命周期事件、通量、测试


【文件预览】:
react-demo-master
----001_basic_component()
--------index.html(245B)
--------src()
--------build()
----005_validation()
--------index.html(252B)
--------src()
--------build()
----006_mixins()
--------index.html(248B)
--------src()
--------build()
----007_server_rendering()
--------server.js(2KB)
--------webpack.config.js(317B)
--------src()
--------build()
----002_props_state()
--------index.html(243B)
--------src()
--------build()
----003_data_binding()
--------index.html(242B)
--------src()
--------build()
----README.md(560B)
----004_styling()
--------index.html(718B)
--------src()
--------build()
----.gitignore(28B)
----package.json(774B)

网友评论