Justin Sun

Results 23 issues of Justin Sun

使用React Hook和Typescript,类型安全地管理对话框组件,减少对话框组件开发复用时的心智负担,极大提升开发体验 - 开源地址:https://github.com/jsun969/react-hook-dialog - 示例代码: - [Material UI](https://codesandbox.io/s/rhd-mui-example-etwz20) - [Ant Design](https://codesandbox.io/s/rhd-antd-example-qhj7zy)

```ts const dialogs = createDialogs({ firstDialog: { one: '' }, secondDialog: { two: '', three: '' }, }); ``` ```ts const { open } = dialog.useDialog('firstDialog') open({ }) // ^...

bug

enhancement

日期/点赞/评论

enhancement

关键词/日期搜索

enhancement

![image](https://user-images.githubusercontent.com/29330847/178400532-2a3fce27-e910-4212-a35b-129d761ec554.png) When devtools panel is in the bottom. Style need to be changed (maybe left-right layout).

enhancement