i i use "react-video-thumbnail-image" the video thumbnail is generated on each render of the component. But it only should render one time and not again.
How can i do that?
You have several options to control re-rendering.
For class components:
For functional components: