Y
Hacker News
new
|
ask
|
show
|
jobs
by
alisnic
4417 days ago
This architecture describes how data affects presentation and vice versa. Your question is a bit off, it involves implementation, not structure.
1 comments
swah
4417 days ago
Ok, I also don't quite understand if the Store has any relation to the server-side database.
link
colinramsay
4417 days ago
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.
link