vercel/next.js

Redux-observable server side fetching

Open

#15,971 创建于 2020年8月7日

在 GitHub 查看
 (5 评论) (13 反应) (0 负责人)JavaScript (139,471 star) (31,066 fork)batch import
examplesgood first issue

描述

This example is a page that renders information about Star-Wars characters. It fetches new character every 3 seconds having the initial character fetched on a server.

well, I just deployed this example for myself, and wether disabled js or not it doesn't fetches the first sw character's data on a server. Fields just empty with disabled js and the message below is

(was user fetched on server? - false)

Can somebody please fix this and show finally how to implement ssr with redux-observable?

贡献者指南