Skip to main content
This is unreleased documentation for Relay Next 🚧 version.
For up-to-date documentation, see the latest version (v21.0.1).
Version: Next 🚧

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.