Define "hydrate" for those unfamiliar with the concept
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
On https://reactjs.org/docs/react-dom.html#hydrate it seems like an understanding of "hydration" is already assumed when describing the function. The text simply defines the term in a circular manner: "hydrate(): Same as render(), but is used to hydrate a container...".
I am not sure I completely understand what "hydration" means in the react/SSR world and hence I cannot submit a PR myself, but it would be nice if a phrase or two would introduce the reader to "hydration", what does it do exactly and why does it exist as separate from render().
Contributor guide
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 at the React DOM hydrate documentation linked in the issue and compare its wording with the render() documentation. Research the React server-rendering context enough to explain what hydration does and why hydrate() is separate from render(); the documentation is done when the definition is understandable without prior knowledge and no longer circular.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100