You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-41
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
- Learning concept [ReactJS](https://reactjs.org/docs/getting-started.html) framework development by Facebook.
18
18
19
-
- Learning ecosystem for ReactJS, example : [reactrouterdom](https://reactrouter.com/web/guides/quick-start), [redux](https://redux.js.org/) or[Chakra UI](https://chakra-ui.com/).
19
+
- Learning ecosystem for ReactJS, example : [react-router-dom](https://reactrouter.com/web/guides/quick-start), [redux](https://redux.js.org/),[Chakra UI](https://chakra-ui.com/).
20
20
21
21
- Implement project example with [CRA](https://create-react-app.dev/).
22
22
@@ -32,12 +32,15 @@
32
32
+ Sign in.
33
33
+ Sign up.
34
34
+ Auto remember login.
35
+
35
36
- Loading all in.
36
-
- UI homepage - mock data from [Json Placeholder](https://jsonplaceholder.typicode.com/) .
37
+
38
+
- CRUD todos example.
37
39
38
40
- UI profile and more...etc.
39
41
40
-
- CRUD todos example.
42
+
- Build static SSR.
43
+
41
44
42
45
43
46
## Setup
@@ -54,31 +57,8 @@ We are using template Create React App.
54
57
> *All you need left is to know a little bit of [Javascript](https://www.w3schools.com/js/) .*
55
58
56
59
57
-
**NPX :**
58
-
59
-
```bash
60
-
61
-
npx create-react-app [project name]
62
-
63
-
```
64
-
65
-
**NPM :**
66
-
67
-
```bash
68
-
69
-
npm init react-app [project name]
70
-
71
-
```
72
60
73
-
**YARN :**
74
-
75
-
```bash
76
-
77
-
yarn create react-app [project name]
78
-
79
-
```
80
-
81
-
## Start project
61
+
## Docs & Started
82
62
83
63
- Docs for concept React JS.
84
64
- What is [JSX](https://reactjs.org/docs/introducing-jsx.html) ?
- Difference between Class Component and Functional Components. ( [Link docs](https://reactjs.org/docs/react-component.html#render) | [Link dev](https://dev.to/mehmehmehlol/class-components-vs-functional-components-in-react-4hd3) )
92
72
- State management with [redux](https://redux.js.org/)
93
73
- Middleware for client [redux saga](https://redux-saga.js.org/)
94
-
- Config and structure project - see more [github](#github).
0 commit comments