Renato Lacerda
banner
ralacerda.dev
Renato Lacerda
@ralacerda.dev
Web Developer, Open Source enthusiast

github.com/ralacerda
linkedin.com/in/renato-ac-lacerda/
Insane. Can't wait to share with my team.
November 12, 2025 at 12:40 AM
I'm on the same boat. Sometimes I'll just email myself the task and scheadule the send date.
September 29, 2025 at 10:23 AM
On the subject, how is nuxt support for dotenvx? I really liked the idea of the encrypt .env, but I'm not sure how to integrate with nuxt. (maybe I can write a module? 👀)
June 30, 2025 at 3:02 PM
I think @wagslane.bsky.social talked about doing that for the helper bot on boot.dev
June 25, 2025 at 9:08 PM
I guess doing something similar with flex is impossible, right?

I needed flex with wrap, but applying a margin left on the odd rows and margin right on even rows.

It might be possible with JavaScript, but I didn't try.
June 19, 2025 at 7:05 PM
I would love to see `Rescript` working with Vue/Nuxt 👀
June 15, 2025 at 4:42 PM
Yes, but I rarely find a use for it. Most of the time you can lift the state and make the componet "more pure"

While the new `useTemplateRef` composables makes using it WAY EASIER, it's still something I rarely need to reach for

But I did use it today to write a wrapper around a `dialog` element.
Vue SFC Playground
play.vuejs.org
June 3, 2025 at 11:20 PM
That is why I always set `pwfeedback` on visudo
February 11, 2025 at 11:04 PM
Are you compiling it?
January 30, 2025 at 12:51 AM
Vue already has reactivity outside of components. In fact, you can use vue reactivity even without vue. But Vapor-mode is going to remove the v-dom, so it'll be similar to how svelte works.
January 22, 2025 at 10:21 PM
So can I do something like:
* {
border: 1px solid attr(data-border type(<color>));
}

🤯
January 17, 2025 at 8:44 PM
I like using @unjs.io github.com/unjs/unbuild for simple projects, because the setup is super easy
GitHub - unjs/unbuild: 📦 A unified JavaScript build system
📦 A unified JavaScript build system. Contribute to unjs/unbuild development by creating an account on GitHub.
github.com
December 22, 2024 at 11:42 PM
I used this post as a base for my component library at work: dev.to/receter/how-...
Create a Component Library Fast🚀(using Vite's library mode)
If you are managing multiple React applications and want consistency across your user interfaces,...
dev.to
December 22, 2024 at 11:41 PM