, React.Component . "this" . :
import React from 'react';
class example extends React.Component {
this.state = {
field: "this variable!"
}
functionName(param1, param2 = this.state.field) {
console.log(param2);
}
}
, this.state example, , .state.
, . , JavaScript - , , .