Hacker News new | ask | show | jobs
by decadentcactus 4832 days ago
Yeah in my experience "going responsive" is only one step. I did this for http://rugbydump.com (partly still in progress).

There's a lot of `if (IS_MOBILE)` around the place, to not download a large amount of extra stuff on mobiles.

1 comments

That's good. I think people look at responsive sites as that's all they need to do and for the most part I haven't come across many discussions about taking it further.