Pradip Debnath
Pradip Debnath
  • Видео 176
  • Просмотров 5 204 962
Simple Animated Tabs in React Native with React Native Reanimated
In this tutorial, you'll learn how to create basic tabs in React Native and provide animation by using react native reanimated. This is a beginner's friendly tutorial, if you have basic knowledge of react native then also you can follow this tutorial.
Learn TypeScript for ReactJS for Beginner's Tutorial ruclips.net/video/WApd-GNOWJM/видео.html
→ Expo Router Tutorial Playlist ruclips.net/p/PLQWFhX-gwJbluCKdCPVYnfwVJlBDVf9E-
→ Social App with Firebase in React Native Playlist ruclips.net/p/PLQWFhX-gwJbmrCwksjn77tdl36dIWPFAt
→ React navigation v5 tutorial playlist ruclips.net/p/PLQWFhX-gwJbmmqcP-9zMXBaxQbGKfIJY2
→ Food Finder App in React Native Playlist ruclips.net/p/PLQWFhX-gwJbkETb0lfml7W8VvZ...
Просмотров: 1 134

Видео

Travel App UI in React Native with Expo Router | 2024 Beginners Tutorial
Просмотров 4,6 тыс.Месяц назад
In this tutorial, you'll learn how to create a Travel App UI in React Native with Expo Router for navigating between different screens of the app. Along with the UI, also here I've shown you how to customize the tabbar navigator in expo router and how to implement a parallax scrolling effect and animation using react native reanimated package in your expo app. The best part of this tutorial is ...
Learn ReactJS with TypeScript for Beginners in 2024 | To-Do App Tutorial in ReactJS + TypeScript
Просмотров 3942 месяца назад
In this tutorial, you'll learn how to use ReactJS with TypeScript and we'll learn it by creating a basic to-do app in reactjs typescript. This tutorial is beginners friendly, so if you don't have any prior knowledge of typescript then also you can learn typescript from this tutorial, you just need some basic understanding of reactjs. → Expo Router Tutorial Playlist ruclips.net/p/PLQWFhX-gwJbluC...
Drawer Navigation in Expo Router Nested with Tab Navigator
Просмотров 7 тыс.5 месяцев назад
In this tutorial, you'll learn how to create drawer navigation in expo router and how to create custom drawer navigator items. Also, in this tutorial, I've shown you how to create nested navigator with drawer navigator, tab navigator, and stack navigator. So this is the one-stop solution for all your expo router navigation related queries. Introduction to Expo Router Tutorial ruclips.net/video/...
Introduction To Expo Router with Stack & Tab Navigator
Просмотров 5 тыс.6 месяцев назад
In this tutorial, you'll learn how to create an expo project with expo router and how to implement expo router file-based navigation to the expo app. Here I've discussed stack and tab navigation of the expo router and along with it, I've shown how to create a dynamic route, pass multiple parameters from one screen to another, and many more features. Drawer Navigator Tutorial in Expo Router rucl...
How to Add TailWind CSS in React Native | Dark Theme using TailWind in React Native
Просмотров 9 тыс.Год назад
In this tutorial, you'll learn how to add TailWind CSS in react native. I've used a package called NativeWind to add tailwind in a React native project. Also, I've implemented dark theme in this react native app and we can switch between dark and light theme. → Social App with Firebase in React Native Playlist ruclips.net/p/PLQWFhX-gwJbmrCwksjn77tdl36dIWPFAt → React navigation v5 tutorial playl...
How to Create Search Filter in React Native | Search in FlatList
Просмотров 21 тыс.Год назад
In this tutorial, you'll learn how to create search filter in react native. Here I've generated a user list from an API and then implemented search functionality in that list. So you'll learn how to fetch API data in react native and display those in FlatList and search using loadash.filter package. → Social App with Firebase in React Native Playlist ruclips.net/p/PLQWFhX-gwJbmrCwksjn77tdl36dIW...
Animated Circle Progressbar in React Native | React Native Reanimated Tutorial | Custom Animation
Просмотров 6 тыс.Год назад
In this tutorial, you'll learn how to create a basic custom animation in react native. Here I've created an animated circular progress bar with a bounce animation in a circle with a checkmark. So with this tutorial, you'll also learn how to handle multiple animations in react native with react native reanimated. → Social App with Firebase in React Native Playlist ruclips.net/p/PLQWFhX-gwJbmrCwk...
Introduction To NextJS 13 - Basics and Navigation
Просмотров 2,8 тыс.Год назад
In this tutorial, you'll learn fundamentals of nextjs 13, what are the core features of it which is getting changed from its previous versions. This is an introduction to nextjs 13 tutorial. Also I've discussed the navigation in nextjs 13 in details in this tutorial. ⦿ eCommerce Website Design with Tailwind CSS Tutorial ruclips.net/video/iNDvh7O2WZM/видео.html ⦿ Login Page in Next JS with Tailw...
Build Tic Tac Toe Game in Flutter in 30 minutes from Scratch
Просмотров 20 тыс.Год назад
In this tutorial, you'll learn how to create Tic-Tac-Toe game from scratch in Flutter. This tutorial is a beginner friendly tutorial so if you don't have much knowledge about flutter then you don't need to worry, here you'll get the step by step guidance to build the game in flutter. → To-Do App in Flutter ruclips.net/video/K4P5DZ9TRns/видео.html → Onboarding Screen UI Tutorial with PageView ru...
Form Validation in React Native with Formik
Просмотров 15 тыс.Год назад
In this tutorial, you'll learn how to implement form validation in react native with Formik and Yup. Here I have shown you how to create validation schema in Yup and how to validate a password for a strong password and match it with confirm password field. Also how to validate fixed digits number input in a field. RegEx for Strong Password ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]...
Create Custom Modal in React with Tailwind CSS | Modal in NextJS with Tailwind
Просмотров 38 тыс.Год назад
In this tutorial, you'll learn how to create a custom modal or popup in react js with tailwind CSS. Here I have used next js with tailwindcss to create the modal. I have made total 3 modals, first one is a basic modal with text content in it, for the second one I have created video modal where you can display a RUclips video in the modal, and for the last one I have made a more complex HTML for...
How To Implement Environment Variables in React Native
Просмотров 20 тыс.Год назад
In this tutorial, you'll learn how to implement environment variables in react native. In any project where you need to provide sensitive information such as an API key, you should use an environment variable in your project to protect that information. This is a beginner friendly tutorial, so also if you're new to react native development you can follow along with this tutorial. Dynamic Dropdo...
Dynamic Dependent Dropdown List in React Native | Create Cascading Dropdowns
Просмотров 46 тыс.Год назад
Dynamic Dependent Dropdown List in React Native | Create Cascading Dropdowns
Simple Responsive Navigation Menu with Tailwind CSS in ReactJS
Просмотров 8 тыс.Год назад
Simple Responsive Navigation Menu with Tailwind CSS in ReactJS
Flutter ToDo App Tutorial for Beginners
Просмотров 192 тыс.Год назад
Flutter ToDo App Tutorial for Beginners
TextField in Flutter, | Flutter Widget Explained
Просмотров 3 тыс.Год назад
TextField in Flutter, | Flutter Widget Explained
Flutter ListTile Widget Tutorial | Flutter Widget Explained
Просмотров 17 тыс.Год назад
Flutter ListTile Widget Tutorial | Flutter Widget Explained
Introduction to PWA | Replacement of React Native/Flutter? | Beginners Guide to PWA
Просмотров 3,2 тыс.Год назад
Introduction to PWA | Replacement of React Native/Flutter? | Beginners Guide to PWA
Login Authentication Tutorial in React Native | JWT Authentication | AsyncStorage
Просмотров 134 тыс.Год назад
Login Authentication Tutorial in React Native | JWT Authentication | AsyncStorage
React Native vs Flutter in 2022
Просмотров 8 тыс.Год назад
React Native vs Flutter in 2022
Top 5 Free UI Libraries for React Native in 2022
Просмотров 7 тыс.2 года назад
Top 5 Free UI Libraries for React Native in 2022
Sidebar Navigation Menu using Tailwind CSS | Beginners Guide to Tailwind CSS
Просмотров 111 тыс.2 года назад
Sidebar Navigation Menu using Tailwind CSS | Beginners Guide to Tailwind CSS
Login & Register UI Tutorial in React Native for Beginners
Просмотров 68 тыс.2 года назад
Login & Register UI Tutorial in React Native for Beginners
Image Picker Tutorial in Flutter | Flutter Tutorial for Beginners
Просмотров 31 тыс.2 года назад
Image Picker Tutorial in Flutter | Flutter Tutorial for Beginners
Dynamic Tab Navigator | Combining Multiple Navigators | React Navigation 6
Просмотров 56 тыс.2 года назад
Dynamic Tab Navigator | Combining Multiple Navigators | React Navigation 6
Build Quote Generator App in React Native | Beginners Tutorial for React Native
Просмотров 7 тыс.2 года назад
Build Quote Generator App in React Native | Beginners Tutorial for React Native
Create Login Page in Next JS with Tailwind CSS | Login Page UI in React JS
Просмотров 46 тыс.2 года назад
Create Login Page in Next JS with Tailwind CSS | Login Page UI in React JS
Custom Drawer Navigator in React Navigation 6
Просмотров 135 тыс.2 года назад
Custom Drawer Navigator in React Navigation 6
Gaming App UI in React Native with React Navigation 6
Просмотров 31 тыс.2 года назад
Gaming App UI in React Native with React Navigation 6

