GitHub's on your phone
github.com
GitHub's on your phone
1–10 of 86 posts
Re: GitHub's on your phone
#2Re: GitHub's on your phone
#3Re: GitHub's on your phone
#4Re: GitHub's on your phone
#5Re: GitHub's on your phone
#6Edit: It's worth noting I've heard plenty of counter arguments to using GitHub from my phone. But I will say, sometimes I want to check out a project and possibly browse source and lo and behold I'm not at my desktop. For this reason alone, a mobile GitHub makes sense. Glad to see it at long last.
Re: GitHub's on your phone
#7Looks like Github used Angular.js. Would be interesting to hear how they settled on that. I've been using it for a side project and so far have had a positive experience.
Re: GitHub's on your phone
#8Re: GitHub's on your phone
#9Looks like Github used Angular.js. Would be interesting to hear how they settled on that. I've been using it for a side project and so far have had a positive experience.
Re: GitHub's on your phone
#10Interesting that they decided not to do a responsive design. Instead, it serves up different HTML if you send a phone user-agent. I've been trying to decide if this is a good idea for my own project.
Our desktop site is pretty large. Check the graph in the blog post- the mobile pages are about 1/10th the size of the desktop CSS and JavaScript. By avoiding a responsive design, we can make things load disproportionately faster for our use case. On top of that, it's isolated so we're less likely to break views by adding features later. Pretty fun.