Extend presence
to reach feature parity with transition-group
#466
Labels
enhancement
New feature or request
presence
to reach feature parity with transition-group
#466
Describe The Problem To Be Solved
presence
is super helpful for transitioning between components without unmounting them. However, it is missing some features that are present intransition-group
despite being useful in the same scenarios, mainly:parallel
andin-out
Suggest A Solution
Update
createPresence
to match the API ofcreateSwitchTransition
. Add an additional hook,createPresenceList
that matches the API ofcreateListTransition
. I don't anticipate any major difficulty in this because the implementation should mirror that oftransition-group
but I haven't looked into the source of either library too deeply yet.I would be open to creating a PR for this as I will be building this functionality anyway as part of a private project.
The text was updated successfully, but these errors were encountered: