Skip to content

Commit f51cca0

Browse files
committed
updated readme
1 parent 7c2c1c7 commit f51cca0

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,9 @@ The goal of this exercise is to learn how to think in React. There are thousands
66
You need to be comfortable writing JavaScript (ES6: Module system, class, destructuring assignment).
77
You need to have `node`and `npm`installed in your computer.
88

9-
## Technologies
10-
The focus will be given to React but to create a simple workflow, we will need a few tools (JS fatigue):
11-
- Webpack
12-
- Babel-loader
13-
- Jsx support
14-
- Live reloading (Live-server)
15-
16-
Oh no, you won't need that! We promised you React on the menu so let's focus on React!!
17-
We've added everything you need so you don't need to know anything about it unless you're very curious.
18-
Just run `npm start`and you'll be good to go.
19-
209
## Getting started:
2110

22-
Just clone this [repository](https://github.com/reactjs-academy/library.git) and run `npm start`
23-
24-
An example of the application is available [here](http://library.reactjs.academy/)
25-
26-
27-
## Things to know about React
28-
29-
- Everything is a component
30-
- Components in React are pure functions
31-
- Container components vs presentational components
32-
- Props vs State
33-
34-
## What's next?
35-
36-
- State management with Redux
37-
- Developer tools for React
11+
Just clone this [repository](https://github.com/leanjscom/thinking-in-react.git) and run `npm start`
3812

3913
## License
4014

0 commit comments

Comments
 (0)