-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Now all the state is passed explicitly to the components. State is no longer used. State is inconvenient because it is not statically typechecked, so it is fragile, especially for components which requests different parts of state conditionally. This diff stack addresses the issue facebookincubator/superconsole#6 Next step would be removal of the state from `superconsole` crate, but before that, other users of `superconsole` need to be migrated. Reviewed By: themarwhal Differential Revision: D44815383 fbshipit-source-id: 5cd8caea3a9663ff8dfd171921167e4c24915d52
- Loading branch information
1 parent
f9638a1
commit 34b0ff5
Showing
2 changed files
with
8 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters