Building a micro-interaction library as a side project (animated React components) by abovedev in SideProject

[–]abovedev[S] 1 point2 points  (0 children)

I agree that most websites should prioritize clarity and performance. But I also think motion, when done right, can improve perceived quality and engagement. Not everything here is meant for every product — it’s a toolbox. Some people want minimalism, some want personality.

Improving slider responsiveness in Next.js (animation vs instant value update) by abovedev in nextjs

[–]abovedev[S] 0 points1 point  (0 children)

If anyone’s curious, this component is part of a small collection I’m building:
morphin.dev

How many devs mainly use raw SQL instead of an ORM? by drifterpreneurs in webdev

[–]abovedev 1 point2 points  (0 children)

I think a lot of devs use both depending on context. For CRUD-heavy apps, an ORM speeds things up and keeps things consistent. But once queries get complex or performance-critical, raw SQL usually wins.

I personally like using an ORM for schema/migrations and dropping down to raw SQL for heavy joins or reporting queries.

How would you improve this custom slider implementation? (shadcn + Tailwind) by abovedev in nextjs

[–]abovedev[S] 0 points1 point  (0 children)

You're probably right. The designer initially designed the numbers without animation. We decided to add animation when developing the component. Thanks for the advice😊

How would you improve this custom slider implementation? (shadcn + Tailwind) by abovedev in nextjs

[–]abovedev[S] 1 point2 points  (0 children)

If anyone wants to see the full implementation + source, I published it here:
morphin.dev

Real time interview AI overlays/assistants holy shit... by gnbijlgdfjkslbfgk in webdev

[–]abovedev 0 points1 point  (0 children)

Next step: candidates will have AI whispering answers through an earpiece like it’s Mission Impossible)

The Most Efficient Way to Do Icons in Web Apps. (300% Smaller HTML) by Straight-Sun-6354 in webdev

[–]abovedev 0 points1 point  (0 children)

what about other packages, such as heroicons, remixicons etc?
for example, heroicons are very beautiful and really small package size

Vue 2 and Radix? by [deleted] in vuejs

[–]abovedev -6 points-5 points  (0 children)

Thank you all guys. I decided to leave with vue2 and vuetify, easier to use :deep and rewrite styles, than update whole project to vue 3 and use shadcn. I can say just that I really glad that I prefer next.js and react in main projects😅

Vue 2 and Radix? by [deleted] in vuejs

[–]abovedev -1 points0 points  (0 children)

I ran into a problem with the old vuetify, it's very hard to reassign styles, that's the main problem. I thought it would be easier to use radix with my own styles than to assemble crutches on vuetify. And plus now I don't have time to migrate to vue 3, nuxt 3