Introduction: Advanced Callbacks

Get introduced to new options available to callbacks.

We will now take our apps to a new level of abstraction and power by introducing new options available to callbacks. The general pattern we’ve followed has been that we provide users with a component that they can interact with. Based on a given set of options available to the component, users can influence certain actions, such as producing a chart, for example. We will be exploring other options such as deferring the execution of callbacks until a certain event happens, for example, clicking a “Submit” button. We’ll also take a look at how we can allow users to modify the layout of the app itself by allowing them to add new dynamic components to it. We’ll use some of this knowledge to add a minor but important improvement to the clustering functionality that we covered earlier.

Get hands-on with 1200+ tech skills courses.