Skip to content
Bera edited this page Nov 2, 2020 · 1 revision

What is react-on-show?

react-on-show is a listener-based library for React to trigger functions when onShow event happens.

Uhm... What is onShow event?

onShow event is an artificial event that is triggered when target HTML element is shown on the viewport.

Why should I use it?

There are couple of reasons. First of all it has nearly all the functionality you should wait for and beyond. Secondly it is very well optimised bundle-wise. minimal version is 1.0kB. And based on your project, you can choose either standard or minimal version.