Skip to content

live proxy + cache + transactions, when is data downloaded/monitored for each node? #81

Answered by appy-one
ahdat81 asked this question in Q&A
Discussion options

You must be logged in to vote

A proxy fetches all data from the database before it can be used. It cannot dynamically fetch data upon access because that would require an asynchronous flow and would make code like var name = proxiedUser.name impossible. If you want to dynamically load (and proxy) data based upon application logic, you might want to check out the reflect API

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ahdat81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants