Home > OS >  REACT rerender on react-video-thumbnail-image
REACT rerender on react-video-thumbnail-image

Time:02-08

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?

CodePudding user response:

You have several options to control re-rendering.

For class components:

For functional components:

CodePudding user response:

Here is the Problem, React.memo does not solve the problem. All the time i reorder the list, the VideoThumbnail-Element is rerendered.

enter image description here

  •  Tags:  
  • Related