I'm in the process of developing a review/rating site similar in functionality to Yelp (but on a smaller scale) and I'm going with a Mobile-First approach, and was wondering if I should just make the whole thing responsive, or would such a service be better suited with a separate mobile site?
From what I've gathered responsive designs are more suited to content-heavy sites as opposed to more "task-based" sites like say Gmail but obviously on a site like Yelp you have lists of businesses, lists of user reviews, etc, etc so I was thinking responsive might be the right approach. The biggest problem i've envisioned would be keeping the mobile experience from loading all the heavy assets that would be easier to retrieve on a desktop/desktop connection but all other features (location based, etc) can be done with HTML5 API's right now (from what I can tell).
Would appreciate some feedback on the matter if anyone has good insight into this.