January 2025
Beginner to intermediate
544 pages
13h 3m
English
Learning Objectives
By the end of this chapter, you will be able to do the following:
In the previous chapter, you learned about the key building block of any React-based user interface: components. You learned why components matter, how they are used, and how you can build components yourself.
You also learned about JSX, which is the HTML-like markup that’s typically returned by component functions. It’s this markup that defines what should be rendered on the final web page (in other words, which HTML markup should end up on the final web page ...
Read now
Unlock full access