twobin / react-lazyload

Lazy load your component, image or anything matters the performance.
MIT License
5.87k stars 488 forks source link

How can I use react-lazyload with react-flip-move #216

Closed mmarkelov closed 5 years ago

mmarkelov commented 5 years ago

Can I do force update when component is in focus? I tried to use react-lazyload with react-flip-move, but I got some problems: problems Also you can check it on codesandbox: Edit lw2rpl81z Thanks!

jasonslyvia commented 5 years ago

you can call forceCheck after shuffle

mmarkelov commented 5 years ago

@jasonslyvia that's work for me. Thanks!

shunmian commented 4 years ago

Hi, @mmarkelov , I'm trying to use react-flip-move with react-lazyload but the animation doesn't work. Do you mind check the above code sandbox since it return 404.