Camilla HobartToday at 12:58 PM
Hey everyone! Just joined this server. What’s up?
Daniel SuttenToday at 1:24 PM
Yo! Welcome! What’s your stack?
Camilla HobartToday at 1:36 PM
Mostly HTML, CSS, JavaScript, and recently diving into Astro & Tailwind. Trying to level up my frontend skills!
Loria GischToday at 1:45 PM
Nice! Astro is pretty cool for static sites. Are you using it with Tailwind?
Camilla HobartToday at 2:17 PM
Yep! Tailwind makes styling so much easier. But I had some issues with group-focus not working. Had to add tabindex="0"
.
Miles MiccoToday at 3:04 PM
Oh yeah, Tailwind’s group-focus only works if the parent is focusable. Happens a lot. Btw, are you into React or just Astro?
Camilla HobartToday at 3:11 PM
I’m still working on my fundamentals, but React is on my roadmap. Should I learn Next.js directly or stick to React first?