Skip to content

Instantly share code, notes, and snippets.

@henriquejensen
Created January 14, 2018 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henriquejensen/7669af057506e27eb0962a0fd3a36c18 to your computer and use it in GitHub Desktop.
Save henriquejensen/7669af057506e27eb0962a0fd3a36c18 to your computer and use it in GitHub Desktop.
Arquitetura de tutoriais React e Redux
  • [actions] //Pasta com todas as actions
  • [reducers] //Pasta com todas os reducers
  • [constants] //Pasta com todas as constantes
  • [containers] //Pasta com todas os containers
  • [components] //Pasta com todas os componentes
  • [styles] //Pasta dos stilos gerais
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment