Learn how to build large-scale React Native apps that you can add to your portfolio with ZTM's Complete React Native Developer course: links.zerotomastery.io/CompleteReactNative
@mdalmamunit427Ай бұрын
Your channel has been a game-changer for me. Thanks for sharing your knowledge!
@DaveGrayTeachesCodeАй бұрын
Glad to hear it!
@motivateme3152Ай бұрын
Awesome! I just finished the lesson 5. Your content is invaluable, Gray!
@DaveGrayTeachesCodeАй бұрын
Great timing! And thank you!
@nakayuniАй бұрын
Thanks Mr Gray🙏
@DaveGrayTeachesCodeАй бұрын
Welcome!
@gintaraseАй бұрын
Hi Dave, thanks for the great tutorials. An addition to "Edit todo" would be interesting.
@DaveGrayTeachesCodeАй бұрын
@@gintarase That's next! 🙌
@IrfanAhmad-fj3egАй бұрын
Hello, Dave Gray, Amazing job! I'm always inspired by your tutorials. I have a suggestion: instead of creating a new app with each new topic, would it be better to build a single mobile app, like a food delivery app, that covers all these topics? In the end, it would result in a wonderful app for a portfolio or to showcase on a CV.
@DaveGrayTeachesCodeАй бұрын
Thanks! I plan to create more projects on my channel in the future. Good suggestion!
@codewithsunil5990Ай бұрын
Thanks for this valuable tutorial Could you please also teach about the native react native cli ?
@DaveGrayTeachesCodeАй бұрын
I'm sticking with expo in this series. It is a nice and easy start for beginners. You can read about the React Native CLI in the docs and use it without a framework if you prefer.
@tushardhalwal329Ай бұрын
Why are you not using react native cli?
@DaveGrayTeachesCodeАй бұрын
If you have followed this series from the start, you know I have been using npm with expo. Is there something you prefer about that CLI or just curious?
@k303kАй бұрын
Hi sir Can i request a new MERN course with TypeScript or it is still okay for only backend with Typescript.
@DaveGrayTeachesCodeАй бұрын
You may be interested in my current Next.js series that creates a similar project to my previous MERN series. The Next.js series uses TypeScript.
@millenniaАй бұрын
Thank you sir, can you make a video on how to target right to left layout for languages such as Hebrew :(
@DaveGrayTeachesCodeАй бұрын
I touch on this in my CSS course. You want to work with text-orientation: developer.mozilla.org/en-US/docs/Web/CSS/text-orientation ..with TailwindCSS, you want to look at rtl support: tailwindcss.com/docs/hover-focus-and-other-states#rtl-support ..a larger topic that would be good to cover / learn is Internationalization to support other languages. 🙌