update annotations

This commit is contained in:
Marcello 2022-08-06 10:48:24 +02:00
parent 046b3281e1
commit 4d414e5f95
21 changed files with 57 additions and 57 deletions

View file

@ -206,7 +206,7 @@ function Form() {
// ...
```
**NOTE**: The `key` attribute of the component is needed to identify a particular item. It's most useful if the list has to be sorted.
> **Note**: The `key` attribute of the component is needed to identify a particular item. It's most useful if the list has to be sorted.
## Hooks

View file

@ -94,7 +94,7 @@ const rootReducer = combineReducers({
});
```
**NOTE**: multiple reducers can be triggered by the same action since each one operates on a different portion of the state.
> **Note**: multiple reducers can be triggered by the same action since each one operates on a different portion of the state.
## [React-Redux](https://react-redux.js.org/)