I Just Discovered The Most Underrated UI Library for React

Sdílet
Vložit
  • čas přidán 2. 03. 2024
  • Choosing the right UI library for your next project can help you move faster in many aspects. Mantine UI is one of the great UI libraries that can do that and a lot more!
    🎉Our Newsletter is live! Join thousands of other developers
    islemmaboud.com/join-newsletter
    Checkout Mantine:
    mantine.dev/
    -- Special Links
    ✨ Join Figma for Free and start designing now!
    psxid.figma.com/69wr7zzb1mxm
    👉 ✨ Join Figma For Professionals And Start Designing with your Team ✨
    psxid.figma.com/ucwkx28d18fo-...
    🧭 Build Login/Register API Server w/ Authentication | JWT Express AUTH using Passport.JS and Sequelize
    • Build Login/Register A...
    🧭 Turn Design into React Code | From prototype to Full website in no time
    • Turn Design into React...
    🧭 Watch Tutorial on Designing the website on Figma
    • I Design a onecolor We...
    🧭 Watch Create a Modern React Login/Register Form with smooth Animations
    • Create a Modern React ...
    🧭 Debug React Apps Like a Pro | Master Debugging from Zero to Hero with Chrome DevTools
    • Debug React Apps Like ...
    🧭 Master React Like Pro w/ Redux, Typescript, and GraphQL | Beginner to Advanced in React
    • Master React Like Pro ...
    🧭 Learn Redux For Beginners | React Redux from Zero To Hero to build a real-world app
    • Debug React Apps Like ...
    🧭 Introduction to GraphQL with Apollo and React
    • Introduction to GraphQ...
    👉 Personal Links:
    ✨ My Portfolio islemmaboud.com
    🐦 Follow me on Twitter: / ipenywis
    💻 GitHub Profile github.com/ipenywis
    Made with ❤️ by Coderone

Komentáře • 56

  • @namesare4fools
    @namesare4fools Před 4 měsíci +18

    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

  • @AlonMiz1234
    @AlonMiz1234 Před 4 měsíci +15

    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 Před 2 měsíci +2

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

  • @calvinwilliams729
    @calvinwilliams729 Před 4 měsíci +1

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

  • @nanonkay5669
    @nanonkay5669 Před 4 měsíci +3

    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.

  • @K.Huynh.
    @K.Huynh. Před 5 měsíci

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

  • @MrAlao675
    @MrAlao675 Před 4 měsíci +1

    This is awesome. Thanks for sharing. ❤

  • @naimur634
    @naimur634 Před 4 měsíci +2

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

  • @nine9nineteen193
    @nine9nineteen193 Před 5 měsíci +1

    in the right time , i really needed that

  • @geniusboy2095
    @geniusboy2095 Před 4 měsíci +1

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

  • @fabsync
    @fabsync Před 3 měsíci

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

  • @mrShevAlex
    @mrShevAlex Před 5 měsíci

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

  • @oussamasethoum1665
    @oussamasethoum1665 Před 4 měsíci +1

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

    • @headsofhiphop
      @headsofhiphop Před 4 měsíci

      One main maintainer though. That scares me

    • @oussamasethoum1665
      @oussamasethoum1665 Před 4 měsíci +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 Před 4 měsíci

      ​@@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 Před 4 měsíci

      @@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

  • @salvehn
    @salvehn Před 4 měsíci +2

    its also headless and VERY customizable

  • @DerberAlter
    @DerberAlter Před 4 měsíci

    that's acutally impressive

  • @amined801
    @amined801 Před 5 měsíci +3

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

    • @seghirissam2662
      @seghirissam2662 Před 4 měsíci

      primereact it's awsome

    • @nanonkay5669
      @nanonkay5669 Před 4 měsíci

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

    • @amined801
      @amined801 Před 4 měsíci

      @@nanonkay5669 I will try this thsnks

  • @proro485
    @proro485 Před 4 měsíci +2

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

    • @nanonkay5669
      @nanonkay5669 Před 4 měsíci +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

  • @morji8664
    @morji8664 Před 4 měsíci

    How did you draw on the screen?

  • @GamingYT-cf3be
    @GamingYT-cf3be Před 4 měsíci

    I'm using it from last 3-4 years

  • @imnash21
    @imnash21 Před 4 měsíci

    I used this library since v5 until now v7.

  • @abdelkadersebihi6983
    @abdelkadersebihi6983 Před 4 měsíci

    amazin

  • @Benianus3D
    @Benianus3D Před 5 měsíci

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

  • @yousefhelly9817
    @yousefhelly9817 Před 4 měsíci +1

    I've tried it and it's very interesting,but it's too hard to customize or change their components initial styles

    • @CecironAlejo
      @CecironAlejo Před 4 měsíci

      It's actually very easy if you read the docs. They even use css modules

    • @nanonkay5669
      @nanonkay5669 Před 4 měsíci

      If you read about the styles api, you'll see just how customizable it is. It needs a little reading, but you'll see it's very customizable. In fact, the level of customization is so deep, it can get confusing lol

  • @shakapaker
    @shakapaker Před 5 měsíci +1

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

  • @limpep
    @limpep Před 5 měsíci +2

    How does this compare to material ui?

    • @proro485
      @proro485 Před 4 měsíci

      More feature rich for sure.

  • @prateekbhardwaj9943
    @prateekbhardwaj9943 Před 9 dny

    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.

  • @SonAyoD
    @SonAyoD Před 4 měsíci

    Yh mantine is the best one

  • @rishiraj2548
    @rishiraj2548 Před 5 měsíci

    👍

  • @user-uy5dj1fd8g
    @user-uy5dj1fd8g Před 4 měsíci

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

  • @FS-il7fd
    @FS-il7fd Před 4 měsíci

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

  • @jonasex3001
    @jonasex3001 Před 5 měsíci +2

    Too bad it's only for react, which sucks

  • @mrlectus
    @mrlectus Před 4 měsíci

    It's too much

  • @abdellah_ali
    @abdellah_ali Před 2 měsíci +1

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

    • @CoderOne
      @CoderOne  Před 2 měsíci +1

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

    • @abdellah_ali
      @abdellah_ali Před 2 měsíci

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

  • @spacecore2077
    @spacecore2077 Před 4 měsíci

    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

  • @taquanminhlong
    @taquanminhlong Před 5 měsíci +1

    Their @mantine/hooks is great 😂