Skip to content

Commit 5b97ca0

Browse files
committed
修改博客链接、网站标题;补充README;
1 parent 5b78e20 commit 5b97ca0

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

README.md

+42-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
11
# 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 端口。

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
work correctly both with client-side routing and a non-root public URL.
2020
Learn how to configure a non-root public URL by running `npm run build`.
2121
-->
22-
<title>React App</title>
22+
<title>ReactCnodeJS</title>
2323
</head>
2424
<body>
2525
<noscript>

src/components/Header/Index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Header extends Component {
5252
<p>
5353
作者:
5454
<a
55-
href="https://shuirong.github.io/"
55+
href="https://linshuirong.cn/"
5656
target="_blank"
5757
rel="nofollow noopener noreferrer"
5858
>

0 commit comments

Comments
 (0)