https://github.com/mainick/example-react-redux
https://github.com/mainick/example-react-redux
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainick/example-react-redux
- Owner: mainick
- Created: 2021-03-27T12:32:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T11:11:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T15:20:22.786Z (about 1 year ago)
- Language: JavaScript
- Size: 841 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux
Redux in React
# Esempio React collegato allo store di Redux
Redux ci consente di separare lo stato dell'applicazione da React,
creando un archivio globale, **lo store di Redux**, che si trova ad un livello superiore dell'applicazione
ed alimenta lo stato di tutti gli altri componenti.
I componenti si aggiornano ogni volta che questo viene aggiornato con un minimo impatto sulle prestazioni.