reactjs / zh-hant.react.dev

(Work in progress) React documentation website in Traditional Chinese

Home Page:https://zh-hant.react.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glossary

itszero opened this issue · comments

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.

commented

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?