Skip to content

Different approaches to reactivity #3

@sid597

Description

@sid597
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions