摘要: const closeEditModal = useCallback(() => { setEditVisible(false); }, [setEditVisible]); const onOkEditModal = useCallback(() => { setEditVisible(false 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(17) 评论(0) 推荐(0)
摘要: const MenuButton = memo( ({ index, onButtonClick, }: { index: number; onButtonClick: (type: string, index: number) => void; }) => ( <React.Fragment> < 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(12) 评论(0) 推荐(0)
摘要: function identity<T>(arg: T): T { return arg; } 我们定义了泛型函数后,可以用两种方法使用。 第一种是,传入所有的参数,包含类型参数: let output = identity<string>("myString"); // type of outpu 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(50) 评论(0) 推荐(0)
摘要: 子组件 import React, { useCallback, useState } from 'react'; import { Table } from 'antd'; import { PaginationProps } from 'antd/lib/pagination'; import 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(31) 评论(0) 推荐(0)
摘要: 父组件 <Card> <SearchForm formList={formList} actions={actions} onSearch={onSearch} onClick={onAddMenu} showLabel={true} ></SearchForm> </Card> 子组件 impor 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: dog类 husky类 shapi狗类 chinadog类 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(9) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(4) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(24) 评论(0) 推荐(0)
摘要: 有子类先找子类 没有找父类 阅读全文
posted @ 2022-10-14 08:19 前端导师歌谣 阅读(6) 评论(0) 推荐(0)