Installing Next.js
Created by Codedamn about a year ago
No description provided
7 Comments
_app.tsx may throw TypeScript Error
import type { AppProps /*, AppContext */ } from 'next/app'
function MyApp({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />
}
This snippet is mentioned at https://nextjs.org/docs/basic-features/typescript#custom-app if you are using TS.
Typescript ?????? I did not know this course uses typescript for next js. Not everyone uses typescript like me. hmmm, You should have used just regular javascript for this course.
I’m not sure I’m going to go through this course or not or require for refund?????
error - Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loading-swc
Or directly use npx create-next-app your-app --ts to create a typescript configured next project
When are you planning to update?
One thing i don't understand is I'm a pro member and following the Frontend Path, NextJS is placed before TS in the learning path and here TS is used, just ruins the learning experience.... also the course content is very outdated... hate saying this because i had high hopes but the experience is just not good at codedamn till now :(
please update it to next js 13