Styling Component CSS Module in React JS (Hindi)

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

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

  • @ashishsharma696
    @ashishsharma696 5 ปีที่แล้ว +7

    Its good to see such a quality material video made in Hindi. Bahut bahut dhanyavad..

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

    You touch each and every topic with code example. Making sure to show all details needed. Your patience is next level. Thank you so much for your videos. You are an university in yourself. 🤍🤍

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

    Thanks bro !! I was stucked for at least an hour figuring out how to do it. Your video helped me figured out. Thanks :)

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

    Thankyou so much brother for creating such valuable contents. I am following your react js series and it is almost about to finish and I leaned very very much about React js. Thankyou so much again keep it up.❤️

  • @knowmore2331
    @knowmore2331 ปีที่แล้ว

    Solving my problem thanks bro👍👍

  • @swapnil3541
    @swapnil3541 2 ปีที่แล้ว

    Very nice Geeky...

  • @kiva1823
    @kiva1823 5 ปีที่แล้ว +3

    I learned a lot in this video about react, I think that this video is great and I highly recommend to other students.
    Thanks Geeky Shows for the great content. 𝓖𝓔𝓔𝓚𝓨 𝓢𝓗𝓞𝓦𝓢!✰✰✰✰✰

  • @anandkrg
    @anandkrg 2 ปีที่แล้ว

    Well explained 😊

  • @priyanshujaj7220
    @priyanshujaj7220 2 ปีที่แล้ว

    ❤❤❤❤❤❤Thankyou so much sir,
    Please make the video on application deployment 🙏🙏🙏🙏

  • @jagdishjena9058
    @jagdishjena9058 2 ปีที่แล้ว

    Thank you so muchn sir, mazza aa gaya

  • @amritadas1128
    @amritadas1128 4 ปีที่แล้ว

    Thank U so muchhh For ur helpp.......keep it up keep going .......Well done

  • @rohitkudalkar92
    @rohitkudalkar92 5 ปีที่แล้ว

    hello sir your videos are really amazing. Me apne sabhi dostonko aapka video chanel recomend karata hujo web developemnt sikna chahate hai . thank you so much, sir. love from Mumbai

  • @gnyanranjanbehera
    @gnyanranjanbehera 3 ปีที่แล้ว

    thanku sir for your support at every time

  • @prakharshukla4448
    @prakharshukla4448 ปีที่แล้ว

    h1 , body and such elements still conflicting even after module css why ?

  • @AvnishKumar-zf9km
    @AvnishKumar-zf9km 4 ปีที่แล้ว +1

    How to use multiple class by css module {Styles.txtb Style.txts} this way returning error. or i need to create state then use ...?

    • @ashisdey9126
      @ashisdey9126 4 ปีที่แล้ว +2

      Bro you can use this for multiple classes
      {`${Styles.txtb} ${Style.txts}`}

    • @ashisdey9126
      @ashisdey9126 4 ปีที่แล้ว

      one more way to go about it is to add all your classes in an array.
      let style=[class1, class2, class3];
      I am styled
      What is essential here to understand is that the classes we import are basically string values and we need to concatinate them with a space.

    • @yogesh19953
      @yogesh19953 4 ปีที่แล้ว

      @@ashisdey9126 sir it is working

    • @yogesh19953
      @yogesh19953 4 ปีที่แล้ว

      @@ashisdey9126 this one i can't under stand.

    • @ashisdey9126
      @ashisdey9126 4 ปีที่แล้ว

      @@yogesh19953 in the second method you are just creating an array of all the classes and use it using an array. join ()(which join all elements of the array with space)

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

    why need css module
    inline -we can not use psuo classess
    external--name conflicts of classes in multiple css file

  • @yogeshsharma8966
    @yogeshsharma8966 3 ปีที่แล้ว

    can we use this with scss also ?

  • @din9019291297
    @din9019291297 4 ปีที่แล้ว

    Nice Class.keep it Up

  • @kapilsharma7276
    @kapilsharma7276 4 ปีที่แล้ว

    Thanks Man, this helped a lot!

  • @niteshchaudhary2094
    @niteshchaudhary2094 2 ปีที่แล้ว

    how to use external css and moudule css together?

  • @PROTECHRAHUL
    @PROTECHRAHUL 2 ปีที่แล้ว

    How to give longer class names

  • @SonalKansal-q1e
    @SonalKansal-q1e ปีที่แล้ว

    Very nice

  • @nagavadlapudi
    @nagavadlapudi 5 ปีที่แล้ว

    Thank you for taking time to make this video.
    I have a question here, what if there is no class and let's say I am styling a jsx tag directly.
    **************** Example ************************
    *demo.module.css*
    body {
    background-color: #333;
    }
    **************** Example ************************
    In this case, it is failing. Any other way to apply these sort of styles at component level?

  • @docEvil786
    @docEvil786 4 ปีที่แล้ว

    Sir humai kya "npm run eject" nhi karta hota css module use karne k liye ?

    • @abhinavmathur5869
      @abhinavmathur5869 4 ปีที่แล้ว

      For CSS module "npm run eject" is not required in react-scripts 2.0 or higher version. In earlier version it was required. We can check the version in package.json.

  • @ALIHDFacts8610
    @ALIHDFacts8610 2 ปีที่แล้ว

    bet channel on youtube

  • @yogesh19953
    @yogesh19953 4 ปีที่แล้ว

    but sir ek he module ke anadr multiple class bnaye or us ko ek he element pr apply kare to wo kese hoga.

  • @solo.traveller.28
    @solo.traveller.28 4 ปีที่แล้ว

    plz make the video for redux...

  • @manojrawat5756
    @manojrawat5756 ปีที่แล้ว

    ❤❤❤❤

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

    thank you bro

  • @arijitdatta4618
    @arijitdatta4618 4 ปีที่แล้ว

    thank you very much

  • @dakshkumar7637
    @dakshkumar7637 5 ปีที่แล้ว

    Sir aap python tutorial bnao..mjhe seekhni h.. with Django

  • @hashirmughal5625
    @hashirmughal5625 2 ปีที่แล้ว

    lovely

  • @hometvfirestick
    @hometvfirestick 3 ปีที่แล้ว

    thanks

  • @ismailmondal3695
    @ismailmondal3695 10 หลายเดือนก่อน

    Par iska faida samajh nahi aya

  • @tamilselvanu7861
    @tamilselvanu7861 5 ปีที่แล้ว

    Bro..nxt vedio u talk English

  • @ShaliniNegi24
    @ShaliniNegi24 2 ปีที่แล้ว

    Thanks