July 2022 Summaries
2 posts from Vercel
Filter
Month:
Year:
Post Summaries
Back to Blog
A web framework is being built to support various rendering techniques and image optimization features, allowing developers to create scalable and performant web applications. The framework uses React as its core library and supports static rendering, server-side rendering, incremental static regeneration, edge functions, and automatic image optimization. It also generates a `.vc-config.json` file for configuration purposes. Once built, the framework can be deployed to Vercel using the Build Output API, which provides cutting-edge features such as automatic image optimization and edge caching. The code is available in a GitHub Repo for further exploration and reference.
Jul 28, 2022
2,844 words in the original blog post.
The Vercel team has introduced the Build Output API, a file-system-based specification that allows any framework to build for Vercel and utilize its infrastructure building blocks like Edge Functions, Edge Middleware, Incremental Static Regeneration (ISR), Image Optimization, and more. This new specification enables powerful capabilities with Vercel CLI, including building projects locally or in CI environments, deploying prebuilt outputs directly to Vercel, and debugging builds locally. The Build Output API decouples build from deploy, allowing developers to run and debug builds locally without having to share source code with Vercel. This empowers any developer to create when inspiration strikes, regardless of their infrastructure. Frameworks like SvelteKit, Astro, Nuxt, SolidJS, and more have adopted the Build Output API, providing zero-configuration adapters for deployment. The Vercel team is now sponsoring these frameworks, further investing in frontend development.
Jul 21, 2022
959 words in the original blog post.