reactjs / react-tabs

An accessible and easy tab component for ReactJS.
https://reactcommunity.org/react-tabs/
MIT License
3.1k stars 447 forks source link

Components Rendering Issue #495

Open makbar-hgsd opened 2 years ago

makbar-hgsd commented 2 years ago

I am rendering multiple components in different react-tabs but whenever I switch between those tabs my components gets re-render. Is there anyway to stop this re-rendering on switching tabs?

nasir733 commented 2 years ago

Hi I am facing the same issue were you able to solve this if yes plz can you tell me how did you solved it thanks

tekisx commented 2 years ago

Try adding forceRenderTabPanel={true} to your <Tabs> component. That fixed a similar issue for me

willnaoosmith commented 1 year ago

forceRenderTabPanel={true} renders all tabs at the same time,. So it solves the rendering issue, but creates another, making the tabs useless.