Answer the question
In order to leave comments, you need to log in
How to improve performance, react/redux?
Hello! Please tell me how best to write to improve performance on react / redux?
Now there is a large component that is displayed in a loop, that is, a list of such components.
And this list takes a little longer to load.
The Item component itself consists of logic plus render methods
, for example
renderHover = () => {
return (
<div>
{/* some hover block with a lot of markup*/}
</div>
)
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question