Firebase handles your offline database, and syncing it for you automatically when you are reconnected.
Show HN: Remember – A progressive Todo app
31–39 of 39 posts
Re: Show HN: Remember – A progressive Todo app
#32Re: Show HN: Remember – A progressive Todo app
#33I see Firebase being used often around here to host progressive apps. Is there something that Firebase offers that is conducive to build progressive apps?
Re: Show HN: Remember – A progressive Todo app
#34Interesting, and it did most things I expected intuitively. One missing piece though...I expected to be able to move items up or down in order. Basically sorting the to-do list. That doesn't appear to work.
Re: Show HN: Remember – A progressive Todo app
#35The application is great but you illustrate perfectly what the web development is becoming, tens of files for just 3 features (add, edit, complete)
Perhaps it wasn't OP's intention to make the most elegant Todo application, but rather learn a a new set of tools while creating an application (s)he's rather familiar with? Then again I actually have no idea. You could easily write a VERY simple Todo application with the three features you mentioned (add, edit, complete) using an HTML file and some Javascript. At first glance, I don't suspect OP is trying to create…
Re: Show HN: Remember – A progressive Todo app
#36Interesting, and it did most things I expected intuitively. One missing piece though...I expected to be able to move items up or down in order. Basically sorting the to-do list. That doesn't appear to work.
Re: Show HN: Remember – A progressive Todo app
#37I think the link in the ReadMe to the article about the motivations for this project is a much better read: https://medium.com/@sanchitgn/what-ive-learnt-developing-a-m... It clears up why he's using a boatload of libraries. Basically, he wrote it in such a way that you can save the page as a phone app/bookmark thing, and it'll work even if you're offline.
Re: Show HN: Remember – A progressive Todo app
#38The application is great but you illustrate perfectly what the web development is becoming, tens of files for just 3 features (add, edit, complete)
Exactly. I initially thought it was satire. A dozen external libraries and a special package manager to build something that can be written with equivalent functionality in 10 lines of bash. I don't exactly get why this is posted here. It seems like OP did this for the sake of his own learning, and that's well and good. But this is not a particularly interesting project and doesn't do anything novel.
Re: Show HN: Remember – A progressive Todo app
#39Earlier quoted context omitted.
It is called "simple, easy and intuitive UI". It is the ultimate dream of every designer and product manager. Please go back to your cave to brush bits and bytes in assembly.
I get the heated response to the comment, but I'm not sure you can state this is "the ultimate dream of every designer and product manager". It is very simple and easy, but there are a lot of features missing (swipe left to undo for example). Also, don't hate the bits & bytes in assembly, some HN readers read assembly and write bit operations on a daily basis. Those who write UIs in assembly are probably masochists.…
You made a good point about low level programmers. As a former assembly programmer that did lots of bit operations on 80386 processors I do understand your point. My apologies.