8 ms·
This architecture describes how data affects presentation and vice versa. Your question is a bit off, it involves implementation, not structure.
by alisnic 12y ago
This architecture describes how data affects presentation and vice versa. Your question is a bit off, it involves implementation, not structure.
- swah 12y agoOk, I also don't quite understand if the Store has any relation to the server-side database.
- colinramsay 12y agoIt'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.