Software Engineer ⚡️ Crafting some of the most popular Tailwind CSS plugins around. Bugs are my own. Dev-tooling & spec-reading fanatic 💻 #codeinpublic
Any chance you'd be willing to take a look at this with me?
Any chance you'd be willing to take a look at this with me?
@keyframes {
0% {
width: 0px;
> span {
opacity: 0%;
}
}
100% {
width: 50px;
> span {
opacity: 100%;
}
}
}
@keyframes {
0% {
width: 0px;
> span {
opacity: 0%;
}
}
100% {
width: 50px;
> span {
opacity: 100%;
}
}
}
gist.github.com/brandonmccon...
If a user is logged in, the root should redirect them to `/dashboard`. Otherwise, it redirects them to `/home`.
gist.github.com/brandonmccon...
If a user is logged in, the root should redirect them to `/dashboard`. Otherwise, it redirects them to `/home`.
We’re having a discussion about Rules of Hooks, specifically using hooks inside of a render prop so the hooks are contained in the same render cycle, not passed between components
We’re having a discussion about Rules of Hooks, specifically using hooks inside of a render prop so the hooks are contained in the same render cycle, not passed between components
I'm wondering if you've learned anything new since that issue was resolved?
I have a Svelte 5 app running with Svelte 4 syntax using the built-in compatibility mode.
I'm wondering if you've learned anything new since that issue was resolved?
I have a Svelte 5 app running with Svelte 4 syntax using the built-in compatibility mode.
I've had a few people ask me about polyfill support, and it looks like you maintain the leading polyfill.
I've had a few people ask me about polyfill support, and it looks like you maintain the leading polyfill.