-
Notifications
You must be signed in to change notification settings - Fork 3.8k
React router update #5
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
React router update #5
Conversation
created index.css file and separate routes.js file
poor separation of concerns within tests due to NavBar inclusion in every component
lizbur10
left a comment
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.
This is looking good. A few things:
- It doesn't really make sense to me that a list of MovieCard components is rendered on the Home page and then students are asked to add code to render the same info on the Movie page. I suggest just having students render a list of movie titles on the home page and then use the UserCard on the Movie page
- It might be a good idea to mention that translating titles into routes (and back) will be handled automatically so students don't need to worry about it.
- When I run the tests I'm getting an error about "/bad-route" not being found (in the test of the error page). The tests are all passing but it would probably be good if we can find a way suppress or clear that error.
- The tests are also throwing warnings about using the regex global modifier. I just removed them from my test files and it worked fine so I'll do that here as well.
lizbur10
left a comment
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.
Removing global flag from test files
Removing global flag from test files
|
Thanks for the feedback, Liz! I think those are all good changes.
|
|
Ok, I've been coding through the solution, and I've found some problems.
That's what I see even with all the tests passing.
I'm not sure what this is referring to, but can keep digging into it. |
…gin-proposal-private-property-in-object
lizbur10
left a comment
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.
This is looking really great! A made a few more very minor suggestions (mostly punctuation 🙂 )
Co-authored-by: Liz Burton <liz.burton147@gmail.com>
add css to navbar
Co-authored-by: Liz Burton <liz.burton147@gmail.com>
No description provided.