Challenge: React
Apply what you’ve learned about React with TypeScript to real problems.
We'll cover the following...
Challenge: Why isn’t the console printing anything?
In this React challenge, your mission is to modify the given application to resolve an issue with the login button. Currently, when the button is pressed, it fails to print the message “Login button pressed.” on the console. Also, to make matters worse, we get a ...