zh-hant.react.dev icon indicating copy to clipboard operation
zh-hant.react.dev copied to clipboard

Glossary

Open itszero opened this issue 6 years ago • 6 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!

itszero avatar Feb 12 '19 09:02 itszero

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?

itszero avatar Feb 12 '19 09:02 itszero

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?

bugtender avatar Feb 12 '19 10:02 bugtender

I don't have permission to create one but agreed. :p but we still need an issue for discussions anyway.

itszero avatar Feb 12 '19 10:02 itszero

I found an excellent example in Japanese repository 訳語の統一. I'll create one later.

bugtender avatar Feb 14 '19 08:02 bugtender

Terms we need to discuss from PR #16

  • local state
  • destroy
  • merge
  • shallow
  • immutability/mutate

chloewlin avatar Feb 20 '19 00:02 chloewlin

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?

abrcdf1023 avatar Mar 03 '19 06:03 abrcdf1023