2

I'm in the middle of building a social network app ( for fun)
I can't figure out how to :
** Make hashtags and @links work
** A sorting algorithm for displaying posts in the feed
I need :
** Help

*Noob alert

Comments
  • 3
    Sorting algos suck. Chronological order is bae
  • 1
    Hashtags and links, pretty easily done with regex. Sorting, pretty easily done by metrics such as likes/upvotes and of course sorting in date order would probably be the best option to begin with.
Add Comment