Skip to content

Commit

Permalink
docs: update hooks intro
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Feb 6, 2023
1 parent 026b022 commit b136b7b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion site/docs/hooks/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# 介绍

Midway Hooks 是函数式全栈框架,支持四大核心特性:"零" Api & 类型安全 & 全栈套件 & 强大后端。
Midway 的一体化方案,是以 Midway Hooks 为主函数式全栈框架,支持四大核心特性:"零" Api & 类型安全 & 全栈套件 & 强大后端。



## 和标准项目差异



一体化方案,基于标准项目,在其之上扩展出了一层前端适配层,在复用所有标准项目能力的同时,又可以和前端进行无缝协作开发,即在项目中,既有前端代码,又有 Node 代码。



## 特性介绍

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Introduction

Midway Hooks is a functional full stack framework that supports four core features: "Zero" Api & Type Safety & Full Stack Kit & Powerful Backend.
Midway's integrated solution is a full-stack framework based on Midway Hooks as the main function, supporting four core features: "zero" Api & type safety & full-stack suite & powerful backend.



## Differences from standard projects



The integrated solution is based on the standard project, and a front-end adaptation layer is extended on top of it. While reusing all the standard project capabilities, it can also seamlessly cooperate with the front-end development, that is, in the project, both the front-end code, which in turn has Node code.



## Feature introduction

Expand Down

0 comments on commit b136b7b

Please sign in to comment.