|
1 | 1 | # react-alternative-class-component-syntax
|
2 | 2 |
|
3 | | -[](https://travis-ci.org/the-road-to-learn-react/react-alternative-class-component-syntax) [](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/)[](https://greenkeeper.io/) |
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 |
|
|
0 commit comments