Skip to content

Instantly share code, notes, and snippets.

View calvitoria's full-sized avatar
:octocat:
creating new amazing things!

Vitória Calvi Meinerz calvitoria

:octocat:
creating new amazing things!
  • Pluga.co
  • Porto Alegre
View GitHub Profile
@ANDREHORMAN1994
ANDREHORMAN1994 / checklist-redux.md
Last active May 1, 2024 04:35
Checklist do Redux

Checklist do Redux

Antes de começar

  • pensar como será o formato do seu estado global
  • pensar quais actions serão necessárias na sua aplicação

Instalação

  • npx create-react-app my-app-redux;
  • npm install --save redux react-redux;
  • npm install --save @redux-devtools/extension;