Radix Themes: Awesome New Components For NextJS

  Рет қаралды 14,864

Jack Herrington

Jack Herrington

Күн бұрын

The NextJS App Router's auto mode does a great job of figuring out when a page is static or dynamic, but how and when should you take control for yourself?
Code: github.com/jherr/radix-pokemon
Radix Themes: www.radix-ui.com/
WorkOS: workos.com/
AuthKit: www.authkit.com/
👉 Upcoming NextJS course: pronextjs.dev
👉 Don't forget to subscribe to this channel for more updates: bit.ly/2E7drfJ
👉 Discord server signup: / discord
👉 VS Code theme and font? Night Wolf [black] and Operator Mono
👉 Terminal Theme and font? oh-my-posh with powerlevel10k_rainbow and SpaceMono NF
00:00 Introduction
01:58 Radix Themes Installation
02:46 Theming
07:35 AuthKit Authentication
12:52 Database Setup
15:10 Building The Home Page
17:08 Building The Deck Detail Page
20:06 Adding Pokemon Search
22:43 Outroduction
The video is sponsored by WorkOS.

Пікірлер: 55
@genshian
@genshian 14 күн бұрын
Why do I think this guy is one of the coolest KZfaqr I've seen in a while.
@LutherDePapier
@LutherDePapier 18 күн бұрын
Thanks. Now I think I'll make my own as well this month, I've really been meaning to try Radix Themes and AuthKit, and even the Next.js 15 RC.
@aecsar
@aecsar 18 күн бұрын
Thanks
@Love-id8gu
@Love-id8gu 15 күн бұрын
Hi! Great video! 👋 I would love to see a video on creating a small CRM with user permissions using a modern stack: Next.js, TypeScript, Drizzle, Lucia Auth, Zod, Zustand, React-Hook-Form, Tailwind CSS, shadcn/ui. I think your subscribers would love it too! (And me! 😊) You're doing a fantastic job, keep it up!!!
@aboidrees
@aboidrees 17 күн бұрын
What is the terminal you use ? How you themed zsh like that ?
@matias6798
@matias6798 12 күн бұрын
Hey Jack, I'd love to see more vids about authentication, shared auth + micro frontends, but not using Next JS, maybe some vite related stuff
@ReactNativeWeeks
@ReactNativeWeeks 18 күн бұрын
i've tried to use AuthKit with role based auth but couldn't figure out a easy way to do it... maybe a good follow up video?
@vpetryniak
@vpetryniak 18 күн бұрын
I’m so used to tailwind that do not see point of this lib. It reminds me MUI… shadcn/ui is just more flexible and configurable even if takes more time
@Justin-xj7te
@Justin-xj7te 17 күн бұрын
I thought the same exact thing as soon as I saw the
@adreto2978
@adreto2978 15 күн бұрын
Radix primitives better for full control.
@SaifurRahmanAkash
@SaifurRahmanAkash 18 күн бұрын
If this was built on top of tailwind, It would've been my default. Loved it how it looks
@spacecore2077
@spacecore2077 18 күн бұрын
Same 😢
@jeck8513
@jeck8513 18 күн бұрын
yeah
@yashsolanki069
@yashsolanki069 17 күн бұрын
Why do we have two components folder and the component file names are not capitalize (ideally we capitalize components naming). May i know what principal we are following here. Thanks
@gerkim3046
@gerkim3046 17 күн бұрын
i have this same question too
@bogdanfilimon2486
@bogdanfilimon2486 17 күн бұрын
And on top of that some components created in another folders with component-name case 😅
@codernerd7076
@codernerd7076 18 күн бұрын
How is the Next.js course going? It's on my much buy list if it doesn't break the bank 😅
@jherr
@jherr 18 күн бұрын
Videos are finished, they are in the production pipeline right now.
@OnlyJavascript
@OnlyJavascript 18 күн бұрын
@@jherr wow..waiting
@user-sc2dc4ud7b
@user-sc2dc4ud7b 18 күн бұрын
Can you make a video deep diving into Astro vs. Nextjs? Considering that Astro can scale to dynamite websites too.
@greendsnow
@greendsnow 18 күн бұрын
Didbyou say nextUI ?
@alexkarpen
@alexkarpen 18 күн бұрын
Jack, your vscode is broken. The file explorer is in the wrong place :D
@max_cr_it
@max_cr_it 12 күн бұрын
How this auth can work with my nestjs server?
@jherr
@jherr 12 күн бұрын
They have a node library you can use for low level control of auth.
@ThEGeEeK
@ThEGeEeK 18 күн бұрын
sounds like uncle bob !!!
@marcuss.abildskov7175
@marcuss.abildskov7175 17 күн бұрын
The problem with Radix Themes is that the CSS is completely over bloated.
@ThEGeEeK
@ThEGeEeK 18 күн бұрын
similar to chakra ui
@kashnigahbaruda
@kashnigahbaruda 18 күн бұрын
No tailwindcSS?? I'm out
@AbuBakr1
@AbuBakr1 17 күн бұрын
Tailwind CSS in manual mode 😅
@kamalkamals
@kamalkamals 17 күн бұрын
New Components For NextJS ?? !!
@darren4635
@darren4635 16 күн бұрын
Radix is the next biggest thing. Buy the dip.
@Mehdi-th8ns
@Mehdi-th8ns 18 күн бұрын
Its doesnt work with react 19 :/
@stephenhaney5740
@stephenhaney5740 18 күн бұрын
Radix release candidate version has React 19 support (React 19 is still RC)
@LutherDePapier
@LutherDePapier 18 күн бұрын
​@@stephenhaney5740 Thanks.
@jherr
@jherr 18 күн бұрын
Works just fine with React 19. Issue is the peer dependency, but that's going to be an issue with any library.
@Mehdi-th8ns
@Mehdi-th8ns 17 күн бұрын
@@jherr oh hell yeah thanks the heads up
@AndreasSchlapbach
@AndreasSchlapbach 7 күн бұрын
Didn't like that some of the styling (like padding or margins) is in the components and some is in CSS. Preferring tailwind's unified tailwind approach.
@aleksandarpopovic3615
@aleksandarpopovic3615 18 күн бұрын
overall bad experience, not compatible with react 19, has warning for ref, is not compatible between its own components, I recently tried to do alert and tooltip over button and it doesn't work without making spaghetti code, missing form components e.g date picker etc
@speedster784
@speedster784 18 күн бұрын
React 19 isnt even officially release yet and radix already has a fixed for it in it release condidate version for when react 19 is officially release.
@jherr
@jherr 18 күн бұрын
It has the same issue with React 19 as any library. Their peer dep for React is on 18, but all released libraries are on 18, since 19 is still in RC.
@gmd2171
@gmd2171 18 күн бұрын
Try Mantine and there is no coming back
@Victor-dd7el
@Victor-dd7el 18 күн бұрын
is raadix themes an alternative to shadcnui?
@imrdeveloper
@imrdeveloper 18 күн бұрын
Mmm shadcn is based in radixui primitives, radixui themes is their "shadcn" in his way
@Victor-dd7el
@Victor-dd7el 18 күн бұрын
@@imrdeveloper so radix themes and shadcnui are both based on radix and styled?
@imrdeveloper
@imrdeveloper 18 күн бұрын
@@Victor-dd7el yes, based on primitives and styled
@wealthassistant
@wealthassistant 18 күн бұрын
Shadcn includes additional elements like carousel, data tables, notifications
@Victor-dd7el
@Victor-dd7el 18 күн бұрын
thanks for your clarification
@saik999
@saik999 16 күн бұрын
Too fast to follow
@mohammedasifuzzaman1329
@mohammedasifuzzaman1329 18 күн бұрын
you lost me when you said..... 'do not install tailwindcss.....'
@81NARY
@81NARY 18 күн бұрын
You can use it with tailwind, look at their repo discussions and search for "tailwind". @frontendfyi also has a nice video on using css layers to use tailwind and radix themes.
@talhaibnemahmud
@talhaibnemahmud 18 күн бұрын
Just what I was about to comment
@lutfiikbalmajid
@lutfiikbalmajid 16 күн бұрын
no thanks
Are You In A React Cult?
13:27
Jack Herrington
Рет қаралды 29 М.
Is Tanstack Router Better Than React-Router?
18:00
Jack Herrington
Рет қаралды 32 М.
СНЕЖКИ ЛЕТОМ?? #shorts
00:30
Паша Осадчий
Рет қаралды 8 МЛН
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 74 МЛН
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
Why is Vite Everywhere? | Evan You
38:32
OpenSauced
Рет қаралды 30 М.
No const! How NOT To Give A JavaScript Talk
10:28
Jack Herrington
Рет қаралды 60 М.
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 601 М.
How I structure my next.js applications
23:19
Web Dev Cody
Рет қаралды 18 М.
I Used To Hate Next.js…
24:28
Theo - t3․gg
Рет қаралды 42 М.
This Package Saved My SaaS
5:46
Josh tried coding
Рет қаралды 102 М.
Popular Technologies that Won't be Around Much Longer...
14:36
Sideprojects
Рет қаралды 143 М.
`const` was a mistake
31:50
Theo - t3․gg
Рет қаралды 122 М.
Finally Fix Your Issues With JS/React Memory Management 😤
20:13
Jack Herrington
Рет қаралды 81 М.
Simple maintenance. #leddisplay #ledscreen #ledwall #ledmodule #ledinstallation
0:19
LED Screen Factory-EagerLED
Рет қаралды 2,3 МЛН