
react
开水没有冬天
如果可以,我会珍惜
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hello world
文章目录JSX简介在JSX中嵌入表达式JSX也是一个表达式JSX特定属性元素渲染更新已渲染的元素React 只更新它需要更新的部分组件&props函数组件和class组件JSX简介const element = <h1>Hello, world!</h1>;它被称为 JSX,是一个 JavaScript 的语法扩展。JSX 可以生成 React “元素”。...原创 2020-01-10 16:53:22 · 313 阅读 · 0 评论 -
演示项目
react:https://www.cnblogs.com/jack-liu6/p/9927336.html原创 2020-01-10 11:01:53 · 185 阅读 · 0 评论 -
create react app
文章目录indexless to learn:only one dependency 只有一个依赖No Lock-In 没有锁定Easy to Maintain 易于维护getting startedcreating an appnpxnpmyarnselecting a templateselecting a package managerfolder structure官网:https://...原创 2020-01-08 11:24:22 · 350 阅读 · 0 评论 -
井字棋
npx create-react-app my-appcd my-appnpm startCreate React App:https://create-react-app.dev/原创 2020-01-08 11:24:13 · 249 阅读 · 0 评论 -
react初始
官网:https://zh-hans.reactjs.org/一个人的博客:https://www.cnblogs.com/lsgxeva/p/7976263.html搭建项目:npx create-react-app my-appcd my-appnpm start注:npx comes with npm 5.2+ and higher...原创 2019-07-01 11:27:46 · 119 阅读 · 0 评论