I Just Discovered The Most Underrated UI Library for React

  Рет қаралды 37,410

CoderOne

CoderOne

Күн бұрын

Пікірлер: 65
@namesare4fools
@namesare4fools 8 ай бұрын
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 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 8 ай бұрын
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 6 ай бұрын
You just opened a whole world to me, thanks for sharing it, it looks amazing !!
@nanonkay5669
@nanonkay5669 8 ай бұрын
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 21 күн бұрын
explain how to do this please
@nanonkay5669
@nanonkay5669 21 күн бұрын
@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 8 ай бұрын
its also headless and VERY customizable
@naimur634
@naimur634 8 ай бұрын
Used in multiple projects, It's really awesome, A complete element library
@calvinwilliams729
@calvinwilliams729 8 ай бұрын
Thank You I checked the docs and I love it. I am going to use it from now.
@ranielgarcia8685
@ranielgarcia8685 16 күн бұрын
We used mantine in a very supisticated enterprise application ❤
@codewithteemah
@codewithteemah Ай бұрын
I love it already! i should build a project with it soon, thank you for sharing
@oussamasethoum1665
@oussamasethoum1665 8 ай бұрын
I used it for many projects and it's very good and well maintained and the community is very active.
@headsofhiphop
@headsofhiphop 7 ай бұрын
One main maintainer though. That scares me
@oussamasethoum1665
@oussamasethoum1665 7 ай бұрын
@@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 7 ай бұрын
​@@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 7 ай бұрын
@@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 8 ай бұрын
yeah i know this Library, also there is elastic ui and preline and reactprime, btw preline using tailwind css
@seghirissam2662
@seghirissam2662 8 ай бұрын
primereact it's awsome
@nanonkay5669
@nanonkay5669 8 ай бұрын
You can use tailwind with mantine too. Just don't import the default styles and start styling via their styles api
@amined801
@amined801 8 ай бұрын
@@nanonkay5669 I will try this thsnks
@geniusboy2095
@geniusboy2095 8 ай бұрын
I worked with it from 2 years ago it's awesome
@nine9nineteen193
@nine9nineteen193 8 ай бұрын
in the right time , i really needed that
@GamingYT-cf3be
@GamingYT-cf3be 8 ай бұрын
I'm using it from last 3-4 years
@fabsync
@fabsync 7 ай бұрын
it will be great to see a series on this.. probably how to use with shadcn..
@shakapaker
@shakapaker 8 ай бұрын
I also think that it's the best ready made library
@K.Huynh.
@K.Huynh. 8 ай бұрын
Thank you for sharing! I'll try this UI.
@MrAlao675
@MrAlao675 8 ай бұрын
This is awesome. Thanks for sharing. ❤
@mrShevAlex
@mrShevAlex 8 ай бұрын
Two weeks ago I started to use this library )))
@DerberAlter
@DerberAlter 8 ай бұрын
that's acutally impressive
@sagart00100
@sagart00100 3 ай бұрын
mantine and material ui which is better ?
@limpep
@limpep 8 ай бұрын
How does this compare to material ui?
@proro485
@proro485 8 ай бұрын
More feature rich for sure.
@viktor_zhurbin
@viktor_zhurbin 3 ай бұрын
More lightweight, as well
@imnash_on_E
@imnash_on_E 8 ай бұрын
I used this library since v5 until now v7.
@proro485
@proro485 8 ай бұрын
I only wish they has first class support for tailwind for styling the components.
@nanonkay5669
@nanonkay5669 8 ай бұрын
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
@prateekbhardwaj9943
@prateekbhardwaj9943 3 ай бұрын
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 Ай бұрын
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.
@morji8664
@morji8664 7 ай бұрын
How did you draw on the screen?
@Benianus3D
@Benianus3D 8 ай бұрын
Is (InspirationTuts) your channel? because I heard your voice look like this channel
@yousefhelly9817
@yousefhelly9817 8 ай бұрын
I've tried it and it's very interesting,but it's too hard to customize or change their components initial styles
@CecironAlejo
@CecironAlejo 8 ай бұрын
It's actually very easy if you read the docs. They even use css modules
@nanonkay5669
@nanonkay5669 8 ай бұрын
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
@FS-il7fd
@FS-il7fd 8 ай бұрын
I like it. However it looks and feels pretty much like ant design
@SonAyoD
@SonAyoD 8 ай бұрын
Yh mantine is the best one
@RandomBoy-d7i
@RandomBoy-d7i 8 ай бұрын
Can that name be used at all? It's like calling a Framework Pikachu.
@thecutepika
@thecutepika 7 ай бұрын
yea, ima make a framework called JigglyUI lmao
@abdelkadersebihi6983
@abdelkadersebihi6983 8 ай бұрын
amazin
@rishiraj2548
@rishiraj2548 8 ай бұрын
👍
@abdellah_ali
@abdellah_ali 6 ай бұрын
Islam why you don't speak Arabic at least one video please
@CoderOne
@CoderOne 6 ай бұрын
It would be a little hard for me to explain technical terms in arabic. Hopefully in the future
@abdellah_ali
@abdellah_ali 6 ай бұрын
@@CoderOne i meant any subject not specifically your content.and thanks a lot
@mrlectus
@mrlectus 8 ай бұрын
It's too much
@spacecore2077
@spacecore2077 8 ай бұрын
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 5 ай бұрын
Useless comment.
@aliventurous
@aliventurous 2 ай бұрын
What exactly did you not like about mantine?
@taquanminhlong
@taquanminhlong 8 ай бұрын
Their @mantine/hooks is great 😂
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 713 М.
UI Libraries Are Dying, Here's Why
13:28
Theo - t3․gg
Рет қаралды 320 М.
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
Why you should use Component Libraries
11:00
James Perkins
Рет қаралды 22 М.
NextJS 15 just got rolled out for Production 🤔
19:16
Hitesh Choudhary
Рет қаралды 27 М.
The GOAT of React UI Libraries
19:48
CoderOne
Рет қаралды 56 М.
Magic UI Review: The Best of Radix, Shadcn & Framer Motion
9:54
techgirlinstyle
Рет қаралды 4,1 М.
Why I Pick ShadCN and Tailwind for all my projects
18:53
developedbyed
Рет қаралды 75 М.
These 2 UI Libraries Are The Perfect Combo
5:03
Josh tried coding
Рет қаралды 145 М.
4 Beautiful React UI Components Libraries You Should Be Using
11:28
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
This UI Library is a GAME CHANGER! (Not Lying)
20:48
Harkirat Singh
Рет қаралды 271 М.