(Coachmark): Test performance of anonymous render functions within when
directive
#3723
Closed
1 task done
Labels
when
directive
#3723
Code of conduct
Description of issue
(To be done once the initial component is merged to main)
The
when
directive takes anonymous functions as arguments. The question is whether there's a performance difference between using anonymous methods as arguments or initialising these render methods as anonymous. We should experiment with the two and test the performance of each to see if there's any noticeable difference.For example,
Wrapping these render methods in an anonymous function within the parameters of
when
vs using an anonymous function from the get-go:
The text was updated successfully, but these errors were encountered: