Use CSS Grid to stack items, and visibility: hidden to hide/show spinner.
This approach allows the largest item to size the button, and keeps the button text accessible
With the launch of CodeFast, I've received lots of questions about using Cursor, V0, or Bolt to code.
Using AI to code without knowing how to code is like buying a Ferrari without knowing how to drive.
AI can give you a feeling of progressing super fast because you can build an entire landing page using English.
But the moment you have a bug or want something specific, you won't be able to connect the dots and get stuck in the AI loop.
Coding is easier than ever, but there's no cheat sheet:
1. Learn the basics of coding first (use AI to explain everything)
2. Then use AI to code faster
Today's the day! 🚀 My new, 100% free Learn React course is now live on @scrimba, and we've partnered with @freeCodeCamp to bring it to YouTube as well! To celebrate, we're giving away five(🤯) 𝗟𝗜𝗙𝗘𝗧𝗜𝗠𝗘 subscriptions to Scrimba Pro.
See the details below 👇
Please use more descriptive variable names and function names.
Clear naming eliminates the need for comments and removes ambiguity.
❌ const address
✅ const userEnteredAddress
✅ const validatedShippingAddress
Let your code document itself and walk others through the logic!
Day 25 #100DaysOfCode, today I've finished the third section. Mainly learning about how to use CSS grid. Kinda tricky in some ways but practice makes perfect I guess! #Frontend
Day 23 of #100DaysOfCode
Today I've finished the first section of module 6 @scrimba, mainly learning about responsive design. Here are some things that were covered:
We have fully revamped our popular Learn Tailwind CSS course and the new edit has just gone live!
As well as all the bang-up-to-date Tailwind essentials, the course now contains five real-world projects to help you test your skills, cement your knowledge , and build up your portfolio! 🪄✨
Want to help us spread the good news? RT this and you'll be in with a chance of winning a YEAR of Scrimba Pro ♻️📆🏆
Happy Halloween! I just noticed the colour change in GitHub's contribution graph. Today I've also continued working on section one of module 6 in Scrimba's frontend career path. Learning about responsive design with em, rem, media queries, etc. #Day21#100DaysOfCode#Frontend