Luis Llanes
banner
ll-luis.bsky.social
Luis Llanes
@ll-luis.bsky.social
Software Engineering Student
🧑🏼‍💻Frontend Web Developer
React | TypeScript | Next.js
llanesluis.xyz
Pretty (and fully functional) on mobile too btw!
April 9, 2025 at 6:12 AM
Thank you so much, it means a lot!! Fun features coming soon;)
April 9, 2025 at 3:34 AM
April 1, 2025 at 3:49 AM
I haven’t made the switch yet but I’ve heard their docs have links to YouTube videos
March 9, 2025 at 6:13 PM
{ !!array.length && … }
Works since React skips *false* and nullish values when rendering
February 22, 2025 at 6:22 PM
IMO you should give 3 a chance and see how it does
February 22, 2025 at 12:11 AM
How many of them mentioned your favorite actresses? :o
February 15, 2025 at 2:42 AM
Spanish:

> Aprende a crear interacciones únicas y detalles encantadores con la magia de CSS, JavaScript, SVG y Canvas.
>
> ¡Aquí comparto todos mis trucos!

This version shows the *intention* and sounds *natural*, also *neutral* across all Spanish dialects ;)
February 7, 2025 at 9:14 PM
I’m glad I found your content! I like understanding how my tools *work* under the hood.
January 20, 2025 at 4:44 AM
I had an issue once where the JavaScript interpreter couldn’t tell it was an IIFE (without assigning the result to a variable), just because I wasn’t using semicolons :/

In these cases you could:
1. Write semicolons
2. Write “void” before the IIFE
3. Not use IIFEs lol
January 17, 2025 at 5:36 AM
Is it using Tailwind 4? Have you tried it yet? Hopefully it comes out soon
January 13, 2025 at 5:43 AM
Don’t know what hurts my eyes more: the light theme or that many props lol
January 13, 2025 at 5:29 AM
Works perfectly and out of the box if you have shadcn and next-themes set up
January 12, 2025 at 3:44 AM
It’s using:
> Next.js
> next-themes
> TailwindCSS
> lucide-react icons
> next/dynamic API to disable SSR
January 12, 2025 at 3:30 AM
A couple days in and I’ve help many people already! 🥲
January 6, 2025 at 6:24 AM
Exactly.
At the end it all depends on the user experience you want to provide🤷
December 31, 2024 at 7:41 AM