Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c29082f

Browse files
Update README.md
1 parent 27c3f96 commit c29082f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-alternative-class-component-syntax
22

3-
[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-alternative-class-component-syntax-setup.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-alternative-class-component-syntax-setup) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
3+
[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-alternative-class-component-syntax.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-alternative-class-component-syntax) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
44

55
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.
66

@@ -35,7 +35,7 @@ class Counter extends Component {
3535

3636
## Installation
3737

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`
3939
* cd react-alternative-class-component-syntax-setup
4040
* npm install
4141
* npm start

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /