We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FeedbackModal.jsx
src/components/FeedbackModal
Refactor handleFeedback, utilize ApiUtils.js for API calls
ApiUtils.js
Move any useState, Variables definition to the top of React Component
Move ternary operations → should be its own variable in a function (not inside the return statement)
Identify & Create functions for callback functions
Steps to Run React on your computer:
npm install
npm start
List an Item
The text was updated successfully, but these errors were encountered:
I think the link for the refactor example for callback functions is wrong. It sends me to the ternary example.
Sorry, something went wrong.
aryanm5
Successfully merging a pull request may close this issue.
Instructions
FeedbackModal.jsx
undersrc/components/FeedbackModal
Acceptance Criteria
Refactor handleFeedback, utilize
ApiUtils.js
for API callsMove any useState, Variables definition to the top of React Component
Move ternary operations → should be its own variable in a function (not inside the return statement)
Identify & Create functions for callback functions
Notes
Steps to Run React on your computer:
npm install
on bothnpm start
on bothHow To Access FeedbackModal:
List an Item
Resources
The text was updated successfully, but these errors were encountered: