react-recoil-hooks-testing-library:简单而完整的React钩子测试实用程序,可鼓励良好的测试实践……使用Recoil!

时间:2024-05-22 03:00:32
【文件属性】:

文件名称:react-recoil-hooks-testing-library:简单而完整的React钩子测试实用程序,可鼓励良好的测试实践……使用Recoil!

文件大小:114KB

文件格式:ZIP

更新时间:2024-05-22 03:00:32

TypeScript

React线圈挂钩测试库 简单而完整的React钩子测试实用程序,可鼓励良好的测试实践……使用Recoil! 使用的api并添加组件作为包装器,并通过将新的states数组传递给options对象来切换现有的状态默认值。 例子 // count.ts export const countState = atom ( { key : 'count' , default : 0 , } ) ; export const useRecoilCounter = ( initialProps : string ) => { const [ count , setCount ] = useRecoilState ( countState ) ; const increment = ( ) => { setCount ( count => count


【文件预览】:
react-recoil-hooks-testing-library-master
----.gitignore(722B)
----tsconfig.json(898B)
----README.md(3KB)
----CHANGELOG.md(1KB)
----rollup.config.js(367B)
----.prettierrc(109B)
----LICENSE(1KB)
----.prettierrc copy(109B)
----package.json(2KB)
----src()
--------react-recoil-hooks-testing-library.tsx(2KB)
--------react-recoil-hooks-testing-library.test.tsx(4KB)
--------index.ts(78B)
----.commitlintrc.json(102B)
----yarn.lock(266KB)
----.eslintrc.json(783B)

网友评论