You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a button or "likes" component on the front page where every time, the button is clicked, it counts as a like for the website. useState and Event Handlers will be demonstrated through storing count of "likes" (number of times clicked) and onClick on button of Likes component
Learning objectives
useState and useEffect
event handlers
Note: Make sure to pull from the branch called modularize-to-components
The text was updated successfully, but these errors were encountered:
Description
Create a button or "likes" component on the front page where every time, the button is clicked, it counts as a like for the website. useState and Event Handlers will be demonstrated through storing count of "likes" (number of times clicked) and onClick on button of Likes component
Learning objectives
Note: Make sure to pull from the branch called modularize-to-components
The text was updated successfully, but these errors were encountered: