react.dev
react.dev copied to clipboard
The React documentation website
https://github.com/reactjs/zh-hans.reactjs.org/deployments/activity_log?environment=Production+%E2%80%93+zh-hans.reactjs.org deployment failure a long time, we have no access to the vercel to look into it.
Since we are not using state variable, there is no need to import useState. Removing unnecessary import statement from Challenge 4 solution of "State: A Component's Memory".
In this section, the words "fetched," "fetching," and "onFetched" are used frequently. so, including `useSomeAPI()` without any clarification in the example may cause confusion as it could be interpreted as...
I think that a semicolon should be added an example of syntax of useState in the [tutorial](https://beta.reactjs.org/reference/react/useState). now ```javascript const [state, setState] = useState(initialState) ``` **toBe** ```javascript const [state, setState]...
I could spot some Linter warning about unused imports, wasn't sure if it was required for some other parts for some reason (didn't dig enough), I can fix those in...
I will like to translate react js doc to pidgin so as to simplify some points to people here, Please how do i go about that ?
While reading the beta documentation, I realized there was one part that didn't look good to me. While navigating between pages, the absence of a "loading" screen made me feel...