Building https://www.renoun.dev/
I also noticed iterator maps work as well which is so nice! Would be great to document this as well.
I also noticed iterator maps work as well which is so nice! Would be great to document this as well.
const transition = useTransition()
<Button transition={transition}>...</Button>
Then if it's not defined the Button works as normal.
const transition = useTransition()
<Button transition={transition}>...</Button>
Then if it's not defined the Button works as normal.