在线查看: https://boloog.github.io/react-todomvc/build/
GitHub地址: https://github.com/boloog/react-todomvc
使用终端
git clone git@github.com:boloog/react-todomvc.gitnpm inpm start
相关技能
-
React React-dom React-scriptsReact基础功能实现 -
semantic-ui实现页面ui布局 -
jquerymodal依赖 -
leancloud-storage存储所有数据
实现的功能
- 使用 LeanCloud 的免费服务来存储所有数据
- 创建新账号 (
email,Username,Password) - 登录 (
Username,Password) - 重设密码 (
email) - 登出 (
signOut) - 操作代办事项 (
add,delete)
React应用的构成
-
JSXJSX syntax -
Rendering ElementsReactDOM.render() -
Components and PropsReact.Component Props -
State and Lifecyclethis.state,Lifecycle -
EventsonClick,onChange,onSubmit -
Conditional Renderingcondition ? expr1 : expr2if...else -
Lists and KeysList Component -
FormssetState() - Composition vs Inheritance
有什么疑问或问题,欢迎大家指出。