Hope you enjoyed! Join the mighty Horde! Subscribe and wield the power! ⚔
@cyrilalonzo74307 ай бұрын
Didn't realize how great shadcn/ui is until I see this vid! Thanks mate!
@orcdev7 ай бұрын
You're welcome! Glad you liked it! ⚔ Great thing is that Shadcn is constantly adding new components, and they are actually listening to developers on GitHub :D
@AIDragonMusic7 ай бұрын
I still can't believe how easy it is to implement a responsive data table. Thank you so much for this-it was incredibly helpful!
@orcdev7 ай бұрын
I'm glad you found the tutorial helpful! It's really so nice to work with Shadcn, that grabbing of data table in lift mode and just putting it inside the project feels good :D
@techdomain3827 ай бұрын
Slowly you're becoming a favourite of mine for tips and tricks. You've always preached shadcn but today you converted me. I am gougn to recreate thus completely and then hopefully integrate it into a minor project I'm working on.
@orcdev7 ай бұрын
Thank you very much for such a nice comment! ⚔️ Now you are hooked on Shadcn :D You’ll see it will be easy to create this admin page. If you need any help for that project tell me, I can make a video, or give you some tips if needed.
@Lebacbemti7 ай бұрын
So engaging and fun. You gained a new subscriber! :)
@orcdev7 ай бұрын
Thank you! Appreciate it! Hvala! :D
@anuj72867 ай бұрын
This is a speedy tutorial to understand all these. Thank you!
@orcdev7 ай бұрын
You're welcome! I'm glad you found it useful! Thank you for the comment! ⚔
@anuj72867 ай бұрын
I feel the voice is a little low.
@orcdev7 ай бұрын
@@anuj7286 You mean the sound of the video?
@anuj72867 ай бұрын
@@orcdev Yes sir, rest of things are fine.
@orcdev7 ай бұрын
@@anuj7286 Thanks for the heads up. I'll try to deal with my mic :D
@SuperArnie19747 ай бұрын
Loved it thank you used as a work project to replace Gdocs easy to understand and learnt a lot 😊
@orcdev7 ай бұрын
I'm glad you loved it! ⚔ Magic of Shadcn is easy usage, that's why it's so easy to understand :)
@SuperArnie19747 ай бұрын
I don't suppose you will be adding anymore functionality to this to handle logged in users?
@orcdev7 ай бұрын
@@SuperArnie1974 Actually planned to create complete logic for this admin with NextAuth, Drizzle and tRPC. What do you think, would that be useful to you?
@SuperArnie19747 ай бұрын
Sounds excellent
@orcdev7 ай бұрын
@@SuperArnie1974 Great! I'll publish that next week! ⚔
@awakenwithoutcoffee7 ай бұрын
this is great man, appreciated so much! Why don't you make this as a series and start building upon this ? I would love to see more on connecting databases, how to build out more pages, user Auth etc. :)
@orcdev7 ай бұрын
Thank you very much! I'm glad that you find it helpful. That's actually a great idea, adding db here, with users, auth, roles etc would be a great project for making more videos :) I'll try it out!
@awakenwithoutcoffee7 ай бұрын
@@orcdev looking forward to them! We have so much opportunity to create amazing applications. I am also eager to try out a python back-end to React front-end for AI applications.
@orcdev7 ай бұрын
@@awakenwithoutcoffee Absolutely! Combining Python for the back-end with React for the front-end opens up a world of possibilities, especially for AI applications. For me it's easier to use TypeScript on both ends, but that's just my personal preference :D
@raheeldharolia26735 ай бұрын
Awesome. keep up the good work
@orcdev5 ай бұрын
@@raheeldharolia2673 Thank you very much! Appreciate the support! ⚔️
@hitvaghani80394 ай бұрын
you are doing great work! Subscribed.
@orcdev4 ай бұрын
So glad to hear that! Thanks man, really appreciate it! Welcome to the mighty Horde! ⚔
@rodrigosoares52075 ай бұрын
Amazing! You help me a lot. Thak you so much
@orcdev5 ай бұрын
Glad to hear that! You’re welcome! ⚔️
@eliuddyn8 ай бұрын
Amazing 🔥🔥
@orcdev8 ай бұрын
Thank you very much! Glad you liked it! ⚔️
@SK_Covers8 ай бұрын
Awesome 💯❤
@orcdev8 ай бұрын
Thank you! ⚔️
@chautruongnguyenminh2696Ай бұрын
how can display result data after search in same page ?
@orcdevАй бұрын
Just by using server actions, and calling it asynchronously on the client side. Filters are coming from the url. If you have any specific questions, I'm here :)
@vamsimonohar25 күн бұрын
Your video is really good! I have to know, what keyboard are you using?
@orcdev25 күн бұрын
Thank you very much! Glad you liked it! I'm using Apple Magic Keyboard :D
@terteyty61257 ай бұрын
nice project :)
@orcdev7 ай бұрын
Thank you brother! Appreciate it! ⚔
@the_beckers_food4 ай бұрын
What happened with the naming conversion for components? Components are added in lowercase instead. Any suggestion?
@orcdev4 ай бұрын
There is no real convention in Next.js for file names, you can basically name it MyComponent, myComponent or my-component. Thing is that Shadcn is adding all components in kebab case, so it's easier to just keep the same filename. I was also struggling with that, because previously I named all my components in pascal case "MyComponent". After changing to kebab gotta say it's little bit more neat, especially if you have storybook, tests and multiple files in your component directory. So if you have my-component dir, your component is my-component.tsx, story is my-component.stories.tsx, and test component my-component.test.ts This is a good subject for a video :D
@the_beckers_food4 ай бұрын
@@orcdevThank you for the explanation.
@عليحامد-ك9ب6 ай бұрын
very good video
@orcdev6 ай бұрын
Thank you! I'm glad you liked it!
@amingrateful76614 ай бұрын
seems like we can add more than one shadcn component at the same time with: `npx shadcn@latest add sheet button input`
@orcdev4 ай бұрын
Yeah, that's a great point :D From some reason I always run bunch of: npx shadcn@latest add sheet npx shadcn@latest add button npx shadcn@latest add input Thanks for pointing it out :D
@StephenRayner8 ай бұрын
Decent
@orcdev8 ай бұрын
Thanks! ⚔️
@pmshadow6 ай бұрын
Thanks for the video. You could have used layout.tsx to mimic a more real dashboard application instead of page.tsx. Still, very good video!
@orcdev6 ай бұрын
You're welcome! Yes I agree, I should've placed everything in the `layout.tsx`. I'm planning on creating exactly the same admin panel, but this time with db, api calls, good component placement etc So I'll fix that for sure :) Thank you!
@maduemeka69823 ай бұрын
❤❤❤❤
@orcdev3 ай бұрын
@@maduemeka6982 ⚔️⚔️⚔️
@Nulimitz6 ай бұрын
npm install "thingy"
@orcdev6 ай бұрын
If I said that I'm sorry :D Trying to be as clear as possible!
@Nulimitz6 ай бұрын
@@orcdev No I think its cool. I appreciate it. I struggle with Tailwind and this tutorial helped me out a lot. Also looking at the second admin tutorial.
@orcdev6 ай бұрын
@@Nulimitz I'm glad you find it helpful! That second one is bigger picture in some way. Making it fullstack makes it actually useful.
@Racine147 ай бұрын
Good job @orcDev
@orcdev7 ай бұрын
Thank you! Appreciate it ⚔️
@neerajverma92263 ай бұрын
We also want backend supports
@orcdev3 ай бұрын
What do you mean exactly? Videos with more backend?