Skip to content

Conversation

@Cantem
Copy link

@Cantem Cantem commented Jun 27, 2018

No description provided.

@@ -0,0 +1,89 @@
import React from "react";

function MovieDetails(props) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Destructuring here will save you having to use props in component and will make it easier to see what props are in use

{this.state.buttonName}
</button>
</div>
{this.state.showDetails ? (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants