danielstern / danielstern/react-express-examplar

Server Side rendering

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
27
Forks
12
PR merge metrics
No merged PRs in 30d

Description

When rendering the app server side, there is still a flicker in the UI. Initially, only the heading and input appear, the list appears after a flicker. Logging the React HTML String on server, I found that the item list wasn't in it. The code that iterates over grocery items and returns item HTML per item in array, wasn't being executed server side. What would that be?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.