The 'renderTracked' and 'renderTriggered' Lifecycle Hooks

The 'renderTracked' and 'renderTriggered' lifecycle hooks are used for debugging.

This example only works in development mode, so to see the hooks run, you must copy this code and run it on you own computer in development mode.

Component One

This is a component.

0