Hacker News new | ask | show | jobs
by swah 4420 days ago
Ok, I also don't quite understand if the Store has any relation to the server-side database.
1 comments

It's just a store. You could write your implementation to store the data anywhere - localstorage, a REST service, the one in the example just keeps it in memory as an array.