codedamn

Installing Next.js

Created by Codedamn about a year ago

0

No description provided

7 Comments

    0

    _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.

    @namangupta116

    Naman Gupta

    @namangupta116

    0

    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?????

    @ronny73

    Ronald Shin

    @ronny73

    0

    error - Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loading-swc

    @adhithyan

    Adhithyan S

    @adhithyan

    0

    Or directly use npx create-next-app your-app --ts to create a typescript configured next project

    @sabinbaniya

    sabinbaniya

    @sabinbaniya

    0

    When are you planning to update?

    @kholiqiyon

    Buzurgmehr Kholiqov

    @kholiqiyon

    1

    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 :(

    @shuklaabhishek

    Abhishek Shukla

    @shuklaabhishek

    0

    please update it to next js 13

    @christiankevin

    Kevin Christian

    @christiankevin

Your comment