next/link If the route has dynamic segments If the child is a custom component that wraps an <a> tag If the child is a function component With URL Object Replace the URL inst...
getServerSideProps When does getServerSideProps run When should I use getServerSideProps getServerSideProps or API Routes Fetching data on the client side Using getServerSidePr...
Guidelines for Frontend Development Background General Guidelines Gitea specific guidelines: Accessibility / ARIA Framework Usage async Functions HTML Attributes and dataset ...
Assets directory Images Styles Sass Fonts Webpack Assets Webpack Aliases Assets directory The assets directory contains your un-compiled assets such as Stylus or Sass fi...
Model Behaviors 生成时间戳(Timestampable) 软删除(SoftDelete) 创建行为(Creating your own behaviors) 使用 Traits 实现行为(Using Traits as behaviors) Model Behaviors Behaviors are shared conduc...
Model Behaviors Overview Timestampable SoftDelete Creating your own behaviors Using Traits as behaviors Model Behaviors Overview Behaviors are shared constructs that ...