@apollo/client-react-streaming
Version:
This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac
18 lines (17 loc) • 490 B
JavaScript
"use client";
// src/index.cc.tsx
import * as React from "react";
var RealSimulatePreloadedQuery;
var SimulatePreloadedQuery = (props) => {
if (!RealSimulatePreloadedQuery) {
RealSimulatePreloadedQuery = React.lazy(
() => import("./SimulatePreloadedQuery.cc.js")
);
}
return /* @__PURE__ */ React.createElement(RealSimulatePreloadedQuery, { ...props });
};
export {
SimulatePreloadedQuery
};
export const built_for_browser = true;
//# sourceMappingURL=index.cc.js.map