风格指南
TypeScript
目录结构
.
├── package.json
├── public
│ ├── favicon.ico
│ └── index.html
├── src
│ ├── components
│ │ └── Nav.tsx
│ ├── index.ts
│ ├── pages
│ │ ├── About.tsx
│ │ └── Home.tsx
│ ├── routes.tsx
│ └── stores
│ └── counterStore.ts
├── tsconfig.json
└── yarn.lockcreateStore
state selector
action selector
GraphQL String
useQuery·useMutate
Last updated
Was this helpful?