Haniinothanii.hashnode.devยทSep 24, 2022Test React Component Props, DOM Rendering Event Handlers,To begin this lesson, let's create a new component. In App.js: // ... export class Link extends Component { render() { return <a href={this.props.address}>Click</a> } } //... Make sure to import Component from React: import React, { Componen...56 readsReact Component Testing ReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.