Suggestion: when expanding the comments, add an option to Show All comments instead of just loading a few each time
Show HN: New Hacker News web client
71–80 of 85 posts
Re: Show HN: New Hacker News web client
#72Re: Show HN: New Hacker News web client
#73Nice job on your webclient. Loving the material design-eque buttons :)
Re: Show HN: New Hacker News web client
#74In the words of Steve Jobs: "That is really ugly, and you're fired". It has that failed Web 3.0 look. More rounded corners, excessive margin, but less content per page. One commenter pointed out its easier on mobile, but that can be resolved with the existing style. Please, think of the children.
> but less content per page This is why engineers are not designers. Left up to engineers, every pixel would be crammed full of "content", all at 11px font.
Re: Show HN: New Hacker News web client
#75Based on the Firebase HN API, I made a web client that updates stories and scores in real-time. No need to refresh your browser anymore to see new stories and comments. Also, I used a responsive design to be able to read the stories on my mobile phone. For now, I only show the top stories, up to 100 of them ( that's how many the API gives you anyway ). If people find it useful, I might add other things. Hope OAuth be…
The visualisation of live upvotes is nice, how did you handle that state-wise in React? I also have comment counts and whatever data is used to dim downvoted comments on my API wishlist ( my own implementation is http://insin.github.io/react-hn ). An endpoint for just ask/show/jobs items would also be nice.
I have two stores, one for the news stories, and one for the comments. And then a smaller one for the notifications. I don't use any state in the components. Everything propagates from the top level and the stores.
The counter component doesn't have a state, but when it sees an update, it just adds/removes a class and that's how you get the animation.
Re: Show HN: New Hacker News web client
#76Some comment section feedback: The horizontal indentation on the comments might be a bit aggressive, and each comment is taking up a great deal of vertical screen real estate. Further, the clickable "more" makes reading long comment threads difficult without a great deal of scrolling. It seems to be optimized for mobile viewing, which is good. Dobbs knows how I hate clicking tiny links with my fat fingers. But, when…
I already have some thoughts on how to handle the comments section, I agree it has to be very efficient cause the whole point of the client is to let you get in and out of the comments section easily. Reading the headlines is the easy part.
If anyone is a designer or has design suggestions, I'm happy to see them.
Re: Show HN: New Hacker News web client
#77Re: Show HN: New Hacker News web client
#78This looks good, the animation on hover doesn't add any value though. My favourite HN client on phone is http://cheeaun.github.io/hackerweb/ . It's lean, fast and looks like a native app on the phone. I've added a shortcut to my mobile's home screen, using the 'Add to Home Screen' option in Chrome, which gives me a nice quick launch icon. The downside of both these clients is that you can't login or post using them.
Re: Show HN: New Hacker News web client
#79Re: Show HN: New Hacker News web client
#80Doesn't beat http://www.hckrnews.com/ for me since that lets me show just the top 50% of stories, top 20%, the front page, etc.