I'm actually writing a private TVML/TVJS-App with atvjs.
First thanks for your brilliant framework-work!
I've got one problem:
I've got an interactive HomePage and also interactive subpages.
So at the start of the app the app gets the JSON from the server and render it to the template.
This page is cached then and can not be re-rendered; or?
For example:
I've got a page with a list of TV-Show episodes, on these episodes I've got a marker for the "Last seen"-episode. When I watch an episode the JS-File of the player then tells the server that the episode is watched. After exiting the player, the list should be dynamically re-rendered to display the newest server-information.
Is there a way to make boundings between ajax/template to re-render pages dynamically?
Thanks a lot!
I'm actually writing a private TVML/TVJS-App with atvjs.
First thanks for your brilliant framework-work!
I've got one problem:
I've got an interactive HomePage and also interactive subpages.
So at the start of the app the app gets the JSON from the server and render it to the template.
This page is cached then and can not be re-rendered; or?
For example:
I've got a page with a list of TV-Show episodes, on these episodes I've got a marker for the "Last seen"-episode. When I watch an episode the JS-File of the player then tells the server that the episode is watched. After exiting the player, the list should be dynamically re-rendered to display the newest server-information.
Is there a way to make boundings between ajax/template to re-render pages dynamically?
Thanks a lot!