If you want to add dynamic Table of contents to blog articles check out this video: ua-cam.com/video/72wJs51jY4s/v-deo.html If you want to add comments system you can learn how here: ua-cam.com/video/wCzB4eXcP18/v-deo.html And for the SEO part, check this video: ua-cam.com/video/a2ovCcxXqNo/v-deo.html
Your teaching approach, combined with the comprehensive documentation, is brilliant. This method effectively guides junior developers in initiating their coding journey through independent research, rather than relying solely on UA-cam tutorials.
Thank you, thank you! I have tried going through a few tutorials and this is the only one I’ve found that is actually up-to-date. You clearly explained everything so it was easy to follow along. Thank you for taking the time to make such a thorough tutorial. My blog is finally getting deployed. I look forward to more content from you!
Man! Oh Man! You got no idea how happy I am that I finished this tutorial, followed everything you did. Even managed to fix some bugs and learn stuff myself along the way. What a way to learn! I truly hope you continue to push more invaluable materials like this on your channel in this style. Love it! Look forward to seeing more contents like this. Thank you!
@@codewalkempire yes, this is exactly what I was looking for too! I personally would love to see kind of like a barber appointment reservation or some kind of reservation app with a cool UI. I hype you’ll come out with another tutorial soon. Look forward to it. 🙏👍
Thank you! I had my blog up and running but I was having issues getting images from the block content. Got it working now thanks to this. Also really like your tags implementation. 🙂
Hello there, amazing tutorial. I can't appreciate you enough. Could you perhaps do a video on revalidation of tags or content whenever we create, update or delete content in the studio. I know one can do that via webhooks in sanity. I'd appreciate a tutorial on that as you are really good at explaining concepts.
Thanks! Actually it’s not, you still need to authenticate yourself in order to access it :) In earlier versions you would deploy it under “*.sanity.studio” dolain or any other domain actually. I mean you can still do it like that but a lot of people nowadays find it to convenient do to it like this when you're using it with Next.js :)
WordPress is different kind of world. I believe you know it already. That is built with php and I don't think any of those hepty plugins will make use of anything in next. I am moving one of wp projects to Next. Only I could is the user interface and content, that too manually.
Whenever I am publishing a new post from sanity then it is not getting displated and neither it is getting fetched in console. Even after deleting the previous published post it is showing me same errror only. HELP PLEASE!!!!!
im getting a mutation error whenever i edit or create on a deployed site, i embedded sanity the same way, it works on my computer. I made sure environment variables are properly added, CORS are added as well with credentials enabled (and disabled), still i can't do anything on the CMS, can you help me?
@@codewalkempire i did and it still throws an error, its an editor token so idk why it happens, most of the tutorials ive seen didnt even cover adding the tokens, i put a write token in the sanity config file and a read token on the client config file
Hi , i am getting a error in console, only when you open a post and add a tag ===>>> app-index.js:34 Warning: A props object containing a "key" prop is being spread into JSX: let props = {key: someKey, index: ..., level: ..., value: ..., title: ..., description:, is something about the implementation or is a sanity Error? the platform is working but my TOC is killing me
I took this course, it's not a bad course if a person wants to write a blog "by himself". But, unfortunately, this is not for beginners and too much remains behind the scenes. The author seems to want to explain what he is doing and he explains, as it seems to him, but VERY superficially. I am 100% sure that if you tell a person after this course "write exactly the same blog without a video", he will not do it But still, thanks for the work! Like and subscribe
If you want to add dynamic Table of contents to blog articles check out this video: ua-cam.com/video/72wJs51jY4s/v-deo.html
If you want to add comments system you can learn how here: ua-cam.com/video/wCzB4eXcP18/v-deo.html
And for the SEO part, check this video: ua-cam.com/video/a2ovCcxXqNo/v-deo.html
Your teaching approach, combined with the comprehensive documentation, is brilliant. This method effectively guides junior developers in initiating their coding journey through independent research, rather than relying solely on UA-cam tutorials.
Exactly, that’s the point. Thank you very much!
Your guidance helped me successfully integrate the blog feature into my portfolio. Thanks, man!
This tutorial was brilliant, managed to make my own blog though I never used Sanity before!
Thank you, thank you! I have tried going through a few tutorials and this is the only one I’ve found that is actually up-to-date. You clearly explained everything so it was easy to follow along. Thank you for taking the time to make such a thorough tutorial. My blog is finally getting deployed. I look forward to more content from you!
Thank you! This is the reason why I started my channel, and comments like this truly motivate me to continue my work! Stay tuned for more!
Man! Oh Man! You got no idea how happy I am that I finished this tutorial, followed everything you did. Even managed to fix some bugs and learn stuff myself along the way. What a way to learn! I truly hope you continue to push more invaluable materials like this on your channel in this style. Love it! Look forward to seeing more contents like this. Thank you!
Thank you man! This means a lot!
@@codewalkempire yes, this is exactly what I was looking for too! I personally would love to see kind of like a barber appointment reservation or some kind of reservation app with a cool UI. I hype you’ll come out with another tutorial soon. Look forward to it. 🙏👍
Thank you! I had my blog up and running but I was having issues getting images from the block content. Got it working now thanks to this. Also really like your tags implementation. 🙂
thankyou so much man, you saved my final project assignment. I hope you could create another short web development tutorial like this. God Bless You
Please do more nextjs and sanity projects ❤
The next one is React/Vite, but after that, the plan is to do a couple of Next and Sanity projects, so stay tuned :)
i got tears while watching this
thx , you made it easy ... keep up u deserve a lot more then 100k sub
Thank you! This means a lot!
Thank you so much! Love you style, please do more of these :)
Thank you very much! Will do soon :)
Most useful stuff I found for my project. Very well explained!
Thank you!
thanks a lot for this awesome tutorial !
GREAT TUTORIAL! !! Commenting on articles is not functional. Is that beyond scope or did i miss something? Thanks!
Thank you! I have another video where I cover adding comments. Here it is: ua-cam.com/video/wCzB4eXcP18/v-deo.html
It would probably be a good idea to showcase how to add metadata in a future iteration.
Here it is :) ua-cam.com/video/a2ovCcxXqNo/v-deo.html
Hello there, amazing tutorial. I can't appreciate you enough. Could you perhaps do a video on revalidation of tags or content whenever we create, update or delete content in the studio. I know one can do that via webhooks in sanity. I'd appreciate a tutorial on that as you are really good at explaining concepts.
Thank you for the kind words! I really appreciate it! Good suggestions. I’ll try to implement that in next sanity project.
Great video my friend. I could totally build and deploy the website! Big thanks!
Great content. Finished it yesterday. I was wondering if anyone has a code snippet of how to render a ToC with as well.
Hey, just published video on that topic! ua-cam.com/video/72wJs51jY4s/v-deo.html
Nice video! One thing that puzzles me is that the Sanity Studio is then publicly available? That looks quite strange to me
Thanks! Actually it’s not, you still need to authenticate yourself in order to access it :) In earlier versions you would deploy it under “*.sanity.studio” dolain or any other domain actually. I mean you can still do it like that but a lot of people nowadays find it to convenient do to it like this when you're using it with Next.js :)
@@codewalkempire very interesting!
Thanks. nice page 👍
amazing clear explanation, but how does he know all of these?
A lot of professional experience and ofc reading docs :) Thank you!
I’m getting an error with the PortableText saying block type undefined specify a component for it in the components.type please help.
thanks mate!
Try to magnify your vscode next time, its too small to see
Hey friend, I need support to migrate a blog from Wordpress to Sanity, can you help me with it?
WordPress is different kind of world. I believe you know it already. That is built with php and I don't think any of those hepty plugins will make use of anything in next. I am moving one of wp projects to Next. Only I could is the user interface and content, that too manually.
Coding in Java is easier with your videos!
It’s JavaScript
can also make a tutorial with next js & strapi ?
Sure, it's on the list :)
@@codewalkempire Yes
Whenever I am publishing a new post from sanity then it is not getting displated and neither it is getting fetched in console. Even after deleting the previous published post it is showing me same errror only. HELP PLEASE!!!!!
Make sure you are using "revalidate" when fetching. If not the blog will show you cached results. Hope it helps!
@@codewalkempire yeahh it worked finally for me ..thanks✅
Is your monitor bigger than 1080? because I watch from 1080 the font size looks very small
It is 1080 but I should have probably zoomed it in a bit. Thanks for the feedback, I’ll update my settings for the next one. Cheers!
@@codewalkempireI have completed the tutorial, and everything is running smoothly. Thanks for the video
I'm very glad to hear that!@@aguud
im getting a mutation error whenever i edit or create on a deployed site, i embedded sanity the same way, it works on my computer. I made sure environment variables are properly added, CORS are added as well with credentials enabled (and disabled), still i can't do anything on the CMS, can you help me?
Did you include a token in you're ENV's? You need that in order to write to your dataset from outside of the Studio.
@@codewalkempire i did and it still throws an error, its an editor token so idk why it happens, most of the tutorials ive seen didnt even cover adding the tokens, i put a write token in the sanity config file and a read token on the client config file
Hi , i am getting a error in console, only when you open a post and add a tag ===>>> app-index.js:34 Warning: A props object containing a "key" prop is being spread into JSX:
let props = {key: someKey, index: ..., level: ..., value: ..., title: ..., description:, is something about the implementation or is a sanity Error? the platform is working but my TOC is killing me
Hi @jcenlo, it seems like a sanity-related error, but I only got it in a development environment. Now everything seems fine.
The size of code is too small
be regular
I took this course, it's not a bad course if a person wants to write a blog "by himself".
But, unfortunately, this is not for beginners and too much remains behind the scenes. The author seems to want to explain what he is doing and he explains, as it seems to him, but VERY superficially. I am 100% sure that if you tell a person after this course "write exactly the same blog without a video", he will not do it
But still, thanks for the work! Like and subscribe