Y
Hacker News
new
|
ask
|
show
|
jobs
by
hyuuu
3664 days ago
would love to know how Rill hydrates the data needed to render a page, if the page is dynamically generated.
1 comments
piercey4
3664 days ago
Great question. I personally use @rill/session along side @rill/loader. Basically on the initial page load @rill/session asks the server for the current session then for the rest of the users session the browser manages the data.
link