You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, spot on. It provides a clear separation with between the component and fetching state (no more when in you're components) plus opens some more complex scenarios (e.g. only certain properties are needed before rendering, setting default values when pending, etc).
The PR has an expanded example of how its going to look.
FB just blogged about how Relay works.
This makes a lot of sense and gets around a load of the issues with
Marty.Component
(e.g. contextTypes, having to inherit from a base class).I suggest we scrap
Marty.Component
altogether and just replicateRelay.createContainer
The text was updated successfully, but these errors were encountered: