mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 18:57:12 +00:00
update annotations
This commit is contained in:
parent
046b3281e1
commit
4d414e5f95
21 changed files with 57 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue