zh-hant.react.dev
zh-hant.react.dev copied to clipboard
Glossary
See the current glossary here: https://github.com/reactjs/zh-hant.reactjs.org/wiki/Glossary and use this issue as a place for discussions!
Crazy Idea: What if we build a <Glossary>
component that will show the English term on a popover? and link to a page that shows our glossary table?
I suggest we can use a repo's Wiki page. Glossary table will be a good start with the Wiki
tab. 🤔
By the way, there's a Glossary
section in API REFERENCE
. Maybe we should complete this section first?
I don't have permission to create one but agreed. :p but we still need an issue for discussions anyway.
I found an excellent example in Japanese repository 訳語の統一. I'll create one later.
Terms we need to discuss from PR #16
- local state
- destroy
- merge
- shallow
- immutability/mutate
Hi, all. I have no idea how to translate this term hydrate
and here is the official document that explain it.
Same as render(), but is used to hydrate a container whose HTML contents were rendered by ReactDOMServer. React will attempt to attach event listeners to the existing markup.
Should I keep it original ? Does anyone has a better idea?