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

Add secondaryHidden prop to avoid re-renders #50

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sebastianfrey
Copy link

@sebastianfrey sebastianfrey commented Dec 2, 2019

This pull request provides an alternative API to hide the secondary pane.

Goal of this alternative API is to give users the possibility to avoid re-renders when hiding the secondary pane as described here #43 .

Therefore the new property secondaryHidden is introduced on SplitterLayout, which might be used as an alternative to conditional hiding the secondary pane.

If something is missing, please let me know.

@coveralls
Copy link

coveralls commented Dec 2, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling 6c37a83 on sebastianfrey:master into e0e5419 on zesik:master.

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

Successfully merging this pull request may close these issues.

None yet

2 participants