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
client-side implementation of differentiating between data & props
This will be needed later for child component handling, where the server will
send down a list of updated "props" only, and the client side will need to update
the props of a component, without changing the "data" that may have already been
altered by the user.
0 commit comments