rest - Internal state in backbonejs application -


i creating application , trying figure out best way deal navigation in it. user can choose different view settings (which content show , options filter it). part of settings stored in backend in user preferences model. part stored in url , managed router. there more settings want keep. reason: want able refresh content therefore need keep settings somewhere, not update content on user actions , forget how came state. question is: best place such settings? collection object? view object? own controller?

p.s. make more clear, i'm working on rss reader application. , want, example, show last week posts feeds starred etc.

save in url. thats place can rely on. if need more routes use query parameter in classic web application , use them in view.


Comments