Skip to main content
This is documentation for Relay v19.0.0, which is no longer actively maintained.
For up-to-date documentation, see the latest version (v21.0.1).
Version: v19.0.0

EntryPointContainer

EntryPointContainer​

function EntryPointContainer({
entryPointReference,
props,
}: {
+entryPointReference: PreloadedEntryPoint<TEntryPointComponent>,
+props: TRuntimeProps,
}): ReactElement

A React component that renders a preloaded EntryPoint.

  • entryPointReference: the value returned from a call to loadEntryPoint or acquired from the useEntryPointLoader hook.
  • props: additional runtime props that will be passed to the Component

Is this page useful?

Help us make the site even better by answering a few quick questions.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.