|
1 | 1 | # react-alternative-class-component-syntax
|
2 | 2 |
|
3 | | -[](https://travis-ci.org/the-road-to-learn-react/react-alternative-class-component-syntax-setup) [](https://slack-the-road-to-learn-react.wieruch.com/) |
| 3 | +[](https://travis-ci.org/the-road-to-learn-react/react-alternative-class-component-syntax) [](https://slack-the-road-to-learn-react.wieruch.com/) |
4 | 4 |
|
5 | 5 | React Class Components can be made much more concise using the *class field declarations*. You can initialize local state without using the constructor and declare class methods by using arrow functions without the extra need to bind them.
|
6 | 6 |
|
@@ -35,7 +35,7 @@ class Counter extends Component {
|
35 | 35 |
|
36 | 36 | ## Installation
|
37 | 37 |
|
38 | | -* `git clone git@github.com:the-road-to-learn-react/react-alternative-class-component-syntax-setup.git` |
| 38 | +* `git clone git@github.com:the-road-to-learn-react/react-alternative-class-component-syntax.git` |
39 | 39 | * cd react-alternative-class-component-syntax-setup
|
40 | 40 | * npm install
|
41 | 41 | * npm start
|
|
0 commit comments