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.