Show HN: Make your app handle going offline
github.hubspot.com
Show HN: Make your app handle going offline
1–10 of 30 posts
Re: Show HN: Make your app handle going offline
#2Re: Show HN: Make your app handle going offline
#3Why is there a snake game wasting space in the source code?
Edit: It's no longer included in the minified build
Re: Show HN: Make your app handle going offline
#4Re: Show HN: Make your app handle going offline
#5Re: Show HN: Make your app handle going offline
#6Thanks for releasing your internal libs.
Re: Show HN: Make your app handle going offline
#7Is this something I want as a user? If an app seems to be offline, I tend to do various things just to check or re-establish connectivity. Say, hit the Send button a few times, order columns, filter, search, whatever. Stuff, I wouldn't do if I had connection.
Once the app reconnects, all this nonsense would be executed. I'm not so sure if I'd really want this as a user.
This leads to the question: How fast does it notice that the app went offline? Do I get the chance to do stupid things as a user or will I be shown the "you're offline" message soon enough?
Re: Show HN: Make your app handle going offline
#8> It captures AJAX requests which were made while the connection was down, and remakes them when it's back up, so your app reacts perfectly. Is this something I want as a user? If an app seems to be offline, I tend to do various things just to check or re-establish connectivity. Say, hit the Send button a few times, order columns, filter, search, whatever. Stuff, I wouldn't do if I had connection. Once the app reconn…
So in your example, you'd know almost immediately after you clicked the "Send" button.
Re: Show HN: Make your app handle going offline
#9> It captures AJAX requests which were made while the connection was down, and remakes them when it's back up, so your app reacts perfectly. Is this something I want as a user? If an app seems to be offline, I tend to do various things just to check or re-establish connectivity. Say, hit the Send button a few times, order columns, filter, search, whatever. Stuff, I wouldn't do if I had connection. Once the app reconn…
Take Trello for example, super useful when working with teams and on boards with a lot of activity.
Re: Show HN: Make your app handle going offline
#10I see an enormous load of extra complexities for what seems to be very little advantage.
On the other hand, if you list all the queued non-GET AJAX call for the user to resend manually, it could be good.
I'm ambivalent :(