-
-
-
-
-
-
-
-
Research of bright pupil effect based on Chinese human eye model
... incident rays angle and the size of pupil on bright pupil effect are analyzed theoretically. For the incident rays with 5°–15° ... by emergent light are calculated. The optical model of bright pupil effect based on Chinese human eye provides a suitable model
-
-
-
use-async-effect:异步副作用,没有废话
:person_running: 异步副作用,没有废话。
useAsyncEffect ( async ( ) => {
await doSomethingAsync ( ) ;
} ) ;
安装
npm install use-async-effect
要么
yarn add use-async-effect
该软件包附带TypeScript和Flow类型。
API
该API与React的useEffect() ,但有一些明显的 ...
-