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

Adds unmountComponentAtNode top level api. #29

Closed

Conversation

revanthmahesh
Copy link
Contributor

@revanthmahesh revanthmahesh commented Jul 13, 2019

implements #23

unmountComponentAtNode( container ): if container has a brahmosNode, it will be tear down and returns true, else return false.

@revanthmahesh revanthmahesh force-pushed the unmountComponentAtNode branch 5 times, most recently from 97764ff to c31684a Compare July 15, 2019 03:57
@revanthmahesh revanthmahesh force-pushed the unmountComponentAtNode branch 2 times, most recently from adaeb53 to 599dcc3 Compare July 17, 2019 08:00
prateek3255 and others added 22 commits July 17, 2019 13:32
…nder is called again with same component

- Fixed state batching issue.
- Call rerender on batched state change only if there are unCommitted state.
- Conditionally rendering Foo to test componentWIllUnmount()
…pport jest global variables.

- Deleted commented test for code which are deprecated or legacy API.
- Added some comments on the code
To compare props and state of pure components
Add default prop maxLength to TODO list example
Don't add to item to TodoList if text not present
@s-yadav s-yadav closed this Jul 27, 2019
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.

5 participants