I can't emphasize enough how useful and important this tutorial is for any React beginner. Very simple. Very intuitive, easy to implement, and rich in content.
@blessdarah12563 жыл бұрын
Audio quality is on point. Sounds clear and concise. Love it.
@RikzB2 жыл бұрын
You don't need to stop the application on terminal, you can start a new terminal by clicking on the plus icon in top right side of the terminal. Btw, this is the tutorial I was searching for to get a jist of Chakra UI, thanks a lot man, really valuable!
@ondrejstraka57692 жыл бұрын
Thats the exact tutorial I was looking for at this moment. Thank You!🙏
@theendurance3 жыл бұрын
The BEST React Chakra Tutorial i have found! Thank you!
@nikolayt.50542 жыл бұрын
What a jem! Enjoyed following your tutorial while solidifying my add, delete items skill! Attempting to now include edit functionality in the app. Thank you for your hard work!
@deepapandey8493 жыл бұрын
best tutorial so far!
@mafiacodes3 жыл бұрын
Thanks Deepa, subscribe like share
@deepapandey8493 жыл бұрын
@@mafiacodes already did!
@xWildStorm7x2 жыл бұрын
Really great tutorial to start learning about ChakraUI, thank you!
@mafiacodes2 жыл бұрын
Glad you enjoyed it!
@themanwhoiscompeng14222 жыл бұрын
it's brilliant mate. Helped me a lot as a beginner in Chakra
@mafiacodes2 жыл бұрын
Glad it helped
@LevementeLivre2 жыл бұрын
Man, you video is awesome! Thank you for sharing your knowledge! Subscribed!
@mafiacodes2 жыл бұрын
Thank you
@MikkoR.3 жыл бұрын
Great tutorial! Your explanations are clear and concise.
@mafiacodes3 жыл бұрын
Thank you!
@stanleysimeon46672 жыл бұрын
YOUR VIDEO IS VERY IMPORTANT BROTHER , KEEP GOING!
@alejandrosobko3 жыл бұрын
Awesome. Super clear, very well explained, thanks!!
@StriverHamza3 жыл бұрын
Great tutorial! thanks
@chineduknight64263 жыл бұрын
Dark and light theme so easy with Chakra ui thanks boss
@DTUSEM3 жыл бұрын
Thank you sir , good ui library i will use it in my college project.
@mohitsrinivasan59843 жыл бұрын
Amazing tutorial! Thanks!
@mafiacodes3 жыл бұрын
Subscribe like share
@techtanzeel3 жыл бұрын
Perfect content for beginners
@melania2392 жыл бұрын
wow thanks! it was really usefull.
@mafiacodes2 жыл бұрын
Glad to hear that! Subscribe Like Share
@rohan_062 жыл бұрын
Thank you for this
@mafiacodes2 жыл бұрын
My pleasure!
@pcodes3 жыл бұрын
Great Tutorial Man. BTW which theme you're using it looks so nice.
@mafiacodes3 жыл бұрын
Snazzy operator Subscribe like share
@carchutogimenez85393 жыл бұрын
OMG! Chakra UI is soo good. And your tutorial is awesome. Liked and subscribed! Please make more content about chakra :) Now, one thing I didn't understand, sorry, I recently started with React, so I don't know much. Can you explain a little bit more about what you are explaining on minute 45:30. I don't understand why calling localStorage.getItem with an arrow function inside the useState prevents to call the getItem multiple times. Thanks!
@abderrahmanem95143 жыл бұрын
Thanks for such useful content.
@renztegrado53493 жыл бұрын
I encountered a problem at 13:00 and the marginBottom prop isn't working can someone explain to me why it isn't working. Thank you in advance!
@mafiacodes3 жыл бұрын
Try mb={8}
@renztegrado53493 жыл бұрын
@@mafiacodes Thank you so much for this tutorial that you have created! I very much appreciate it
@basith2373 жыл бұрын
Nice tutorial, thanks. What is your code completion/suggestion vscode plugin for Chakra UI?
@AlianHakimID2 жыл бұрын
When changing to dark mode from light mode and vice versa, I see in your video there is a little fading animation, how do I add it?
@StoneCraftProduction2 жыл бұрын
Great tutorial! I just wanted to ask why adding margin with mb={8} on a VStack component does not seem to work? Thanks!
@MsGogamer2 жыл бұрын
Hi, Which is the best practice? Using Chakra ui in App.js or Index.js?
@mafiacodes2 жыл бұрын
In App.js Subscribe Like Share
@samfights Жыл бұрын
Thank you.. in next js i see "localstorage is not defined "
@kevalcharla97973 жыл бұрын
How to apply authentication and authorization on client-side like react with access and refresh token
@mafiacodes3 жыл бұрын
Will make a video series for that, it’s long
@avinashkumarsingh84923 жыл бұрын
@@mafiacodes Please make it ASAP
@theseanmodd3 жыл бұрын
@@mafiacodes yes please make this, this is the best tutorial ever
@sudeepkotari3 жыл бұрын
@@mafiacodes sir waiting for it...
@surendrareddyseelam97573 жыл бұрын
@@mafiacodes we already have backend for this on our channel ,Client side authentication should be done ✔
@shreyasshivakumar85783 жыл бұрын
Hi can you please share your VS Code extensions / settings
@mafiacodes3 жыл бұрын
Sure i'll do Subscribe like share
@chiranjeevichowdary59483 жыл бұрын
If u can create a full app using chakraui,it will be very helpfull bro
@aliif3 жыл бұрын
thanks
@_tanzil_3 ай бұрын
OMG. This is hell. I love tailwind
@DTUSEM3 жыл бұрын
Sir can you tell me how to get rid off MULTIPLE GRADLE SPWANING problem. My android studio version is 4.2
@akmutik62593 жыл бұрын
can you inject encrypted html code in the sandbox of chrome using chakra-ui then retrieve it using css
@junaidmohammed45013 жыл бұрын
How to decrypt a video which can be played only in a special video player software ? Is it possible??
@sudeepkotari3 жыл бұрын
TypeError: Cannot use 'in' operator to search for 'colors.pink.500' in undefined | 57 | // else, get and transform the color token or css value 58 | const key = `colors.${_color}` > 59 | const color = key in theme.__cssMap ? theme.__cssMap[key].varRef : _color | ^ 60 | return _stop ? [color, _stop].join(" ") : color 61 | }) this above error occured me i dont know why,when using bgGradient in application
@mafiacodes3 жыл бұрын
Share ur code snippet
@sudeepkotari3 жыл бұрын
@@mafiacodes import { Heading } from "@chakra-ui/react" import {FaMoon,FaSun} from 'react-icons/fa' //import TodoList from './components/TodoList' //import AddTodo from './components/AddTodo' import {VStack,IconButton } from "@chakra-ui/react" function App() { return ( todo application ); } export default App;
@alii43343 жыл бұрын
thank you for the video first, but why the video is not chaptered?!
@mafiacodes3 жыл бұрын
Will add the chapters
@naveentiwari71663 жыл бұрын
which fonts he is using in vscode
@michrisoft3 жыл бұрын
It's called operator mono and it's absurdly expensive ($200 USD for just the basic font weights and styles up to $600 if you want every variation). (Personally, I use JetBrains Mono which I think you might like to check out because it looks great, has font ligatures, has a full range of font weights, is free and open-source, and is made by a very reputable company).
@sanitbandekar3 жыл бұрын
make on tutorial on node js real-time api
@DTUSEM3 жыл бұрын
आदरणीय आप हिंदी में क्यो नहीं सिखाते , इसे आप की पहुँच भी बढ सकती हैं ।
@emabhiza2 жыл бұрын
Great tutorial, but for some reason i cant get the borderColor='gray.200' doesnt work for me