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
Im not sure that eliminates the need completely... it does cover the most important part though...
What if a property change causes something async to happen (a fetch or similar) that then needs to invalidate... being able to opt out of re-rendering could still be a nice feature...
or what I know my data is always immutable - I can skip the object equality check altogether...
this will make things faster and we can make immutable data a native citizen
The text was updated successfully, but these errors were encountered: