CN & CPKC Railways

Location
Western Canada
CROSSING TYPE
No items found.
Project Summary
QUICK FACTS
 
class SampleComponent extends React.Component { 
  // using the experimental public class field syntax below. We can also attach  
  // the contextType to the current class 
  static contextType = ColorContext; 
  render() { 
    return <Button color={this.color} /> 
  } 
}