palantir/blueprint

Support for lazy loading tabs

Open

#4,669 建立於 2021年4月22日

在 GitHub 查看
 (0 留言) (3 反應) (0 負責人)TypeScript (2,167 fork)batch import
P2Package: coreType: feature requesthelp wanted

倉庫指標

Star
 (20,263 star)
PR 合併指標
 (平均合併 43天 10小時) (30 天內合併 27 個 PR)

描述

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).

貢獻者指南