We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
개정판 기준 p.572 부분 코드입니다.
<Preloader resolve={() => dispatch(getUsers)} /> 부분에서 dispatch(getUsers) 부분이 dispatch(getUsers())로 바뀌어야 SSR시 API 요청으로 preload할 data를 받아오는 것 같아 문의드립니다!
<Preloader resolve={() => dispatch(getUsers)} />
dispatch(getUsers)
dispatch(getUsers())
The text was updated successfully, but these errors were encountered:
No branches or pull requests
개정판 기준 p.572 부분 코드입니다.
<Preloader resolve={() => dispatch(getUsers)} />
부분에서
dispatch(getUsers)
부분이dispatch(getUsers())
로 바뀌어야SSR시 API 요청으로 preload할 data를 받아오는 것 같아 문의드립니다!
The text was updated successfully, but these errors were encountered: