vercel/next.js

Redux-observable server side fetching

Open

#15,971 opened on Aug 7, 2020

View on GitHub
 (5 comments) (13 reactions) (0 assignees)JavaScript (31,066 forks)batch import
examplesgood first issue

Repository metrics

Stars
 (139,471 stars)
PR merge metrics
 (Avg merge 3d 23h) (361 merged PRs in 30d)

Description

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?

Contributor guide