Utilities React-only
There are multiple utility components useful for handling interations.
ClickOutside
ClickOutside triggers a callback when a click outside of its content is detected.
FocusTrap
FocusTrap traps user’s focus.
InfiniteScroll
InfiniteScroll is a scrollable list of items that asks for more items when user scrolls near to its end.
Portal
Portal is sometimes useful for embedding content.