Precedent – Building Blocks for Next.js
precedent.vercel.app
Precedent – Building Blocks for Next.js
1–10 of 50 posts
Re: Precedent – Building Blocks for Next.js
#2I think this is pretty neat, my only feedback is that I'd like to see documentation on how to incorporate with an existing or new Next.js project.
Re: Precedent – Building Blocks for Next.js
#3I've checked out the component [1]. What's the reason to go through so many hoops instead of just using the HTML native element [2]?
[1] https://github.com/steven-tey/precedent/blob/main/components...
[2] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/di...
Re: Precedent – Building Blocks for Next.js
#4Only 3 components?
Re: Precedent – Building Blocks for Next.js
#5Looking to learn and build a react app, should I start with this?
Did review some html css prior.
Re: Precedent – Building Blocks for Next.js
#6Only 3 components?
I think they're just bundling Radix UI: https://www.radix-ui.com/
Re: Precedent – Building Blocks for Next.js
#7Looking to learn and build a react app, should I start with this? Did review some html css prior.
Ant Design is phenomenal, mature, and fully featured. I highly recommend it instead of this.
Re: Precedent – Building Blocks for Next.js
#8I've checked out the component [1]. What's the reason to go through so many hoops instead of just using the HTML native element [2]? [1] https://github.com/steven-tey/precedent/blob/main/components... [2] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/di...
https://www.oidaisdes.org/native-dialog-element.en/
covers it pretty well.
it's not accessible... yet!
Re: Precedent – Building Blocks for Next.js
#9I’m already using most of this stack except for Radix, anyone know how it compares to MUI?
Surprised they didn’t include a query library. I like the idea of tRPC, but would like to use it on any REST style url.
Re: Precedent – Building Blocks for Next.js
#10Looks cool but im always discouraged by any UI kit that isn't optimized for mobile devices in their demo elements on the front page. Might wanna check the experience on iOS safari ;)