File tree 3 files changed +44
-3
lines changed
3 files changed +44
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ReactCnodeJS
2
- React 初/中级项目,CnodeJS社区重构。(React.js Junior Project, Rewrite cnodejs.org )
2
+
3
+ > 一个 React 的** 初/中级** 练习项目:重构 CnodeJS 社区
4
+
5
+ [ ** 预览** ] ( https://reactcnodejs.netlify.com/ )
6
+
7
+ 这里简述下我学习 React 的方式:
8
+
9
+ 1 . 看了一边文档,把‘主要概念’全部看完,‘高级指引’里的根据个人兴趣跳了一些看了看。
10
+ 2 . 紧接着就动手写此项目(大概花了 3 天的业余时间完成)
11
+
12
+ 在此期间根据需要,看了 React-Router 文档,了解了 Redux 的实现原理(但本项目并没有用 Redux)(歪个楼:“我相信任何复杂技术背后的原理都是简单易懂的”)
13
+
14
+ ``` bash
15
+ P.S.: 如果你想入门React,但苦于没有难度合适的项目的话,It' s For You!
16
+
17
+ 考虑到别人可能会看我源码来学习,我补充了“非常详细的注释”。
18
+ ```
19
+
20
+ ### 技术栈:
21
+
22
+ ---
23
+
24
+ [React.js](https://reactjs.org/)
25
+
26
+ [React-Router](https://reacttraining.com/react-router/web/example/basic)
27
+
28
+ [Ant Design](https://ant.design/index-cn)
29
+
30
+ [CnodeJS API](https://cnodejs.org/api)
31
+
32
+ ### 本地运行:
33
+
34
+ ---
35
+
36
+ ```bash
37
+ git clone https://github.com/shuiRong/ReactCnodeJS.git
38
+ cd ReactCnodeJS
39
+ yarn
40
+ yarn start
41
+ ```
42
+
43
+ P.S.: 默认用的是 3000 端口。
Original file line number Diff line number Diff line change 19
19
work correctly both with client-side routing and a non-root public URL.
20
20
Learn how to configure a non-root public URL by running `npm run build`.
21
21
-->
22
- < title > React App </ title >
22
+ < title > ReactCnodeJS </ title >
23
23
</ head >
24
24
< body >
25
25
< noscript >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class Header extends Component {
52
52
< p >
53
53
作者:
54
54
< a
55
- href = "https://shuirong.github.io /"
55
+ href = "https://linshuirong.cn /"
56
56
target = "_blank"
57
57
rel = "nofollow noopener noreferrer"
58
58
>
You can’t perform that action at this time.
0 commit comments