1 个仓库
Data-fetching layers that bypass manual API definitions to connect components directly to functions.
Distinct from API Integration Layers: Distinct from API Integration Layers: specifically removes the need for explicit API definitions via a zero-API approach.
Explore 1 awesome GitHub repository matching web development · Zero-API Layers. Refine with filters or upvote what's useful.
Blitz 是一个用于 Next.js 的全栈开发框架扩展,以及一个用于引导项目结构和编排本地开发服务器的命令行界面。它将前端和后端逻辑集成到一个工作流中,以促进完整 Web 应用程序的创建。 该框架采用零 API 后端集成和直接数据库访问层,允许前端组件连接到无服务器函数和数据库,而无需手动定义 API。它具有一个模式驱动的类型生成器,通过分析后端数据库模式自动创建 TypeScript 定义,以同步客户端和服务器之间的数据模型。 该项目提供用于快速应用程序原型设计和 TypeScript 全栈工作流的工具。其能力涵盖多进程服务器编排和生成结构化项目模板,以集成前端和后端开发模式。
Implements a zero-API layer allowing frontend components to connect directly to serverless functions.