Sublime Snippets Flashcards

1
Q

class component skeleton

A

rcc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

componentDidMount() {…}

A

cdm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

componentDidUpdate(prevProps, prevState) {…}

A

cdup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

componentWillMount() {…}

A

cwm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

componentWillReceiveProps(nextProps) {…}

A

cwr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

componentWillUnmount() {…}

A

cwun

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

componentWillUpdate(nextProps, nextState) {…}

A

cwup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

React.findDOMNode(…)

A

fdn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

getInitialState() {…}

A

gis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

render() {…}

A

ren

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

this.setState(…)

A

sst

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

shouldComponentUpdate(nextProps, nextState) {…}

A

scu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

this.props

A

props

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

this.state

A

state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly