Emeğinize sağlık hocam değerli bilgileriniz için Bir dahaki derste react(create-react-app) ile typescript veya normal js projesi oluştururken src altında kurumsal yapıya uygun dosya yapılandırmasını nasıl yapmalıyız veya sizler nasıl yapıyorsunuz? bu konu hakkında bilgi de verirseniz sevinirim.
Videoların çok anlaşılır gerçekten çok iyisiniz. Acaba react ı tüm yönleri ile anlatacağınız bir video listesi yapma gibi bir planınız var mıdır? Kanalınızda böyle bir oynatma listeniz olsa benim gibi yeni başlayanlar için çok yararlı bir iş yapmış olursunuz. Ben nerede takılırsam takılayım gelip videolarınıza göz atıyorum. Şimdiden teşekkür ediyorum
Belki çok saçma bir soru olacak ama müsaadenizle sormak istiyorum hocam. Acaba Javascriptle kod yazmak proje ortaya çıkarmak için html ve cssle uğraşmamız mecburi midir?
Web icin gelistiriyorsaniz HTML/CSS kullanmadan ekrana bir sey yazdiramazsiniz. Direk HTML/CSS kullanmasaniz bile bir kutuphane veya template kullanmaniz gerekecektir. React Native ile mobile icin gelistiriyorsaniz HTML yok ama CSS'in JSX versiyonunu (camelCase variables) kullaniyorsunuz. Sonucta HTML/CSS bilmek her turlu faydaniza.
@@ReactDersleri kod bu sekılde interface DiskStorageOptions { /** * A string or function that determines the destination path for uploaded * files. If a string is passed and the directory does not exist, Multer * attempts to create it recursively. If neither a string or a function * is passed, the destination defaults to `os.tmpdir()`. * * @param req The Express `Request` object. * @param file Object containing information about the processed file. * @param callback Callback to determine the destination path. */ destination?: string | (( req: Request, file: Express.Multer.File, callback: (error: Error | null, destination: string) => void ) => void) | undefined; /** * A function that determines the name of the uploaded file. If nothing * is passed, Multer will generate a 32 character pseudorandom hex string * with no extension. * * @param req The Express `Request` object. * @param file Object containing information about the processed file. * @param callback Callback to determine the name of the uploaded file. */ filename?( req: Request, file: Express.Multer.File, callback: (error: Error | null, filename: string) => void ): void; }
Verdiğiniz bilgiler çok değerli. Teşekkürler
Değerli hocam, sizi bugüne kadar keşfetmemiş olmak adeta büyük bir kayıp.. Bundan sonra çok sıkı takipçinizim.
Emeğinize sağlık hocam değerli bilgileriniz için
Bir dahaki derste react(create-react-app) ile typescript veya normal js projesi oluştururken src altında kurumsal yapıya uygun dosya yapılandırmasını nasıl yapmalıyız veya sizler nasıl yapıyorsunuz? bu konu hakkında bilgi de verirseniz sevinirim.
teşekkürler abicim. kolay gelsin...
Emeğine sağlık
Emeğine sağlık hocam like attım, izlemeye başlıyorum şimdi 👍
Videoların çok anlaşılır gerçekten çok iyisiniz. Acaba react ı tüm yönleri ile anlatacağınız bir video listesi yapma gibi bir planınız var mıdır? Kanalınızda böyle bir oynatma listeniz olsa benim gibi yeni başlayanlar için çok yararlı bir iş yapmış olursunuz. Ben nerede takılırsam takılayım gelip videolarınıza göz atıyorum. Şimdiden teşekkür ediyorum
Typescriptin redux-da kullanımı videosu gelse iyi olur , statelerde actionlarda reducerlerde
awesome, i like it, thanks
Hocam angular dersleri çekecek misiniz?
Maalesef hayır.
Belki çok saçma bir soru olacak ama müsaadenizle sormak istiyorum hocam. Acaba Javascriptle kod yazmak proje ortaya çıkarmak için html ve cssle uğraşmamız mecburi midir?
@@terr0raid Teşekkür ederim :)
Web icin gelistiriyorsaniz HTML/CSS kullanmadan ekrana bir sey yazdiramazsiniz. Direk HTML/CSS kullanmasaniz bile bir kutuphane veya template kullanmaniz gerekecektir. React Native ile mobile icin gelistiriyorsaniz HTML yok ama CSS'in JSX versiyonunu (camelCase variables) kullaniyorsunuz. Sonucta HTML/CSS bilmek her turlu faydaniza.
filename?(
req: Request,
file: Express.Multer.File,
callback: (error: Error | null, filename: string) => void
): void; node js calsıyorum kodun typscirpt kısmını acınca anladım fakat burda filename ynaında soru işareti ne anlama geliyor
filename zorunlu bir alan degil, yani opsiyonel demek.
@@ReactDersleri ama ?: şeklinde gösteriliyordu o sadece ? diyince şaşırdım ben yazım hatası olmasin (:
@@ReactDersleri kod bu sekılde interface DiskStorageOptions {
/**
* A string or function that determines the destination path for uploaded
* files. If a string is passed and the directory does not exist, Multer
* attempts to create it recursively. If neither a string or a function
* is passed, the destination defaults to `os.tmpdir()`.
*
* @param req The Express `Request` object.
* @param file Object containing information about the processed file.
* @param callback Callback to determine the destination path.
*/
destination?: string | ((
req: Request,
file: Express.Multer.File,
callback: (error: Error | null, destination: string) => void
) => void) | undefined;
/**
* A function that determines the name of the uploaded file. If nothing
* is passed, Multer will generate a 32 character pseudorandom hex string
* with no extension.
*
* @param req The Express `Request` object.
* @param file Object containing information about the processed file.
* @param callback Callback to determine the name of the uploaded file.
*/
filename?(
req: Request,
file: Express.Multer.File,
callback: (error: Error | null, filename: string) => void
): void;
}
Typescript in compiler i yok evladım transpiler denir ona
Klavye ne hocam
Durgod Taurus K320, bundan cok memnunum.
Edit: Cherry Brown switch
emeğiniz için teşekkürler! konu hakkında araştırma yapan arkadaşlara faydalı olacağını düşündüğüm bir video: th-cam.com/video/8K3ePwmcw1Q/w-d-xo.html