Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nodes must have their path refreshed #54

Open
drborges opened this issue Apr 10, 2018 · 0 comments
Open

Nodes must have their path refreshed #54

drborges opened this issue Apr 10, 2018 · 0 comments
Labels

Comments

@drborges
Copy link
Owner

A GIF is worth 10000 words...

2018-04-10 20 28 45

Basically, a node bound to path /array/:index must have its path refreshed when items removed/added to the array affect the path.

Example:

const todos = [
  { id: 1, ... }, // path = /todos/0
  { id: 2, ... }, // path = /todos/1
]

When removing todos[0], the path of the remaining todo, shoud no longer be /todos/1 but rather /todos/0.

@drborges drborges added the bug label Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant