Skip to content

Commit

Permalink
Update src/content/learn/extracting-state-logic-into-a-reducer.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mattia Sanfilippo <[email protected]>
  • Loading branch information
paolapog and mattia-sanfilippo authored Feb 18, 2024
1 parent f49da42 commit 3b50967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/learn/extracting-state-logic-into-a-reducer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Estrarre la logica dello State in un Reducer
---

<Intro>

I componenti con molti aggiornamenti di state distruibiti su molti event handler può diventare eccessivo. In questi casi, è possibile consolidare tutti gli aggiornamenti della logica dello state fuori dal componente in una singola funzione, chiamata _reducer._

</Intro>
Expand Down

0 comments on commit 3b50967

Please sign in to comment.