-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c2808ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello Paul. Please may i ask you a question? I saw something in your code that could help with mine but I am a little confused and would like clarification on some things. Thank you
c2808ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the question?
c2808ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In your demo, under the browse tab, under featured, I am able to click on the featured playlist and the playlist comes up. How were you able to do that? I am trying to implement something like that on my app(click on a button and info displays in that same place) and dont know how to do that. How did you make the page that was there before disappear and have new info come up in its place?I looked at your code(BrowseView):
`if(view) {
}
return (
`{ browseView }
And I was confused. Is the ul tag listing out the Genre, New releases and Featured links or the info under those links? What part of your code above is responsible for rendering the playlist after it is clicked on.
Thank you.