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
We provide a scaffolding with first-class support for <a
67
+
We provide a scaffolding with first-class support for{" "}
68
+
<a
68
69
className="link"
69
70
href="https://nextjs.org/"
70
71
target="_blank"
71
72
rel="noreferer noopener"
72
-
>Next.js</a>, but don't want to decide for you which front-end framework
73
-
you want to work with so skeletons for many other frontend frameworks are supported such as: <Linkhref="/docs/create-client/nuxt/"prefetch={false}className="link">Nuxt (Vue)</Link>, <Linkhref="/docs/create-client/react-native/"prefetch={false}className="link">Expo (React Native)</Link>, <Linkhref="/docs/create-client/Quasar/"prefetch={false}className="link">Quasar</Link>, and <Linkhref="/docs/create-client/#generated-react-and-react-native-apps-updated-in-real-time"prefetch={false}className="link">many more...</Link>
73
+
>
74
+
Next.js
75
+
</a>
76
+
, but don't want to decide for you which front-end framework
77
+
you want to work with so skeletons for many other frontend
@@ -132,11 +161,49 @@ export default function Timeline() {
132
161
</CodeBlock>
133
162
<br/>
134
163
<p>
135
-
API Platform can automatically <LinkclassName="link"href="/docs/core/state-providers/#state-providers"prefetch={false}>retrieve</Link>, <LinkclassName="link"href="/docs/core/state-processors/"prefetch={false}>persist</Link>, <Linkhref="/docs/core/pagination"prefetch={false}className="link">paginate</Link> and
136
-
<Linkhref="/docs/core/validation"prefetch={false}className="link">validate</Link> data using the most popular database systems.
0 commit comments