Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for lazy loading tabs #4669

Open
riwu opened this issue Apr 22, 2021 · 0 comments · May be fixed by #6658
Open

Support for lazy loading tabs #4669

riwu opened this issue Apr 22, 2021 · 0 comments · May be fixed by #6658

Comments

@riwu
Copy link

riwu commented Apr 22, 2021

There is support for renderActiveTabPanelOnly but not something in between:
Do not unmount any tabs, but only mount tabs after they are clicked on instead of all at initial load.

This is the default behavior in some libraries (eg. https://ant.design/components/tabs/, it can still overwrite default behavior with forceRender prop).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants