Hacker News new | ask | show | jobs
by dgellow 2149 days ago
> Hmm, yeah, the swiping UX seems to be pretty tricky to get right.

In case you're interested, I created a quite long time ago a small example of a library doing this.

https://github.com/dgellow/react-tinderable/blob/master/src/...

The code is really old and out of date, and was just a quick experiment, but that may give you some direction if at some point you want to try out that kind of user experience.

Unfortunately the demo link doesn't work anymore, but it should be quite easy to run locally.

1 comments

Ah cool thanks for the link I'll check it out!