Replies: 1 comment 6 replies
-
A page can totally consume live data the usual way—directly from the browser, using fetch or d3.json for example. You don't have to use data loaders, they're just an added possibility. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm totally new to framework and wanted to learn more about it, can the data be somewhat live? I ask because the home page describes it as:
"Data loaders generate files — typically static snapshots of data — at build time."
But wouldn't this mean the site is somewhat locked in place at the time of build? Can the data be refreshed at set intervals like once a minute or is that just not in spirit with the project?
Beta Was this translation helpful? Give feedback.
All reactions