Payload transferred in server side rendering
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 284
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Correct me if I am wrong. If my app is doing server side rendering, I am going to transfer the style string that I get from getStylesString and also I am going to transfer browserify bundle of my components which would also have all the styles that I declared in JS. Am I not transferring same data twice now?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the server-side-rendering path and the getStylesString output, then compare that payload with the browserify bundle mentioned in the issue. Confirm whether the same styles are transferred twice and clarify with maintainers what behavior or measurement would define the intended change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100