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

Allow remount of nodes #34

Open
akheron opened this issue Oct 29, 2020 · 0 comments
Open

Allow remount of nodes #34

akheron opened this issue Oct 29, 2020 · 0 comments

Comments

@akheron
Copy link
Collaborator

akheron commented Oct 29, 2020

Find out whether it could be possible to remount nodes (even if only in some limited cases).

This would the useful e.g. with combinators like:

defaultTo(
  property,
  (value) => { 
    // if not undefined
  },
  <span>loading...</span>
)

Here the <span> would be remounted when the value of property changes back to undefined

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