-
-
Notifications
You must be signed in to change notification settings - Fork 328
Should we remove idom.widgets.hotswap?
#865
Archmonger
started this conversation in
Ideas
-
Ever since we've formalized support for conditionally rendered components, hotswap seems to have become a rather pointless utility.
This conversation is to discuss whether to deprecate/remove it.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
The primary function isn't really to facilitate conditional rendering. Rather, it's to allow you to swap components from outside the normal rendering flow. With that said, it's uses are pretty niche. At the moment it has one usage in IDOM's testing utilities. I'd say it would make sense to turn it into a private util in idom.testing.backend.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment