Пікірлер
@HatunSara-c1w
@HatunSara-c1w 3 күн бұрын
White Edward Anderson Robert Clark Deborah
@colinikeocampbell1091
@colinikeocampbell1091 3 күн бұрын
Thompson Shirley Martinez Jason Lewis Donald
@НимфодораТаланова
@НимфодораТаланова 3 күн бұрын
Brown Donald Gonzalez Karen Perez Michelle
@johnkennedy9391
@johnkennedy9391 3 күн бұрын
Brown Laura Clark Amy Clark Brenda
@CynthiaMartinez-b6d
@CynthiaMartinez-b6d 4 күн бұрын
Robinson Nancy Hall Charles Lee Linda
@JoinRitt
@JoinRitt 4 күн бұрын
Johnson Jennifer Hall Angela Lopez Carol
@КаринаБальсунова-б3б
@КаринаБальсунова-б3б 4 күн бұрын
Hall Daniel Young Angela Wilson Dorothy
@SeanBlack-h2n
@SeanBlack-h2n 4 күн бұрын
Wilson Mary Gonzalez Richard White Barbara
@JuddJulia-j7r
@JuddJulia-j7r 6 күн бұрын
Taylor Michelle Harris Karen Lee Scott
@CulesCoding
@CulesCoding 5 күн бұрын
??
@edzbons
@edzbons 6 күн бұрын
you have a link or separate video for your linux setup? thank you
@CulesCoding
@CulesCoding 5 күн бұрын
I don't have any video. You can check my dotfiles on github but don't have a good documentation. github.com/thatanjan/.dotfiles
@DivyanshuLohani
@DivyanshuLohani 15 күн бұрын
Which IDE and Browser you're using?
@CulesCoding
@CulesCoding 13 күн бұрын
I use neovim and brave
@knameless5051
@knameless5051 Ай бұрын
I LOVE YOU SO MUCH, IN SPANISH THERE IS NOT A VIDEO LIKE YOURS, THANK YOU!!!!!!!
@nicholasc.5944
@nicholasc.5944 Ай бұрын
super like👍👍👍
@getoutoftheway419
@getoutoftheway419 Ай бұрын
hey you. the video was very helpful for me i wanted to ask u something how to connect this to my vscode
@CulesCoding
@CulesCoding Ай бұрын
install a plugin that will allow you to connect with PostgreSQL. And then use the credentials like user name, password, db name etc to connect. Hope this Helps
@figh761
@figh761 Ай бұрын
in which database u created the table
@CulesCoding
@CulesCoding Ай бұрын
'postgres' is the default db. So I created the table on that db
@ancronym
@ancronym Ай бұрын
What is the IDE you are using? Super cool looks on everything.
@CulesCoding
@CulesCoding Ай бұрын
I use Neovim or Neovide to be exact.
@THEOATechnology
@THEOATechnology Ай бұрын
You just made me understood better, didn't know I've been making mistakes in my code... Thanks so much 🙏
@CulesCoding
@CulesCoding Ай бұрын
Great to hear!
@kalanaCoder
@kalanaCoder 2 ай бұрын
good serius
@CulesCoding
@CulesCoding 2 ай бұрын
thanks
@AhmedOlanrewaju-q6h
@AhmedOlanrewaju-q6h 2 ай бұрын
Why is it that when using Button it will show error to enforce some prop i dont need to add Type '{ children: string; type: "button"; }' is missing the following properties from type 'Pick<ButtonProps, "children" | "color" | "disabled" | "translate" | "form" | "slot" | "style" | "title" | "onChange" | "onClick" | "className" | "value" | "key" | "autoFocus" | ... 259 more ... | "loading">': placeholder, onPointerEnterCapture, onPointerLeaveCapturets(2739) (alias) const Button: ForwardRefExoticComponent<Pick<ButtonProps, "children" | "color" | "disabled" | "translate" | "form" | "slot" | "style" | "title" | "onChange" | "onClick" | "className" | "value" | "key" | ... 260 more ... | "loading"> & RefAttributes<...>>
@CulesCoding
@CulesCoding 2 ай бұрын
I am not sure. I would recommend creating an issue on the repo if you are still having problem
@SylvesterRubioIII-h6p
@SylvesterRubioIII-h6p 2 ай бұрын
Got a problem here when making the provider file it seems that the children is highlited red and give out an error of Binding element 'children' implicitly has an 'any' type.ts(7031)
@CulesCoding
@CulesCoding 2 ай бұрын
I guess you haven't added the types for children. It should be `ReactNode`.
@edzbons
@edzbons 6 күн бұрын
i prefer to use type PropsWithChildren. it just works for me.
@original_ET
@original_ET 2 ай бұрын
Thant's was helpful. Thank you! Can we change the speed of moving of the jarallax pictures? If yes, can you show, how to do this too?
@CulesCoding
@CulesCoding 2 ай бұрын
I believe this is what you need. github.com/nk-o/jarallax?tab=readme-ov-file#a-javascript-way
@reality_today
@reality_today 2 ай бұрын
Amazing, clear to the point
@danifromecuador
@danifromecuador 2 ай бұрын
I use this video for installing and the odin project tutorial for setting postgres every time I reinstall arch, thanks!
@CulesCoding
@CulesCoding 2 ай бұрын
Glad it helped
@MoTiVaTiooO
@MoTiVaTiooO 2 ай бұрын
it doesnt work for me i get the styles. I consol.log them in some text input anmd it is correct but it doesnt apply i dont know why
@CulesCoding
@CulesCoding 2 ай бұрын
Maybe it is worth checking if you have setup tailwind correctly
@MoTiVaTiooO
@MoTiVaTiooO 2 ай бұрын
@@CulesCoding i am using in react native but it applys only sometimes
@CulesCoding
@CulesCoding 2 ай бұрын
You can create an issue in the repo
@marcuswhiteley9425
@marcuswhiteley9425 2 ай бұрын
Hi. I'm getting an error. Error: Only plain objects, and a few built-ins, can be passed to Client Components from Server Components. Classes or null prototypes are not supported. It posts to the database on submit, but then throws the error. It doesn't indicate which component is causing the problem.
@CulesCoding
@CulesCoding 2 ай бұрын
I think you are passing unserializable data. react.dev/reference/rsc/use-server#serializable-parameters-and-return-values If you are passing a mongoose response try calling to `toObject` method. i.e `blog.toObject()`
@marcuswhiteley9425
@marcuswhiteley9425 2 ай бұрын
@@CulesCoding Hi. Thanks for getting back. I think it is caused by "return newPost.save();" in the action file. It replicates what you did, so I don't know why it's giving me an error and not you!
@CulesCoding
@CulesCoding 2 ай бұрын
may be try removing the `return` keyword and await the save method.
@danielcardenasvillamizar
@danielcardenasvillamizar 2 ай бұрын
hello thanks very much
@marcuswhiteley9425
@marcuswhiteley9425 2 ай бұрын
Hi! You just explained in 16 minutes something that I could not find anywhere else!
@hamza-325
@hamza-325 2 ай бұрын
This is the library that I was looking for, not the low-level Tailwind CSS that everybody is telling us to learn! Mantine is so high level that allows you to build something great quickly, yet let you customize the low-level CSS details when someone needs them. It is just PERFECT!
@wendeus8946
@wendeus8946 3 ай бұрын
what operating system are you using?
@CulesCoding
@CulesCoding 2 ай бұрын
ArcoLinux (hyprland version)
@Chikobara
@Chikobara 2 ай бұрын
​@@CulesCoding cool waybar tho, at first moment i thought its customised kde
@CulesCoding
@CulesCoding 2 ай бұрын
@@Chikobara thanks
@welldiscerned7540
@welldiscerned7540 3 ай бұрын
how to do this using realtime database
@CulesCoding
@CulesCoding 3 ай бұрын
Passing the query to `onSnapShot` function should work
@welldiscerned7540
@welldiscerned7540 3 ай бұрын
@@CulesCoding thanks
@welldiscerned7540
@welldiscerned7540 3 ай бұрын
@@CulesCoding I have another question, I always been trying to get data from “Users/uid” the uid is of course a actually generated uid , but the problem is that I have been trying to get the uid or any user data in that node in realtime database but all it does is return my uid in the console log
@Rushi-q9o
@Rushi-q9o 3 ай бұрын
Great explanation of the Next UI. This video is very informative and easy to follow. I have just subscribed to your channel to stay updated with more content like this. Please keep up the awesome work.
@CulesCoding
@CulesCoding 3 ай бұрын
Awesome, thank you!
@CulesCoding
@CulesCoding 3 ай бұрын
At 2:35 you need to return the cleanup function from the useEffect callback, I mistakenly did that from iife. Just don't use iife in that case.
@pinsaramallawarachchi8201
@pinsaramallawarachchi8201 3 ай бұрын
Thanks a lot
@josevsebastian2909
@josevsebastian2909 3 ай бұрын
you didn't unsubscribe. please learn react before doing tutorials on next js.
@CulesCoding
@CulesCoding 3 ай бұрын
thanks for noticing. I mistakenly return from the iife not from the useEffect callback.
@akshatdubey4421
@akshatdubey4421 3 ай бұрын
Even after setting up, my components are unstyled
@CulesCoding
@CulesCoding 3 ай бұрын
Can't say anything for sure. but make sure: 1. You have updated the tailwind config 2. Added the provider to your app And always follow the documentation.
@akshatdubey4421
@akshatdubey4421 3 ай бұрын
@@CulesCoding I've done these exact steps
@CulesCoding
@CulesCoding 3 ай бұрын
@@akshatdubey4421 Hard for me to say without seeing the code
@omarelhassani8452
@omarelhassani8452 3 ай бұрын
i have the same issue
@omarelhassani8452
@omarelhassani8452 3 ай бұрын
i fixed the issue by : const {nextui} = require("@nextui-org/react"); /** @type {import('tailwindcss').Config} */ module.exports = { content: [ // ... "./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, darkMode: "class", plugins: [nextui()], };
@BitWizCoder
@BitWizCoder 3 ай бұрын
Thanks for the video. also one other thing. pleas share a neofetch screen shot 🤣
@CulesCoding
@CulesCoding 3 ай бұрын
haha.. will do in the future.
@DynamicCorp242
@DynamicCorp242 3 ай бұрын
Je viens de découvrir la chaîne KZbin,je m'abonne
@CulesCoding
@CulesCoding 3 ай бұрын
thank you
@y0ake77
@y0ake77 3 ай бұрын
This helped a lot❤
@nguyenhoa072
@nguyenhoa072 3 ай бұрын
first server component and how to load more documents?
@CulesCoding
@CulesCoding 3 ай бұрын
sorry for the late reply. If you want to have pagination or infinite scroll, you need to use client components and query cursors. Because Firestore doesn't support offset values. At least in client side libraries. Hope it helped.🙂
@kellslte
@kellslte 4 ай бұрын
Your explanation of how React suspense works is very clear and I love the example you used. Great work!🤗
@CulesCoding
@CulesCoding 4 ай бұрын
Glad you liked it!
@gibber1sh-c6w
@gibber1sh-c6w 4 ай бұрын
Looks interesting! I wish this playlist also had Authentication.
@BukkyOdunsi
@BukkyOdunsi 4 ай бұрын
Thank you so much ❤
@JayeshThanvi
@JayeshThanvi 4 ай бұрын
How can i add custom color for input component
@CulesCoding
@CulesCoding 4 ай бұрын
use classname prop
@JayeshThanvi
@JayeshThanvi 4 ай бұрын
@@CulesCoding can i edit input config object?
@yapayzeka
@yapayzeka 4 ай бұрын
53:40 wtf my soul left my body. 1:06:09 media query hook
@CulesCoding
@CulesCoding 4 ай бұрын
I never noticed the audio issue. 😅 Thank btw
@JayeshThanvi
@JayeshThanvi 4 ай бұрын
can you share github repo link
@CulesCoding
@CulesCoding 4 ай бұрын
Sorry, I just used some random code or code from the docs. So I didn't add them to github
@neoTriny
@neoTriny 4 ай бұрын
The explanation ok good, but the visuals are really bad, text is not visible properly
@CulesCoding
@CulesCoding 4 ай бұрын
thanks for the feedback
@neoTriny
@neoTriny 4 ай бұрын
Looks nice 🎉
@CriptoLeaks
@CriptoLeaks 4 ай бұрын
wow! your arch linux looks very good! What configuration do you have and what windows do you use? And editor??
@CulesCoding
@CulesCoding 4 ай бұрын
thanks. I was using neovide as editor. My config: github.com/thatanjan/.dotfiles Though I haven't added documentation yet
@CriptoLeaks
@CriptoLeaks 4 ай бұрын
@@CulesCoding thank you brother
@KralinRuslan
@KralinRuslan 4 ай бұрын
perfect
@ЭдуардЗвонарёв-л9щ
@ЭдуардЗвонарёв-л9щ 4 ай бұрын
like for Manjaro