This UI Library is a GAME CHANGER! (Not Lying)

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

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

  • @matthewschenker3170
    @matthewschenker3170 ปีที่แล้ว +233

    Very strange that we have gotten so far away from proper coding skills that "raw CSS" is considered some kind of special thing. I've tried all of these libraries, and I can tell you they are not better than knowing how to write CSS properly. Maybe if you're doing a design that is the same as 10,000 websites before you. But if you need to do something unique, these libraries will slow you down.

    • @javier.alvarez764
      @javier.alvarez764 ปีที่แล้ว +17

      I learn from a rock star programmer that could do responsive web design in the old school way without relying on the new libraries, and everything in general. I highly agree, the community should learn core basics of css and even javascript. All these frameworks and libraries keep changing you won't be able to keep up. It will also make you dumb cause you don't understand how it actually works internally and highly rely on these libraries. These libraries are only good if you know how it works internally and want to save development time.

    • @maartenpsion9036
      @maartenpsion9036 ปีที่แล้ว +6

      I agree :)

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

      Yeah, the only real reason libraries became standard is because when larger teams are working on projects, everything is standard and you don't have to hunt through someone else's styles to figure out where a padding or border-radius was set. That's basically it. The annoying part comes with the fact that people are changing their CSS libraries every couple years. It's really annoying to not only have to memorize basic CSS to know what you're doing but also all the classes for Bootstrap, Material and Tailwind. And whatever comes next. Thankfully, I don't work in a larger team, so I basically just use CSS. Even if I use Bootstrap, I don't really use their utility classes much unless I have to.

    • @matthewschenker3170
      @matthewschenker3170 ปีที่แล้ว +10

      @@AtacamaHumanoid: Yeah, I think about that all the time. As an independent developer, I get pulled into lots of projects that are built with CSS and JS libraries. I can tell you that the idea that libraries allow teams to have "standards" almost makes me laugh. I've seen so many projects where clients made a bigger mess with the libraries. I could write a book on all the ways this happens! There is over-use of library elements, applying the wrong elements to the tasks, and overriding library CSS classes in almost random ways. Many projects just use growing lists of libraries pulled together without much organized thought. Often, entire libraries are used just for one or two visual elements that could easily have been done with plain CSS or a single JS plugin. And then there's the constant overhaul as the next greatest library comes along, and all the under-30 designers actually believe this one will be the "game changer."

    • @Opethefoodie
      @Opethefoodie ปีที่แล้ว +8

      I have been waiting for this comment, nothing beats pure CSS, it's easy and fast with experience. I have been working with numerous UX designers and they have been complaining about how most developers can't replicate her designs and complain of her ambiguity, but looking at those designs, they are easy to implement.
      I think these CSS libraries have made developers lazier.

  • @paarth_bhasin
    @paarth_bhasin ปีที่แล้ว +12

    thanks harkiat for making such videos that talk about the basics as sometimes, it just becomes overwhelming when you are a fresher in tech and see the huge roadmaps and you also feel fomo by realising that you have to do a whole lot of stuff even after full stack

  • @vijaykale936
    @vijaykale936 11 หลายเดือนก่อน +7

    As a senior frontend developer in my point of view who doesn’t know css properly that person can’t design I mean he can’t able to solve ui problems bcz my one of my junior know bootstrap and it’s ok but when he stuck in some where he struggles like some thing 😂😂 bcz of lake of css knowledge so in my point of view have a strong knowledge in CSS will help you a lot while designing UI

  • @oirohit
    @oirohit ปีที่แล้ว +139

    Shadcn and Tailwind is my go to UI library.

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

      Have you used shadcn in any production level app ?

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

      Making a project with shadcn. Looks very promising

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

      ​@@khizer3528he made none because he don't know how enterprise apps are made

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

      @@khizer3528 Not yet. Used for my personal projects.

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

      ​@@khizer3528yes it's pretty good

  • @aseemanand1
    @aseemanand1 ปีที่แล้ว +12

    Mui provides sx prop by the help of which any component can be customised similar to providing inline css. Also mui is not just about css, they provide lot many useful components which if you design with tailwind and plain html will take time.

    • @628sonu
      @628sonu ปีที่แล้ว +2

      yeah i was thinking same, the sx prop is pretty useful
      though i agree, the the entire framework is quite heavy

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

      Last time I checked they have put Sx prop in legacy. Means now they don't recommend it. The newer version doesn't have that prop.

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

      ​@@HarshShah465Sx is not legacy.
      Styles Library with Styled is legacy.

  • @thenoobcoders618
    @thenoobcoders618 ปีที่แล้ว +10

    I have recently used Mantine UI Library in one of a project and honestly, it's pretty insane. Kinda a combination of MUI and Tailwind.

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

    Thank you harkirat !! I was extremely confused with all these options but your videos saved the day !! Thanks a lot and keep up the good work

  • @rishavmasih9450
    @rishavmasih9450 ปีที่แล้ว +12

    Material UI is my go to. It integrates with react seamlessly.

  • @dripcaraybbx
    @dripcaraybbx ปีที่แล้ว +9

    More than ever I'm convinced that designers need to get over their aversion to code and step into the CSS space because, in their absence, developers are absorbing it for their convoluted tech stack tooling

  • @cssbriopro
    @cssbriopro ปีที่แล้ว +13

    The choice between raw CSS and CSS libraries depends on the project requirements, timelines, team expertise, and specific goals of the development process.

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

      While I don't know what the statistics are, the claim that no one is writing raw CSS is a pretty bold one without any substantiation. Definitely not the case in my work experience.

  • @harshvardhan7546
    @harshvardhan7546 ปีที่แล้ว +73

    I think AntD is one of the most under-rated UI libraries out there; they provide so much funtionality and are very cutomizable.

    • @gg.cip0t
      @gg.cip0t ปีที่แล้ว

      yeah , idk why much youtubers donot mention it

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

      ​@@gg.cip0tbecause it's unpacked size is too much. Just look at the npm and compare it with other options.

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

      AntD is brilliant without doubt. It has so much more than UI or react based components. It teaches u how ui should be.

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

      Agreed. But customising the styles isn't very convenient.

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

      ​@@shreshthmohanwhy not? Im using it in my company, didn't come across any problems regarding customisation of styles.

  • @CodingCompanion-zr6vu
    @CodingCompanion-zr6vu ปีที่แล้ว +1

    Love u bhaiya 😍
    Aap humesha bhot jyada practical & time saving advice dete ho....
    Main abhi 4 dinn se CSS par hi mehnat karr raha tha but now i know that where i should focus more upon

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

    Great Explanation! You were firm with your decision. That is unique thing about you. I have seen may reviewers of libraries, They are still confused. And we as a viewers also end up getting in confusion. So, This attitude is really very cool. Keep it up.

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

    We need a 100x devs bootcamp video on your ai progress and what is actually being used in the industry which we should learn to be employable

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

    Thanks a ton for summarizing these libraries! Super helpful!

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

    I think that Bootstrap and Tailwind CSS can be a bit repetitive when you have to apply the same style to many elements by give those 30 class names to each element. If I need to modify elements, again I have to modify each one separately..

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

      People repeat tailwind classes? if there are multiple elements using the same set of tailwind classes, best put that in a variable

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

      tailwind is made so that you have predefined components, be they in Laravel Blade, React, vue, etc and then you use the component, maybe with some passthrou css

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

    The pace of this tutorial was really nice. Usually it looks like you have a lot of information that you want to concise in small video hence running with your sentences. This one is slightly better in terms of pace compared to others. Thanks for sharing this one good luck for future ones.

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

    tailwind:
    - ml-5 id not same as marginLeft:5, ml-5 is marginLeft:20px;
    - "highly unopinionated", its "opiniated". only thing is we can override if needed.

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

      Bro you can use any data in square braces.. like ml-[7px] will give you margin left of 7 pixel

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

    I can't believe people haven't heard of Mantine. It's an absolute beast of a UI library. It dwarfs Chakra and Material UI. Seriously

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

    much needed video and perfectly timed, i am learning React and styling a website is pain in the ass

    • @Mattot-qi9qr
      @Mattot-qi9qr 11 หลายเดือนก่อน

      If you are still learning, learn css not library. If you cant do things you do with library in vanilla css, know that you know nothing. And you can do nothing. Learn from the basics, library is for easing the work, not “learning”.

  • @mohammadthousif7439
    @mohammadthousif7439 ปีที่แล้ว +22

    Your courses are really good, thanks for choosing to teach web development ❤ it helped me greatly in my journey.

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

      Is there any update on when you will start your next web dev bootcamp?

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

    Harkirat bhaiya, First year Fresher. I started learning html , css and Js from last 3 months. Now, I am building my first project. Thanks for showing a great tool for that.

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

    things you should learn for styling
    - css
    - scss
    - tailwind + radix + headless UI
    chakra ui is dead in my take when next 13 got introduced.
    from chakra ui -
    " Next.js 13 introduces a new app/ directory / folder structure. By default it uses Server Components. However, Chakra UI only works in client-side components."
    which basically makes the app same as create-react-app (fully client side app)
    fully client side app is no more.

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

    Never knew about CSS in this depth. Thank you 🙏

  • @RajeshSinghaMahapatra-f2y
    @RajeshSinghaMahapatra-f2y ปีที่แล้ว +3

    U are saying no industry is using pure CSS. then what is a tailwind CSS. If u don't know pure CSS then what will do with tailwind CSS?

  • @NikhilSingh-eh1mp
    @NikhilSingh-eh1mp ปีที่แล้ว +1

    This series is really helpful thanks harkirat

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

    Excellent video, succinct and focused. 🙌

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

    Really informative video. Thanks Harkirat!

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

    Your videos always gives clarity

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

    Bootstrap exposes css classes like tailwind, also some utility classes allowing you to write accordion like components as in Radix. So I feel bootstrap = radix+tailwind, but doesn't have much customization though

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

    Personally from graduating my bootcamp for full stack web development i find it easier to use raw css because i know it like the back of my hand

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

    you should add DaisyUI build by the top of TailwindCSS is a game changer!

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

    you summarized whole css Tech👏

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

    still raw css is a must have for beginner and pro!

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

    very good and easy explanation about the UI libraries. I think Tailwind and Radix is good combination

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

    In the beginning there was js, then a whole slew of js wrappers to get it to work uniformly. Nowadays, plain js is better, browsers caught up. The same is happening with css. I work for big companies, one 30k employees, 8 milion users on the website. We recently dumped the framework and library wars. Native css brings us way more then the constant new hype that happens every year in js/css. Just finally start learning css and discover that it nowadays just works.

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

    but there are limitations to frontend ui libraries . when you have to build custome ui component there raw css plays a major role

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

    Our team uses material UI. Last year there was a requirement to re-style the webpage based on company branding.
    It was a hell to write custom styles for everything.

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

      It's documentation is also quite difficult to go through. And they keep changing the API for every version so the previous solutions you find online do not work.

  • @sahilsaini05
    @sahilsaini05 4 หลายเดือนก่อน

    More content like this. 💯 Before learning a tech stack one must know a higher picture of it...

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

    Lifesaver for my project....thanks HS

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

    Even I started with Material UI and slowly moved to Pure Tailwind( With great power comes great Responsibilities ), now started moving to Shadcn and Tailwind

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

      Material is opinionated.
      Whereas Tailwind is like a canvas you can draw anything.
      But both have their pros and cons.
      Material Ui provides consistency so the users know how exactly a component works so they can easily interact with it.
      Whereas in case of that are not bound to any opinion has freedom to create anything but that can take away the consistency and it makes things harder for the user to interact with the frontend if you make some complex UI that is hard for them to understand initially and for them it's more like a learning curve to use that software...

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

    Thanks for sharing or spreading awareness in this field

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

    As a fresher what to choose full stack web developer vs data engineer vs data analyst more job opening more package future growth bcuz as a data guy with all datasets a data guy can give future predictions which is very helpful for companies to take business decisions

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

    From experience I like tw, MUI is just too heavy, and bootstrap is just mehhh, AntD is also really good

  • @HariPrasad-mn5vu
    @HariPrasad-mn5vu 10 หลายเดือนก่อน

    3:44 Did you say tailwind is more cleaner than raw CSS?

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

    Also why you forgot to use sx prop to write your css?. Also Mui neve says to use the emotion directly. Mui gives you styled utility present in @mui/material and /system. Using mui is from past 2 years it's highly customisable. Look at how to customize page in documentation first.

  • @Observer-a11
    @Observer-a11 ปีที่แล้ว

    Very well explained. Thank you.

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

    Loved ittttt!!!!!! that hichki at the end though 😁

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

    Hlo Harkirat bhaiya ,Could you please provide approx. timing when you will be launching your next cohort or should i go with the previous one??

  • @VISHNUKUMAR-eg1he
    @VISHNUKUMAR-eg1he 7 หลายเดือนก่อน

    Nice explanation all of confusion cleared thanks to Bhaiya ❤

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

    I think there is some problem with audio quality. It sounds a bit low. Idk maybe it's a problem on my side.

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

    Nobody is talking about Shadcn
    its awesome

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

    Does anyone has heard about AntDesign?

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

    But MUI won't change its look suddenly in a particular version. If they want to change, they'll do it in a different version. So as long as we keep using a particular version of MUI, it's going to be fine

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

    You can use these libraries well enough if you know how to write good raw CSS.
    They all help you write CSS faster anyway

    • @Mattot-qi9qr
      @Mattot-qi9qr 11 หลายเดือนก่อน

      Agreed. If people cant do shit in vanilla css and and relying on library only, i can only imagine the mess they would have done to their code. Hopefully im not the one that have to deal with it.

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

    👀 Bro You are a pro Developer 🔥

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

    This was a great historical survey of coding for someone new to the subject like me. Would you categorize something like GSAP technically a Radix library (or are GSAP and Radix two separate JavaScript libraries)?

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

    Appreciate the simplicity

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

    Thank you for giving clear idea!!

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

    Harkirat, I would like to request you to make a video on how and where can we find reliable and profitable internships? Something for the people currently pursuing engineering plis?

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

    whats that IDE seems it is form JETBrains Intellij IDEA?

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

    WHICH UI Library is a game changer? You discussed so many!

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

    To learn how UI library works we gotta know the basics of css how it’s working and what’s happening

  • @sandeepbhan473
    @sandeepbhan473 11 หลายเดือนก่อน +1

    Bootstrap is the best !!

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

    MUI is a very customizable UI library and emotions is not the recommended way. MUI itself has ways to create customized components using a predefined theme. You should do more research on each of these libraries before doing a comparison between them.

  • @1nsh
    @1nsh ปีที่แล้ว

    When will you come up with the next cohort?

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

    Hello Harkirat, When is the next cohort of the web dev open source bootcamp gonna start?

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

    When can I join the next cohort

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

    Hey sir, should i start with dsa or web development?

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

    Hey Harkirat,Can you share your study routine during your college days?

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

    shadcn + tailwind is my go to UI stack.

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

    Still you need these components to be placed with the help of css

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

    I need to create a react custom components library which can be used for all frameworks like react, typescript, angular etc. Make a video on this with the best practices.

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

    Nice explained ❤

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

    I thought Vue.js is the web clutter to use this month... or was that last month? Hard to keep up. Even if I end up with a few more lines of script and css, I prefer to stay away from ANY framework or web library, because it is all over-engineered junk. I had a Vue.js replacement to my "native" project running and decided to keep the native one. Along with those libraries and frameworks, comes some build tooling - something you do not need at all if you do "native".

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

    MUI is also bringing baseUi a skeleton ui.

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

    i want to know one thing, right now i am using styled-component/native for making my component library in react native app, but i am facing performance lag. what should be the ideal css framework for making component lib for react native app?

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

      css

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

    What do you think about Flowbite in this chart ?

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

    It only is a good idea for projects with a large dev team imho. Else raw CSS all the way.

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

    I am using raw css to be more precise i am writing module css in my current website in next js

  • @ShreyasSahoo-ew2xs
    @ShreyasSahoo-ew2xs ปีที่แล้ว +1

    Harkirat Bhaiya it would be great if you could make some videos on system design

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

    Why did you change thumbnail

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

    I think Material UI helps developers alot much

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

    When is the next batch of mern cohort starting??? Please answer

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

    why not ant design a fully riped library ? MUI is still under development still lacks lots of feature and functionality

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

    Using libraries was cool 10 years ago. Now CSS go so far, that there is no need to use them.

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

    radix+tailwind is my go-to for ui

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

    Next13 + tailwind + shadcn ui = 🔥🔥

  • @ahsin.shabbir
    @ahsin.shabbir ปีที่แล้ว

    what if you use chatgpt or other AI tools to write the javascript for adding reactivity for you?

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

    you are a good teacher🙏

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

    What about, buying vuexy template ? 😅

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

    I am kinda confused. Tailwind utility first CSS framework. It is not collection of components. It helps u write CSS in atomic way. Essentially if u are only using Tailwind in ur project, you are writing CSS. We shouldn't get confused. When u combine that with other bare bones component libraries like ShadCn which uses RadixUI to output components or someother project. They are using Tailwind or Bulma or other atomic CSS libraries to improve ur productivity and such.
    Rest of the component frameworks u have mentioned does fit into the category. Where u don't have to write major part of the CSS, but still CSS is integral part of Web DEV. Shouldn't be ignored and the thumbnail is just click-bait. Refrain from using click-bait, content will drive the subscribers to u. Good luck

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

    Brother which ide you're using

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

    Hi Harkirat can you please share the mernStack repositories where we solve issue to upgrade our skills

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

    When you work on a real world project, and when you use a ui library, you will hit a point from which you cannot move forward. Then you'll throw away all these ui libraries and write the plain old css.
    If you don't know css, none of these libraries can really help you to complete any production ready projects.

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

    Do Goldman Sachs or JP Morgan hire from Toptal or Upwork?

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

    Saying that no one in the world uses raw CSS is blasphemous; the entire internet is built upon it.

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

    The background looks so cool . Can I have that bg image Kirat?

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

    A great overview of the options available to provide styling to one's fornt-end. Thanks.
    {2023-11-30}

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

    StyleX?