useRecoilValue
from
Recoil
docs
引数のatomまたはselectorをreadする
useRecoilStateの値のみを返す感じ
code:ts
const count = useRecoilValue(charCountState);