You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently lifecycle parameter is list of all functions to be called during / after render process. Performance and memory allocation could be improved by re-designing this parameter to take objects and function pointers (references) and then call them providing correct call context.
Same time implement benchmark to measure performance cost of lifecycle events
The text was updated successfully, but these errors were encountered:
Currently lifecycle parameter is list of all functions to be called during / after render process. Performance and memory allocation could be improved by re-designing this parameter to take objects and function pointers (references) and then call them providing correct call context.
Same time implement benchmark to measure performance cost of lifecycle events
The text was updated successfully, but these errors were encountered: