Alexandra Wang
Results
1
comments of
Alexandra Wang
You can cache the React component instance into a variable, instead of using "this", because "this" means the DOM element itself in some cases. Like this: render: function() { var...