danielstern / danielstern/react-express-examplar
Server Side rendering
Open
- 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.