-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Simplify createInitialState interface #37069
Conversation
This pull request was exported from Phabricator. Differential Revision: D45183692 |
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: 8ec7f4d99dc2eba13e33ef249cf248bd81cf216c
24401cb
to
87e8da5
Compare
This pull request was exported from Phabricator. Differential Revision: D45183692 |
Base commit: 5ff19f0 |
This pull request was exported from Phabricator. Differential Revision: D45183692 |
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: a2993063b6c673be2356a1524cf51d8ce6ab63ed
87e8da5
to
df1da66
Compare
This pull request was exported from Phabricator. Differential Revision: D45183692 |
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: aa03c86b6e18a7160f50e81d2afbcd8e76ea5277
df1da66
to
66f3d9b
Compare
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: a5c9b76294a74553b1867ce04ac2bf24e0cd9641
66f3d9b
to
32d06fd
Compare
This pull request was exported from Phabricator. Differential Revision: D45183692 |
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: c7c90582fdf3eb2f874d8b0885d9d635eb02395b
32d06fd
to
5981353
Compare
This pull request was exported from Phabricator. Differential Revision: D45183692 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D45183692 |
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: 76dd3d2363329031ff37288b9a5a733682d3525f
5981353
to
8b27ef5
Compare
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: 658bb18992f53fa8943bd6018aa300d23fc35404
8b27ef5
to
04c9bc0
Compare
This pull request was exported from Phabricator. Differential Revision: D45183692 |
This pull request has been merged in 2cda4f7. |
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: 81ab8eb3c57f6ff64aaed7c5b395555dce6b60b2
Summary: Pull Request resolved: facebook#37069 changelog: [internal] To create initial C++ state, nothing beside props is needed from `ShadowNodeFragment` and this diff removes it. It makes creation of state easier as we will no longer need to check if props are nullptr. Reviewed By: mdvacca Differential Revision: D45183692 fbshipit-source-id: 81ab8eb3c57f6ff64aaed7c5b395555dce6b60b2
Summary:
changelog: [internal]
To create initial C++ state, nothing beside props is needed from
ShadowNodeFragment
and this diff removes it.It makes creation of state easier as we will no longer need to check if props are nullptr.
Reviewed By: mdvacca
Differential Revision: D45183692