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
Another solid and configurable battle-tested option that can create Next.js projects is create t3-app, which can be used via this command: npm create t3-app@latest (more info on that @ create.t3.gg)
The text was updated successfully, but these errors were encountered:
create-react-app
has been officially deprecated.The official recommendation is to use a full-stack framework instead, like one of the below:
npx create-next-app@latest
npx create-react-router@latest
npx create-expo-app@latest
npx degit https://github.com/tanstack/router/examples/react/start-basic start-basic
yarn create redwood-app my-redwood-project
Another solid and configurable battle-tested option that can create Next.js projects is
create t3-app
, which can be used via this command:npm create t3-app@latest
(more info on that @ create.t3.gg)The text was updated successfully, but these errors were encountered: