53 | React useRef | useRef Hook In React | Mutable | No Re-Renders | React Hooks (Hindi/Urdu)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 16

  • @budgetarena1984
    @budgetarena1984 6 หลายเดือนก่อน +1

    apne channel ko india me promote karo sir, aap ke Jaisa premium content pure youtube par nahi hai, paid course bhi aapki teaching skills se neeche hain,. superb Aadil sir, thanks very much.

  • @Clever-cube
    @Clever-cube ปีที่แล้ว +5

    Nobody at entire TH-cam can explain react like this.. Thank u adil sir❤❤lots of love from 🇮🇳India

  • @rakeshkumaryadav1117
    @rakeshkumaryadav1117 7 หลายเดือนก่อน +1

    ❤❤❤❤❤❤❤❤
    Best lecture on useRef

  • @mohsin1464
    @mohsin1464 ปีที่แล้ว +1

    Very Good Explaination Allah pak ap ko kush rakhay❤❤

  • @mutayyab01
    @mutayyab01 11 หลายเดือนก่อน

    Nobody at entire TH-cam can explain react like this
    Masha Allah

  • @bhaskarartwork5762
    @bhaskarartwork5762 8 หลายเดือนก่อน

    Lovely ❤❤

  • @ZubairAli-ch1xx
    @ZubairAli-ch1xx 6 หลายเดือนก่อน

    at 19:44, count start with 2 because ueeffect takes first count as it renders

    • @muhammadjamal8567
      @muhammadjamal8567 2 หลายเดือนก่อน

      yes i have also same problem

  • @MuhammadAwais-mc1xf
    @MuhammadAwais-mc1xf ปีที่แล้ว +1

    Best mentor

  • @AbdulMoiz-s7l
    @AbdulMoiz-s7l หลายเดือนก่อน

    sir koi eact projects ki series bana do

  • @muhammadjamal8567
    @muhammadjamal8567 2 หลายเดือนก่อน

    sir meray pass ma jab text box ma value dal raha hu tu wo direct 2 sey shuru ho rahe hey shuru ma 0 hey likha ma code dehta hu apko apna import React, { useEffect, useRef, useState } from "react";
    function UncontrolledcomponentD() {
    const [name, setname] = useState("");
    // const [count, setcount] = useState(0);
    const count = useRef(0);
    useEffect(() => {
    // setcount(count + 1);
    count.current = count.current + 1;
    });
    return (


    Enter your name
    setname(e.target.value)}
    />
    re render count:{count.current}


    );
    }
    export default UncontrolledcomponentD;

  • @Mufeez.
    @Mufeez. ปีที่แล้ว

    very well explanation as always ...

  • @mehrabahsanshovon6438
    @mehrabahsanshovon6438 7 หลายเดือนก่อน

    😘

  • @rehmanahmed8045
    @rehmanahmed8045 5 หลายเดือนก่อน

    mine count is starting with 2
    i do not know what is the issue