Thank you very much, this is a very informative video! I know almost no JavaScript and am not very well versed in Threejs and an absolute beginner in React, but everything was clear to me and it was interesting to follow your actions and repeat after. The result was the courage to deal with these new concepts and methods. Respect! 👏👏👏
Great video, I'm into 3D React lately to make my portfolio more beautiful And this video helped me so much to understand the basic concept of R3F. Still a long way to create my 3D portfolio though, getting excited to watch the other videos.
If your canvas is not centered in the middle of the page do the following: 1. create a div around the canvas = parent. 2. give it an id 3. give it a height of 100 vh.
Hey! Loving this tutorial so far. Can you explain why you prefer "const fn = ()=>{...}" as opposed to "function fn() {...}"? You mentioned @6:47 that you prefer to use this syntax for functional components. I am always looking for perspectives on best practices for function constants, because it seems like everyone has their own preferences, and I am trying to figure out when to use each type, and why. Thanks!
Great tutorial, although i was getting an error at the very last stage when we incorporate Leva: TypeError: Cannot read property 'getBoundingClientRect' of null Whenever i clicked the colour swatch selector is just exploded. I tried copying the code from github, and same issue :(
44:55 With the help of useState , finding out if mouse is hovered and then using if condition to change color on the basis of hover state. Instead of color, use that data for modifying rotation speed as in 47:58 or anything else❤
@@iamrithmic honestly, with what you did with this intro course, i'll say, you take the lead.. i choose to trust your decision on where next to go from here.. i mean, look at your thumbnails, they're of superb quality! i'm wishing you all the best mate! I've turned on the notification bell
@@stanleychukwu7424 Thank you very much for those kind words :). It means a lot reading this. I will be pivoting my channel to more 3D related content as well as animations as they're great fun
Hey I need a help to install react three fibre on Mac I am try to install npm install @react-three/fiber gives lots of rpm error reinstalled macOS and node but not working
Thank you for this beneficial video, can you help me with this, I am using @react-three/drei to add text element on the frame, the text is support only english characters. for other language Ex:Arabic is displayed as symbols. Thank you
👽 Join the Discord Server (link in the description)
I love your beginner friendly vibe! Hope to see a follow-up of Intermediate R3F.
Thank you :)
React Three Fiber is really cool. what an awesome library! Love when calculus gets broken down into algebra like this. So much easier than Blender.
Haha, yeah. Putting the maths we learnt in college to actual use
This was really cool. Short but very informative.
Thank you very much, this is a very informative video! I know almost no JavaScript and am not very well versed in Threejs and an absolute beginner in React, but everything was clear to me and it was interesting to follow your actions and repeat after. The result was the courage to deal with these new concepts and methods. Respect! 👏👏👏
You're very welcome!
All it takes is to jump right into it. You've got this!
thank you very much for this tutorurial finally I understood the concept of setting up the project envinronment and the react three fiber
Glad it helped! Thank you for the comment and stay tuned!
This video also helped me understand some concepts I never grasped in plain react such as props and hooks such as hover and clicked.
The video is amazing intro to the library. Thanks man!
My pleasure!
The crash course was very good, please take the more advanced crash course as soon as possible🤩
Thanks for this great tutorial! I’m now up and running and having a great time exploring what RTF can do :-)
Amazing! Have fun with it :)
Hi @rithmic... a really informative hour or so for me, thanks very much. 🙂
You are more than welcome! Glad it was of value to you
very nice tutorial, thanks. hope to see more advanced stuff from you in the future!
Thanks. Excellent. Best instructions on the topic. Helped me big time.
Great to hear! And thanks for the comment
Great video, I'm into 3D React lately to make my portfolio more beautiful
And this video helped me so much to understand the basic concept of R3F.
Still a long way to create my 3D portfolio though, getting excited to watch the other videos.
Thank you for your tutorial, really2 friendly for beginner like me. hahaha
Glad to hear it! You're more than welcome
@@iamrithmic can't wait other your awesome tutorial man !
great tutorial and incredibly useful for getting started, thank you!
You're very welcome!
Just finished the video -- great work! Probably my favourite video I have seen for beginners, so thanks!
Amazing! These words mean a lot. Glad you found value in this.
Exactly the video I was looking for, thanks a lot for your work :)
Glad it was helpful!
Thanks a lot brother. I was searching for best video for beginners and got your video🙏. Please let me know if there are more videos coming on this ?
Thank you! And yes more on the way
more tutorials needed of r3f and adding text to layer of cylinder or something
Great Explanation . Thank you so much for this tutorial !!!!!!!!!!
You're very welcome!
You are going to be reason for me getting a job
Thanks for such a comment ❤️. However that will be because of your own hard work!
Good luck getting a job
This is such a great tutorial. Thank you so much!
Thank you for the comment :). Glad it was helpful
Super helpful! Thank you!
You’re more than welcome to
this was excellent
Thank you!
If your canvas is not centered in the middle of the page do the following:
1. create a div around the canvas = parent.
2. give it an id
3. give it a height of 100 vh.
hell yeah thanks for the solution
🔥 Nice one!
Loved the video. Thanks for this!
Very helpful, thanks a lot
You are more than welcome
You just got yourself a subscriber❤❤
Love that! Feel free to join the Discord server as well ;)
Really Amazing Content 😻😻😻😻
Thank you so much 😀
Thanks so much, I've surely gained a lot,, you missed on textures.
Thanks bro this helped me a lot
sir create one video more for the React Three Fiber This is very helpful for beginner Please create one one more
Hey! Loving this tutorial so far. Can you explain why you prefer "const fn = ()=>{...}" as opposed to "function fn() {...}"? You mentioned @6:47 that you prefer to use this syntax for functional components. I am always looking for perspectives on best practices for function constants, because it seems like everyone has their own preferences, and I am trying to figure out when to use each type, and why. Thanks!
Just finished the tutorial, great job! Thanks so much - you packed a wild amount of information into 71 minutes!!
i enjoyed the video, i liked the video & i have subscribed!! thank you so much
This means a lot. Thank you very much!
Amazing video, this is nice.
Gracias!!
Da nada
Thank you!
You are more than welcome!
Thank you man!!
Amazing
How to position initial position of 3d model
I am just gonna go ahead and put a thumb up to this video! 🤭
Really means a lot! Thank you
Great tutorial, although i was getting an error at the very last stage when we incorporate Leva:
TypeError: Cannot read property 'getBoundingClientRect' of null
Whenever i clicked the colour swatch selector is just exploded. I tried copying the code from github, and same issue :(
I love your video wow, but when i hover around the sphere mine doesnt change color
thank you
You're more than welcome!
44:55 With the help of useState , finding out if mouse is hovered and then using if condition to change color on the basis of hover state.
Instead of color, use that data for modifying rotation speed as in 47:58 or anything else❤
should I learn Three.js before starting with r3f?
can you do a video on post processing effects ? Especially how to implement the post processing effects for already existing 3d models.
What about Leva dependency? Any pluses, minuses for them else?
after all this time, finally new vid, btw can u upload another golang (tutorial) vid? or related to backend maybe?
Yes, it's been quite a while. But now we're back!!
Perhaps at some point it would be cooled to revisit Go again :)
are you going to make more r3f courses in the future?
Yes, a lot more. Is there anything that you would like me to focus on. Perhaps I could look into them
@@iamrithmic honestly, with what you did with this intro course, i'll say, you take the lead.. i choose to trust your decision on where next to go from here.. i mean, look at your thumbnails, they're of superb quality! i'm wishing you all the best mate!
I've turned on the notification bell
@@stanleychukwu7424 Thank you very much for those kind words :). It means a lot reading this.
I will be pivoting my channel to more 3D related content as well as animations as they're great fun
Can we make 3d games with online functionality with R3F ?@@iamrithmic
Hey I need a help to install react three fibre on Mac I am try to install npm install @react-three/fiber gives lots of rpm error
reinstalled macOS and node but not working
Thanks for the video! Any chance of knowing your vscode theme please ? would be appreciated :))
Thank you. And the Noctis theme
@@iamrithmic ty!
Thank you
You're welcome :)
how to create a custom object like a chair , sun ,etc using three
Can you make more videos on it. Please Make some 3D websites clones
Hello ! what extension use to for auto import ? thanks :)
what plugin for vscode do you use at 54:13 where it shows all the props?
That's typescript. Much better to work with than vanilla js
That’s vanilla JavaScript…. The file is jsx and it says it at the bottom….
@@ikidtechAh yeah I see that now. Just tested with a jsx file on my vscode and it works the same though.
@@NarcisMM any syntax suggestion extensions that you have?
@@ikidtech I just use the out of the box VSCode intellisense, and I use TS in all of my projects which helps.
Hey, what about transition?
How to do 3d model posisioning
Google beans
this is exactly the video i needed to thoroughly understand everything thank you!!! the documentation kinda sucks
Really glad it was useful :)
What theme are you using in VSCode?
Noctis theme
Like my comment so I can come back and follow this tutorial 🎉
You have no excuse now
#clickthataddandcomeback
Thank you for this beneficial video, can you help me with this, I am using @react-three/drei to add text element on the frame, the text is support only english characters. for other language Ex:Arabic is displayed as symbols.
Thank you