The Best UI Components that EVERYONE is Using!

The Best UI Components that EVERYONE is Using!

codeSTACKr

11 месяцев назад

133,147 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Byte Of The Day
Byte Of The Day - 28.10.2023 02:26

Thank You @codeStackr & Antonio! MVP design is easier to build thanks to you guys and your hard work!

Ответить
Ron
Ron - 10.10.2023 20:58

I just discovered your channel. This is my second video of yours, and I am impressed by the high quality. Specifically, the clarity and pacing of the videos are optimal for me. And you clearly can do a long video without rushing or without being boring.

Ответить
El Maxoh
El Maxoh - 04.10.2023 21:54

hey man you probably get this question a lot but how did you make this smooth animation on type in your vscode ? Thanks

Ответить
Jack
Jack - 04.10.2023 11:46

Thank you very much for an informative and up to date video! @codeSTACKr
However, I wanna point out that you are not using your created ThemeProvider.tsx component in your layout.tsx file.
Instead you are importing ThemeProvider from next-themes:
"use client";

import "./globals.css";
import { ThemeProvider } from "next-themes";

If you import it from your created component it also allows the layout file to function as a Server Component instead of a Client Component, which probably will improve overall performance of the app.
I am already looking forward to your next Next video!

Ответить
Luis Fernando Llanes Bojorquez
Luis Fernando Llanes Bojorquez - 30.09.2023 02:12

There's no need to make the whole layout a client component "use client" putting at the top. Only the provider needs to be, the recommendation is to create a Providers.tsx client component that uses next-theme ThemeProvider underneath and takes children, which will wrap the entire app

Ответить
Imabull87.
Imabull87. - 26.09.2023 09:36

Hi Jesse, how do I getva hold of you. I need help with my artwork for nft's

Ответить
Renoox11
Renoox11 - 26.09.2023 00:37

You´re the best man!! thx so much

Ответить
Kaio-Ken
Kaio-Ken - 25.09.2023 02:11

my vs code doesnt find button from components had to do manual import 🖕🏽

Ответить
Raphael Carvalho
Raphael Carvalho - 20.09.2023 17:14

It's not shadcDn, it's shadcn

Ответить
Brandon Ohboil
Brandon Ohboil - 19.09.2023 02:09

beginner question when you're building the site in the later half of the video and you're pasting in buttons and routes and things, are you getting this from the Shad site or something or is it just pre-written? I'm just typing it out as I go along but was curious

Ответить
Omer Bresinski
Omer Bresinski - 15.09.2023 13:12

Add editor.smoothCaretAnimation: true to your vscode config :D

Ответить
Gero Walther
Gero Walther - 05.09.2023 22:28

not to much related to shadcn but should we use "moduleResolution": "Node" in this Next.js invironment?

Ответить
Marko Kraljevic
Marko Kraljevic - 05.09.2023 21:10

which microphone do you use?

Ответить
Steve Reid
Steve Reid - 04.09.2023 21:06

How did you avoid the error you get when exporting metadata in a component (layout) with “use client” in it!?!

Ответить
Michael Stark
Michael Stark - 04.09.2023 20:27

Missing SvelteKit

Ответить
Arijit Roy
Arijit Roy - 04.09.2023 19:20

wish there was a sidebar(side menu) component in shad/cn ui lib, can anyone provide me that, I am actually new to frontend. thanks in advance

Ответить
Sery christian renaud
Sery christian renaud - 04.09.2023 17:56

Thank

Ответить
Otis Rancko
Otis Rancko - 04.09.2023 13:03

You are really good at this researching stuff !!!.....

Ответить
dubOZ
dubOZ - 04.09.2023 08:17

is there a reason for not ctrl+c in terminal to stop the server?

Ответить