sl1673495 / next-github

使用nextjs实现服务端渲染。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图床

sl1673495 opened this issue · comments

commented

ssr渲染流程

commented

做的不错啊少个登录退出功能

退出是有的 登陆后鼠标移到头像上去。

const handleLogout = () => {
dispatch(logout())
}

使用useCallback优化性能

const handleLogout = useCallback(() => {
   dispatch(logout())
}, [dispatch])

我评论也有说的把我的号给我封了

掘金上那篇文章我确实没见,所以没有加引用,等我好解封了我就删了,十分抱歉