Skip to content

Commit

Permalink
Add link to EcmaScript poposal
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Beerendonk <rick@beerendonk.com>
  • Loading branch information
rickbeerendonk committed Jun 22, 2017
1 parent cc23a35 commit 2bc5dbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/* eslint react/prop-types:"off" */

class Greeting extends React.Component {
// See: https://github.com/tc39/proposal-class-fields
static defaultProps = {
name: 'World'
}
Expand Down

0 comments on commit 2bc5dbc

Please sign in to comment.