Комментарии

  • @hinduscience108
    @hinduscience108 12 часов назад

    Thankyou brother, i completed it in 2 days

  • @ashas840
    @ashas840 День назад

    Can you provide this code ?

  • @protectorofnorth7578
    @protectorofnorth7578 День назад

    where is the github codes?????? !!!!! f u

  • @duniyatv3204
    @duniyatv3204 День назад

    Thankx sir❤

  • @gmako6
    @gmako6 2 дня назад

    please include nativewind i your css

  • @ralphmoran
    @ralphmoran 4 дня назад

    Great video. Thanks for sharing

  • @steve_wojo3
    @steve_wojo3 6 дней назад

    Wow I am in Uganda and I wish you would send me your code and I follow up 😅

  • @rijwanulhaqueroman3052
    @rijwanulhaqueroman3052 6 дней назад

    Thank you. It was very easy to understand. You explined everything clearly. Keep up the good work.

  • @paulmuchoki6371
    @paulmuchoki6371 7 дней назад

    Very helpful tutorial. Thank you

  • @ShivamGupta-xk7lk
    @ShivamGupta-xk7lk 9 дней назад

    Very Helpful

  • @HuzaifaUsman313
    @HuzaifaUsman313 9 дней назад

    Hi, Pradip , Very Good Quality , which laptop you are using to record this video ?

  • @sanirasheedabdullah5528
    @sanirasheedabdullah5528 9 дней назад

    ur API key was still visible even after blurring lol

  • @arslanali-vi5nj
    @arslanali-vi5nj 9 дней назад

    Thanks for this really helpful

  • @andresandrade4486
    @andresandrade4486 10 дней назад

    Well explained bro, needed it! Greets from EC

  • @saurabh75prakash
    @saurabh75prakash 10 дней назад

    Thanks for the excellent tutorial!

  • @barak_hub
    @barak_hub 11 дней назад

    Thanks bro. I am learning flutter, let me add storage now :) to have my personal todo app

  • @thilinajayamal95
    @thilinajayamal95 11 дней назад

    Very useful for me. Thank you so much ❤

  • @whatislyf
    @whatislyf 12 дней назад

    thank you so much, it was really helpful. Was looking for this exact solution.

  • @Mohammed-m96
    @Mohammed-m96 12 дней назад

    Thinks for your video❤

  • @dart_ariz604
    @dart_ariz604 13 дней назад

    Thanks for your excellent tutorial.. was trying to implement smooth transition in one of the sidebar but was confused.. thanks to you

  • @alexgordienko93
    @alexgordienko93 13 дней назад

    nice 👍🏻

  • @vefaaltntop9626
    @vefaaltntop9626 14 дней назад

    Thanks. I successfully completed my first flutter application.

  • @thedailyback-upreminder8049
    @thedailyback-upreminder8049 15 дней назад

    I get erorr

  • @oluwaseunladeinde410
    @oluwaseunladeinde410 17 дней назад

    Simple and straight to the point. Thank you Pradip.

  • @user-wf4mo3mx2k
    @user-wf4mo3mx2k 19 дней назад

    good job. bro keep it up

    • @itzpradip
      @itzpradip 18 дней назад

      Thanks! I will try my best. Keep supporting

  • @mishraji4808
    @mishraji4808 20 дней назад

    Nice and very helpful sir❤

    • @itzpradip
      @itzpradip 20 дней назад

      Glad to hear that

  • @joaomarcos7730
    @joaomarcos7730 20 дней назад

    man, I see you as a father figure. <3

  • @Sairam-sj9ix
    @Sairam-sj9ix 21 день назад

    Great example - Thanks for taking a more complex example as compared to others that do a simple drawer example. Productivity Tip - Speed up video by 1.5 % and you can still follow along.

    • @itzpradip
      @itzpradip 20 дней назад

      You're very welcome!

  • @Nokless
    @Nokless 21 день назад

    hello man , i got a problem ... i want my drawer to be seperated from my welcome screen

  • @EswariA-uk9zy
    @EswariA-uk9zy 22 дня назад

    Not at all clear explaination After u install when u create index.js app.js file

  • @MBkingsoft
    @MBkingsoft 25 дней назад

    Well done. Clear and to the point. Kudos 🎉 You just got a new subscriber

  • @WakgariBaja
    @WakgariBaja 25 дней назад

    Very nicely compiled and executed through out .... thanks for sharing your experience Brother ! Love it 💙 any section will follow on this video ? like part two ?

  • @galindoxrafa
    @galindoxrafa 25 дней назад

    Thanks, I had to modify it a bit as I use Laravel/Livewire but the Tutorial is easily convertible to other platforms. Great job!

    • @itzpradip
      @itzpradip 20 дней назад

      Thanks for sharing your use case!

  • @user-fn3cj2gk5j
    @user-fn3cj2gk5j 27 дней назад

    thank you. i learn a lot.

    • @itzpradip
      @itzpradip 20 дней назад

      Glad to hear that!

  • @user-ls2bj8fs9v
    @user-ls2bj8fs9v 27 дней назад

    Thank you so much.. :)

    • @itzpradip
      @itzpradip 20 дней назад

      You're welcome 😊

  • @dev-devvek1ng413
    @dev-devvek1ng413 28 дней назад

    cannot read property 'CAPABILITY_PLAY' of null

  • @kukuh1824
    @kukuh1824 29 дней назад

    my problem is when menus have multiple dropdown and then all submenu is open

  • @ghfudrs93uuu
    @ghfudrs93uuu 29 дней назад

    I think I'll giving up on flutter soon. I'll still give it a few tries but: NONE of the tutorials I find actually works in the newer versions of the software, not even the simplest things. Which is not that far apart. This is not a Python2 to Python3 difference and flutter isn't in beta anymore. Also, a complaint about your video. You change the code from the default and then do not show the full extent of the changes you made. We need to see what you did to main.dart. So, you let us guessing if what you put in the repo is at the exact state as what you're showing in the screen(which by my experience never is). The code in the repo, btw, does not run in my machine. But I'm blaming that one on flutter, not on you. So much for portability.

  • @EmimiU
    @EmimiU 29 дней назад

    Very brilliant, thank you so much

    • @itzpradip
      @itzpradip 20 дней назад

      Glad you enjoyed it!

  • @hunaizkhan6341
    @hunaizkhan6341 Месяц назад

    i want his figma design

  • @EatWNL
    @EatWNL Месяц назад

    Easy to understand , Thank you so much

  • @Inline.development
    @Inline.development Месяц назад

    in home page for icon in title why are u use the row instead of drawer

  • @elieli8484
    @elieli8484 Месяц назад

    i like you did not avoid and did the more "complicated" cases. well done Pradip

  • @nizamramazanov8393
    @nizamramazanov8393 Месяц назад

    God bless. Let's be honest, I used your code

  • @mounirben9370
    @mounirben9370 Месяц назад

    Great

  • @viniciusreis810
    @viniciusreis810 Месяц назад

    Thank you for the amazing class. I would like suggest change the for loop in _clearBoard() to: displayXO.fillRange(0, 9, '');

  • @UmairKhan-hc2ql
    @UmairKhan-hc2ql Месяц назад

    Nice tutorial

    • @itzpradip
      @itzpradip 20 дней назад

      Thank you! Cheers!

  • @TechyBhai23
    @TechyBhai23 Месяц назад

    This is interesting, we get an idea of how to approach implementation

  • @Amjad_Sajjad329
    @Amjad_Sajjad329 Месяц назад

    Very nice video from Pakistan.

  • @nitinameta1133
    @nitinameta1133 Месяц назад

    Hiii bro in this video please add routing whis is must important for us as soon as possible