1 مستودع
The process of fetching data from arbitrary APIs or sources to populate templates during the static build phase.
Distinguishing note: None of the candidates cover the general concept of build-time data integration for static site generation.
Explore 1 awesome GitHub repository matching web development · Build-Time Data Integration. Refine with filters or upvote what's useful.
react-static is a React static site generator that transforms components into static HTML files to improve page load speed and search engine optimization. It functions as a progressive web app framework, exporting static HTML that hydrates into a full interactive application to enable real-time updates and instant navigation. The project distinguishes itself as a static site asset optimizer, using code-splitting and an asset prefetching queue to reduce perceived load times. It includes a dedicated MDX content processor to generate routes from Markdown files with JSX and frontmatter, as well a
Fetches site content from any source or API to populate templates during the build process.