I Just Discovered The Most Underrated UI Library for React

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 62

  • @namesare4fools
    @namesare4fools 10 месяцев назад +33

    I used it for 2 years and the maintainers keep adding features and plan to add more. Its criminally underrated. Literally better than shadcn ui

    • @treyrader
      @treyrader 5 месяцев назад +3

      Better, like visually so? Please bear in mind that shadcn isn't a component library. it is a collection of components built on top of radix ui and you get the full source code. This means you add to it rather than customize it.

  • @AlonMiz1234
    @AlonMiz1234 10 месяцев назад +19

    Best ui library I've ever used and ive used a lot
    Tailwind chadcn, chakra ,material ui, bootstrap, antd...
    This one is simply the best. In terms of simplicity, extendability functionality
    I also recommend using mantine react table that using react table behind the scenes

    • @nicolasmayorga8288
      @nicolasmayorga8288 8 месяцев назад +3

      You just opened a whole world to me, thanks for sharing it, it looks amazing !!

  • @nanonkay5669
    @nanonkay5669 10 месяцев назад +7

    Another amazing thing about this library is that you can literally use it as a headless UI library. So if you don't include the component styles, it essentially turns into radix UI. Where you have full control of how the component looks from scratch but still retain accessibility, it's amazing.

    • @anth0ni33
      @anth0ni33 2 месяца назад

      explain how to do this please

    • @nanonkay5669
      @nanonkay5669 2 месяца назад

      @anth0ni33 in the docs, it tells you not to include the css files that are normally required to enable the default Mantine styles for components. Read through the Styling section for more

  • @salvehn
    @salvehn 10 месяцев назад +3

    its also headless and VERY customizable

  • @naimur634
    @naimur634 10 месяцев назад +2

    Used in multiple projects, It's really awesome, A complete element library

  • @calvinwilliams729
    @calvinwilliams729 10 месяцев назад +1

    Thank You I checked the docs and I love it. I am going to use it from now.

  • @oussamasethoum1665
    @oussamasethoum1665 10 месяцев назад +1

    I used it for many projects and it's very good and well maintained and the community is very active.

    • @headsofhiphop
      @headsofhiphop 9 месяцев назад

      One main maintainer though. That scares me

    • @oussamasethoum1665
      @oussamasethoum1665 9 месяцев назад +1

      @@headsofhiphop not at all, it's very active and patch releases are weekly, the main maintainer himself replies if you have question in discord.

    • @headsofhiphop
      @headsofhiphop 9 месяцев назад

      ​@@oussamasethoum1665I'm not saying it is not active. I'm saying there is only one maintainer. Look at the git contributions, it's 95%+ him. If he leaves, the library dies. This has happened to many frontend frameworks in the past. Knockout.js, backbone.js are some bigger ones and there are many smaller ones too. A team of maintainers sharing the load and getting well versed in the philosophy and understanding what's under the hood is best

    • @headsofhiphop
      @headsofhiphop 9 месяцев назад

      @@oussamasethoum1665 yes very active by one maintainer. He's doing 95%+ of the contributions. What happens if he stops maintaining it? Many other JavaScript framework libraries have died in similar circumstances

  • @amined801
    @amined801 10 месяцев назад +5

    yeah i know this Library, also there is elastic ui and preline and reactprime, btw preline using tailwind css

    • @seghirissam2662
      @seghirissam2662 10 месяцев назад

      primereact it's awsome

    • @nanonkay5669
      @nanonkay5669 10 месяцев назад

      You can use tailwind with mantine too. Just don't import the default styles and start styling via their styles api

    • @amined801
      @amined801 10 месяцев назад

      @@nanonkay5669 I will try this thsnks

  • @nine9nineteen193
    @nine9nineteen193 10 месяцев назад +1

    in the right time , i really needed that

  • @codewithteemah
    @codewithteemah 3 месяца назад

    I love it already! i should build a project with it soon, thank you for sharing

  • @geniusboy2095
    @geniusboy2095 10 месяцев назад +1

    I worked with it from 2 years ago it's awesome

  • @MrAlao675
    @MrAlao675 10 месяцев назад +1

    This is awesome. Thanks for sharing. ❤

  • @ranielgarcia8685
    @ranielgarcia8685 2 месяца назад

    We used mantine in a very supisticated enterprise application ❤

  • @K.Huynh.
    @K.Huynh. 10 месяцев назад

    Thank you for sharing! I'll try this UI.

  • @fabsync
    @fabsync 9 месяцев назад

    it will be great to see a series on this.. probably how to use with shadcn..

  • @DerberAlter
    @DerberAlter 10 месяцев назад

    that's acutally impressive

  • @mrShevAlex
    @mrShevAlex 10 месяцев назад

    Two weeks ago I started to use this library )))

  • @GamingYT-cf3be
    @GamingYT-cf3be 10 месяцев назад

    I'm using it from last 3-4 years

  • @limpep
    @limpep 10 месяцев назад +2

    How does this compare to material ui?

    • @proro485
      @proro485 10 месяцев назад

      More feature rich for sure.

    • @viktor_zhurbin
      @viktor_zhurbin 5 месяцев назад

      More lightweight, as well

  • @morji8664
    @morji8664 9 месяцев назад

    How did you draw on the screen?

  • @sagart00100
    @sagart00100 5 месяцев назад

    mantine and material ui
    which is better ?

  • @shakapaker
    @shakapaker 10 месяцев назад +1

    I also think that it's the best ready made library

  • @imnash_on_E
    @imnash_on_E 10 месяцев назад

    I used this library since v5 until now v7.

  • @proro485
    @proro485 10 месяцев назад +2

    I only wish they has first class support for tailwind for styling the components.

    • @nanonkay5669
      @nanonkay5669 10 месяцев назад +1

      They do. You can essentially use Mantine with any styling solution of your choice, they say so in their docs. Before V7, they used Emotion for their styling, but as of v7 they moved to pure css, as it offers the best performance according to them. I haven't tried it yet, but essentially you can remove the default styling that comes with the library by not importing the styles, then using whatever styling solution you want (css, styled components, sass etc). It's that flexible

  • @Benianus3D
    @Benianus3D 10 месяцев назад

    Is (InspirationTuts) your channel? because I heard your voice look like this channel

  • @prateekbhardwaj9943
    @prateekbhardwaj9943 5 месяцев назад

    what abouy chakra ui, daisyui, next ui? i m so confused to choose one.. i was thkning to use tailwind too with these.. and nextjs i need to use.. please help . i m the worlds most confused guy.

    • @imthatguyhere
      @imthatguyhere 3 месяца назад

      I've been going through the ringer on this, and so far:
      NextUI seems to be the best option from the start with the easiest methods and best components, but things like sidebars are behind pro (though a lot is free).
      Preline is solid as well, with more free components.
      Shadcn/ui is solid too, but more effort on your part to get looking really good.
      I think NextUI Free + Shadcn/ui for the missing bits is solid on the free end or just NextUI Pro.
      I've not found TUK to be good enough to use, and the paid options aren't amazing.
      Daisy is just odd in terms of the styling choices being opposite to Tailwindcss, but if all you need is in it and you like to look, it's solid.
      Material Tailwind has type issues current that have been unresolved for like a year, avoid it like the plague.
      TailwindUI suuuucks.
      Mantine is great, but Tailwind and it don't like eachother, so you need the third-party plugin for tailwind, or prelight turned off, so it's not worth the hassle with other options like Preline being so similar.

  • @RandomBoy-d7i
    @RandomBoy-d7i 10 месяцев назад

    Can that name be used at all? It's like calling a Framework Pikachu.

    • @thecutepika
      @thecutepika 9 месяцев назад

      yea, ima make a framework called JigglyUI lmao

  • @SonAyoD
    @SonAyoD 10 месяцев назад

    Yh mantine is the best one

  • @FS-il7fd
    @FS-il7fd 10 месяцев назад

    I like it. However it looks and feels pretty much like ant design

  • @abdelkadersebihi6983
    @abdelkadersebihi6983 10 месяцев назад

    amazin

  • @rishiraj2548
    @rishiraj2548 10 месяцев назад

    👍

  • @abdellah_ali
    @abdellah_ali 8 месяцев назад +1

    Islam why you don't speak Arabic at least one video please

    • @CoderOne
      @CoderOne  8 месяцев назад +1

      It would be a little hard for me to explain technical terms in arabic. Hopefully in the future

    • @abdellah_ali
      @abdellah_ali 8 месяцев назад

      @@CoderOne i meant any subject not specifically your content.and thanks a lot

  • @mrlectus
    @mrlectus 10 месяцев назад

    It's too much

  • @spacecore2077
    @spacecore2077 10 месяцев назад

    I joined a project that uses this ui. I dislike it so much. Client was totally ok with changing it to shadcn, but my moral code would not let me tax a client because the previous dev made a choice i don't agree with. But sooner or later we will get the green light for a refactor and that's when this lib will get "rm -rf" ed the fuck out, and i can squeeze in some sweet shadcn/ui. 🤷‍♂ I can't put my finger why i dislike mantine so much, but i'm a giant fan of radix / shadcn ui

    • @Tom-xr4qy
      @Tom-xr4qy 7 месяцев назад +1

      Useless comment.

    • @aliventurous
      @aliventurous 4 месяца назад

      What exactly did you not like about mantine?

  • @taquanminhlong
    @taquanminhlong 10 месяцев назад +1

    Their @mantine/hooks is great 😂