Description
Maintainer List
For New Translators
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below.
- Comment below with the name of the page you would like to translate. Please take only one page at a time.
- Clone this repo, translate your page, and submit a pull request!
Before contributing, read the glossary and style guide to understand how to translate various technical and React-specific terms.
Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.
For Maintainers
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
Optionally use one of these emojis
emoji | meaning |
---|---|
👨🔧👩🔧 | Work in Progress |
🧐 | In review |
When PRs are merged, make sure to mark that page as completed!
Core Pages
To do before releasing as an "official" translation. Please translate these pages first.
- Home Page @balazsorban44 (Home Page #4)
- Tutorial @balazsorban44 (Tutorial translation #5)
Basics
- Hello World @gergely-nagy (Hello World translation #7)
- Introducing JSX @gergely-nagy (Introducing JSX translation #21)
- Rendering Elements @balazsorban44 (Rendering Elements translation #8)
- Components and Props @balazsorban44 (Components and Props translation #9)
- State and Lifecycle @balazsorban44 (State and Lifecycle translation #12)
- Handling Events @punkah (Handling Events page translation #37)
- Conditional Rendering @balazsorban44 (Conditional Rendering translation #13)
- Lists and Keys @balazsorban44 (Lists and Keys translation #14)
- Forms @punkah (Forms page translation #38)
- Lifting State Up @balazsorban44 (Lifting State Up translation #18)
- Composition vs Inheritance @balazsorban44 (Composition vs Inheritance translation #15)
- Thinking in React @n3ko (Thinking in React translation #27)
API Reference
- React @balazsorban44 (React API Reference translation #39)
- React.Component @punkah (React.Component API reference translation #49)
- ReactDOM @balazsorban44 (ReactDOM API reference translation #40)
- ReactDOMServer @balazsorban44 (ReactDOMServer API reference translation #41)
- DOM Elements @balazsorban44 (DOM Elements translation #51)
- SyntheticEvent @balazsorban44 (SyntheticEvent translation #50)
- Test Utilities @balazsorban44 (Test Utils translation #53)
- Shallow Renderer @balazsorban44 (Shallow Rendering translation #52)
- Test Renderer @balazsorban44 (Test Renderer translation #54)
- JS Environment Requirements @balazsorban44 (JavaScript Environment Requirements API reference translation #42)
- Glossary @balazsorban44 (Glossary translation #16)
Navigation
These are the navigation links that appear in the sidebar. Possibly wait until
the corresponding sections are translated to do these.
- tutorial/nav.yml @balazsorban44 (Tutorial translation #5)
- docs/nav.yml @balazsorban44 (Docs navigation translation #11 )
Next Steps
These are the next most important translations, ordered by importance:
Installation
- Getting Started @punkah (Getting Started translation #29)
- Add React to a Website @balazsorban44 (Add React to a Website translation #44)
- Create a New React App @balazsorban44 (Create a New React App translation #43)
- CDN Links @gergely-nagy (CDN Links translation #66)
Hooks
Everyone is hooked on hooks! People are really excited about these and it would be great for them to be translated.
- Introducing Hooks @balazsorban44 (Introducing Hooks translation #48)
- Hooks at a Glance @balazsorban44 (Hooks at a Glance translation #57)
- Using the State Hook @punkah (Using the State Hook translation #62)
- Using the Effect Hook @punkah (Translate Using the Effect Hook #68)
- Rules of Hooks @balazsorban44 (Rules of Hooks translation #58)
- Building Your Own Hooks @balazsorban44 (Building Your Own Hooks translation #60)
- Hooks API Reference
- Hooks FAQ
Warnings
These are the pages that you get when you click the links in the console (e.g. https://reactjs.org/warnings/dont-call-proptypes.html). People tend to search these, so please don't translate the error message itself.
- dont-call-proptypes
- invalid-aria-prop
- invalid-hook-call-warning
- legacy-factories
- refs-must-have-owner
- special-props
- unknown-prop
Advanced Guides
- Accessibility @punkah (WIP)
- Code-Splitting
- Context
- Error Boundaries
- Forwarding Refs
- Fragments @gergely-nagy (Fragments translation #23)
- Higher-Order Components
- Integrating with Other Libraries
- JSX In Depth
- Optimizing Performance
- Portals
- React Without ES6
- React Without JSX @RichardOtvos (Update react-without-jsx.md #92)
- Reconciliation
- Refs and the DOM
- Render Props
- Static Type Checking
- Strict Mode
- Typechecking With PropTypes @gergely-nagy (#) 👨🔧
- Uncontrolled Components
- Web Components
FAQ
- APIs and AJAX @dzsi1994 (#)
- Babel, JSX, and Build Steps
- Passing Functions to Components
- Component State
- Styling and CSS
- File Structure
- Versioning Policy
- Virtual DOM and Internals
Contributing
Priority: Low
- How to Contribute
- Codebase Overview
- Implementation Notes
- Design Principles
Components
Components in src/components
that have some text in them.
- CodeEditor @balazsorban44 (Components translation #45)
- CodeExample @balazsorban44 (Components translation #45)
- ErrorDecoder @balazsorban44 (Components translation #45)
- LayoutFooter @balazsorban44 (Components translation #45)
- LayoutHeader @balazsorban44 (Components translation #45)
- MarkdownPage @balazsorban44 (Components translation #45)
Additional Translations
These are not the primary translation targets.
- Blog
- Community