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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
One concern here is the instantiation happens on every rerendering, on every component. It might cause performance degradation. Investigate if there's any better way. Possible option is context/provider pattern.
The text was updated successfully, but these errors were encountered:
Please describe the task that needs to be done
As a part of #1183 work, #1228 is turning services into class, and components are going to instantiate them like this
b394613#diff-b05d69f0aef9ae8d739a7510b44be6747508e1709033a2e44f609523c404f5fcR46
One concern here is the instantiation happens on every rerendering, on every component. It might cause performance degradation. Investigate if there's any better way. Possible option is context/provider pattern.
The text was updated successfully, but these errors were encountered: