Remove deprecated documentation
Summary: Sandy is idiomatic now, cleaned up old docs to avoid confusion as in https://github.com/facebook/flipper/issues/2611. Reviewed By: passy Differential Revision: D30908794 fbshipit-source-id: c4076f1d24b193f71923d19eeed631763bb9dacb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
75b5783fd0
commit
c4538c48d6
@@ -308,8 +308,6 @@ An minimal communication demo can be found in our [Sample project]:
|
||||
|
||||
In some cases you may want to provide data to Flipper even when your plugin is not currently active. Returning true in `runInBackground()` will result in `onConnect` being called as soon as Flipper connects, and allow you to use the connection at any time. See the [Client Plugin Lifecycle](client-plugin-lifecycle) for more details.
|
||||
|
||||
This should be used in combination with a `persistedStateReducer` on the desktop side. See the [JS Plugin API](js-plugin-api#background-plugins) for details.
|
||||
|
||||
The benefit is that the desktop plugin can process this data in the background and fire notifications. It also reduces the number of renders and time taken to display the data when the plugin becomes active.
|
||||
|
||||
<div class="warning">
|
||||
|
||||
Reference in New Issue
Block a user