-
Notifications
You must be signed in to change notification settings - Fork 21
Dayanne xavier #20
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
base: master
Are you sure you want to change the base?
Dayanne xavier #20
Conversation
CRR: Code Review Report - Dayanne XavierSummaryGeneral Observations
Project Structure
Documentation
Tools and Technologies
Code Quality and Best Practices
UI/UX
|
|
Please review and add an emoji to agree or add your opinions about the project. |
|
src/pages/index.jsx on useState, try to keep value and setState fields with same name, in that case, userValue and setUserValue, its not a big deal but help a lot on maintenance The current workaround is: search for github user by name on HomePage -> execute the complete query -> if user exists, send the user payload on route state to show on UserPage for this project this approach works just fine, but a better approach is make a search as list on homepage, getting basic information from each user, and then when select a user, send the id to the UserPage where it will be used to get the complete user information |
No description provided.