Last active
June 20, 2024 18:00
-
-
Save programadorEmerson/c5643929ca5d716ea47ab5a7b2ce108f to your computer and use it in GitHub Desktop.
Revisions
-
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # 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* -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ *Antes de começar* - [x] 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; -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ - [x] 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 -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ *Instalação* - [x] npx create-react-app my-app-redux; - [ ] npm install --save redux react-redux; - [ ] npm install --save @redux-devtools/extension *Criar dentro do diretório `src`:* -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ *Instalação* - [x] npx create-react-app my-app-redux; - [x] npm install --save redux react-redux; - [ ] npm install --save @redux-devtools/extension *Criar dentro do diretório `src`:* - [ ] diretório `redux` -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ - [x] npm install --save @redux-devtools/extension *Criar dentro do diretório `src`:* - [ ] diretório `redux` *Criar dentro do diretório `redux`* - [ ] arquivo `store.js` -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ - [x] diretório `redux` *Criar dentro do diretório `redux`* - [ ] arquivo `store.js` - [ ] diretório `actions` - [ ] diretório `reducers` -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ *Criar dentro do diretório `redux`* - [x] arquivo `store.js` - [ ] diretório `actions` - [ ] diretório `reducers` *Criar dentro do diretório `actions`:* - [ ] arquivo `index.js`. -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ *Criar dentro do diretório `redux`* - [x] arquivo `store.js` - [ ] diretório `actions` - [x] diretório `reducers` *Criar dentro do diretório `actions`:* -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,7 @@ - [x] diretório `reducers` *Criar dentro do diretório `actions`:* - [ ] arquivo `index.js`. *Criar dentro do diretório `reducers`:* - [ ] arquivo `index.js`. -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,7 @@ - [x] arquivo `index.js`. *Criar dentro do diretório `reducers`:* - [ ] arquivo `index.js`. *Criar dentro do arquivo `redux/store.js`:* - [ ] importar o createStore -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,7 +24,7 @@ - [x] arquivo `index.js`. *Criar dentro do arquivo `redux/store.js`:* - [ ] importar o createStore - [ ] configurar o [Redux DevTools](https://github.com/reduxjs/redux-devtools) - [ ] importar o rootReducer - [ ] criar e exportar a store -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,7 +25,7 @@ *Criar dentro do arquivo `redux/store.js`:* - [x] importar o createStore - [ ] configurar o [Redux DevTools](https://github.com/reduxjs/redux-devtools) - [ ] importar o rootReducer - [ ] criar e exportar a store -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,7 @@ *Criar dentro do arquivo `redux/store.js`:* - [x] importar o createStore - [x] configurar o [Redux DevTools](https://github.com/reduxjs/redux-devtools) - [ ] importar o rootReducer - [ ] criar e exportar a store Exemplo: -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,7 @@ - [x] importar o createStore - [x] configurar o [Redux DevTools](https://github.com/reduxjs/redux-devtools) - [x] importar o rootReducer - [ ] criar e exportar a store Exemplo: -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default store; ``` *Criar dentro do arquivo `redux/reducers/index.js`:* - [ ] estado inicial - [ ] criar função reducer com `switch` retornando apenas a opção `default` - [ ] criar `rootReducer` usando o `combineReducers` - [ ] exportar `rootReducer` -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default store; *Criar dentro do arquivo `redux/reducers/index.js`:* - [x] estado inicial - [ ] criar função reducer com `switch` retornando apenas a opção `default` - [ ] criar `rootReducer` usando o `combineReducers` - [ ] exportar `rootReducer` -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default store; *Criar dentro do arquivo `redux/reducers/index.js`:* - [x] estado inicial - [x] criar função reducer com `switch` retornando apenas a opção `default` - [ ] criar `rootReducer` usando o `combineReducers` - [ ] exportar `rootReducer` Exemplo: -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default store; - [x] estado inicial - [x] criar função reducer com `switch` retornando apenas a opção `default` - [x] criar `rootReducer` usando o `combineReducers` - [ ] exportar `rootReducer` Exemplo: -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default rootReducer; *No arquivo `index.js`:* - [ ] importar a `store` - [ ] importar o `Provider`, para fornecer os estados a todos os componentes encapsulados pelo `<App />` Exemplo: -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default rootReducer; ``` *No arquivo `index.js`:* - [ ] importar a `store` - [x] importar o `Provider`, para fornecer os estados a todos os componentes encapsulados pelo `<App />` Exemplo: -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -86,7 +86,7 @@ import store from './redux/store' ``` *Na pasta `actions/index.js`:* - [ ] criar e exportar os actionTypes Exemplo: -
programadorEmerson revised this gist
Apr 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Exemplo: export const ADD_EMAIL = 'ADD_EMAIL'; ``` - [ ] criar e export os actions creators necessários Exemplo: -
programadorEmerson revised this gist
Apr 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Exemplo: export const ADD_EMAIL = 'ADD_EMAIL'; ``` - [x] criar e export os actions creators necessários Exemplo: -
programadorEmerson revised this gist
Apr 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -86,7 +86,7 @@ import store from './redux/store' ``` *Na pasta `actions/index.js`:* - [x] criar e exportar os actionTypes Exemplo: -
programadorEmerson revised this gist
Apr 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default rootReducer; *No arquivo `index.js`:* - [x] importar a `store` - [x] importar o `Provider`, para fornecer os estados a todos os componentes encapsulados pelo `<App />` Exemplo: -
programadorEmerson revised this gist
Apr 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default rootReducer; ``` *No arquivo `index.js`:* - [x] importar a `store` - [ ] importar o `Provider`, para fornecer os estados a todos os componentes encapsulados pelo `<App />` Exemplo: -
programadorEmerson revised this gist
Apr 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default store; - [x] estado inicial - [x] criar função reducer com `switch` retornando apenas a opção `default` - [x] criar `rootReducer` usando o `combineReducers` - [x] exportar `rootReducer` Exemplo: -
programadorEmerson revised this gist
Apr 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default store; *Criar dentro do arquivo `redux/reducers/index.js`:* - [x] estado inicial - [x] criar função reducer com `switch` retornando apenas a opção `default` - [x] criar `rootReducer` usando o `combineReducers` - [ ] exportar `rootReducer` Exemplo: -
programadorEmerson revised this gist
Apr 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default store; *Criar dentro do arquivo `redux/reducers/index.js`:* - [x] estado inicial - [x] criar função reducer com `switch` retornando apenas a opção `default` - [ ] criar `rootReducer` usando o `combineReducers` - [ ] exportar `rootReducer`
NewerOlder