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

Specify key function #9

Closed
curran opened this issue Feb 27, 2017 · 1 comment
Closed

Specify key function #9

curran opened this issue Feb 27, 2017 · 1 comment

Comments

@curran
Copy link
Owner

curran commented Feb 27, 2017

The data join key function would be useful to be able to specify, for the sake of efficiency.

@curran curran changed the title Specify key? Specify key function Mar 1, 2017
@curran
Copy link
Owner Author

curran commented Mar 2, 2017

For example, what if we have two relatively complex components, and a top-level app that renders two of them, first in the order ["a", "b"], then in the order ["b", "a"]. We want to avoid using the default index-based key for the data join here, so we can avoid tearing down and reconstructing both "a" and "b".

Need to come up with a full example, but this feels like an important piece of the puzzle.

curran added a commit that referenced this issue Mar 2, 2017
@curran curran mentioned this issue Mar 2, 2017
@curran curran closed this as completed in #18 Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant