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
Get all the nodes once and then render the node component
Just get the id of each node then for each id create a new component, the component will get the data corresponding to the node
all at once say
each individual field queries its data
I think the main point is what I want to render when the data changes so if a new node is added do I render all the nodes again? what about updating just a single node among thousand of others.
I think the main point is what I want to render when the data changes so if a new node is added do I render all the nodes again? what about updating just a single node among thousand of others.