Summary
Explore how to store and display user input using HTML lists in Python Transcrypt. Understand updating state immutably, converting functions into React components for better rendering, and preparing for using HTML forms in the next lesson.
We'll cover the following...
We'll cover the following...
What we learned
We know how to store user-entered data in our application and then present it back to the user by way of an HTML list. We also saw how to update more complex data types—in this case, a Python ...