A set of instructions for creating focused demos for Alibaba Hooks. Each demo pairs a Markdown explanation with TypeScript code, includes Chinese and English sections, and is organized under the relevant hook in the source directory.
A set of Git workflow and branch-naming instructions for the Alibaba Hooks codebase. Git is a tool for tracking code changes, while a branch is a separate line of work that can later be proposed for merging.
TypeScript rules for Alibaba's Hooks, a library of reusable React Hooks. They explain how to define interfaces, function types, generics, limited-value options, type guards, documentation, and compatible public types.