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
React native has shouldUpdateComponent() and pureComponent to render a component once while vue has v-once....i tried v-once on vue native component but not sure it is working... Is v-once supported? If not how can a component be rendered just once?
On subsequent re-renders, the element/component and all its children will be treated as static content and skipped.
The text was updated successfully, but these errors were encountered:
React native has shouldUpdateComponent() and pureComponent to render a component once while vue has v-once....i tried v-once on vue native component but not sure it is working... Is v-once supported? If not how can a component be rendered just once?
On subsequent re-renders, the element/component and all its children will be treated as static content and skipped.
The text was updated successfully, but these errors were encountered: