-
Notifications
You must be signed in to change notification settings - Fork 73
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
RedwoodView
should not have Treehouse lifecycle
#2392
Comments
I have a plan: RedwoodViewI’m going to make loading & error screens children of the
I’ll need to create a default implementation that uses an empty widget. Observing Content StateWith the above I still want to notify the host of code reloads and detached content. I’ll do that separately, with a new
Redundant?One thing I struggled with was exposing states like It should also let us avoid detaching the root view’s |
* Split Treehouse lifecycle out of RedwoodView #2392 * More test coverage for bind lifecycle * Track API changes in emoji-search * Track API changes in iOS samples --------- Co-authored-by: Jesse Wilson <jwilson@squareup.com>
This class is meant to provide a frame and integrations to the platform UI toolkit. The Treehouse loading/error stuff should exist entirely at the Treehouse layer and render within the frame–not as part of it.
Related to #1475.
The text was updated successfully, but these errors were encountered: