Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete basic goals: movie fetch and more details button working #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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