September 2017
Intermediate to advanced
528 pages
15h 53m
English
This chapter covers
Chapter 2 provided information about how to create components, but there are certain situations in which you need more granular control over a component. For instance, you may be building a custom radio button component that can change in size depending on the screen width. Or perhaps you’re building a menu that needs to get information from the server by sending an XHR request.
One approach would be to implement the necessary logic before instantiating a component and then re-create it by providing different properties. ...
Read now
Unlock full access