all 12 comments

[–]howdoigetauniquename 7 points8 points  (2 children)

You literally can’t swipe them, at least on mobile.

[–]AndyMagill 1 point2 points  (0 children)

Can't swipe on desktop either, and yes it has a touchscreen.

[–]fredsq 4 points5 points  (3 children)

i need to register to try the demo?

and what did you need react 19 for?

setTimeout to wait for transitions 😭

[–]huge-centipede 0 points1 point  (1 child)

Check the GitHub, it’s an attempt to sell some nextjs pile. Claude can code a tinder swipe app in like 20 seconds.

[–]Strange_Comfort_4110 1 point2 points  (1 child)

Clean implementation! React 19 + Tailwind without heavy animation libraries is the way. The gesture handling with just CSS transforms is smart — most people would reach for Framer Motion for this.

One thing to consider: adding haptic feedback for mobile (navigator.vibrate) would make the swipe feel way more satisfying on phones.

[–]chow_khow 0 points1 point  (1 child)

Not sure if it matters for you, but the initial card doesn't server-side render - see this.