Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulpessoa/20f62623f5dc013b655a3930d0d93ab3 to your computer and use it in GitHub Desktop.
Save paulpessoa/20f62623f5dc013b655a3930d0d93ab3 to your computer and use it in GitHub Desktop.

Revisions

  1. @Klerith Klerith revised this gist Nov 1, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,7 @@
    * [Node](https://nodejs.org/es/)

    * [Git](https://git-scm.com/)

    Ejecutar estos comandos en la consola o terminal (puede ser cualquier nombre y cualquier correo)
    ```
    git config --global user.name "Tu nombre"
  2. @Klerith Klerith revised this gist Nov 1, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,7 @@
    * [Node](https://nodejs.org/es/)

    * [Git](https://git-scm.com/)
    Ejecutar estos comandos en la consola o terminal (puede ser cualquier nombre y cualquier correo)
    ```
    git config --global user.name "Tu nombre"
    git config --global user.email "Tu correo"
  3. @Klerith Klerith revised this gist Nov 1, 2022. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -13,10 +13,20 @@

    * [Node](https://nodejs.org/es/)

    * [Git](https://git-scm.com/)
    ```
    git config --global user.name "Tu nombre"
    git config --global user.email "Tu correo"
    ```



    ## Extensiones de VSCode

    * [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar)

    * [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype)

    ### Temas que estoy usando en VSCode:

    * [Tokyo Night](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night)
  4. @Klerith Klerith revised this gist Oct 28, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -32,7 +32,7 @@

    * [TypeScript Importer](https://marketplace.visualstudio.com/items?itemName=pmneo.tsimporter)


    * [Wallpapers Developer](https://drive.google.com/drive/folders/1ItU8rbSGJjnh2USOBGwaCo9nYKifPJ6m?usp=sharing)



  5. @Klerith Klerith revised this gist Oct 28, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@


    ## Extensiones de VSCode
    [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar)
    * [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar)

    ### Temas que estoy usando en VSCode:

  6. @Klerith Klerith created this gist Oct 28, 2022.
    39 changes: 39 additions & 0 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,39 @@
    <p align="center">
    <img src="https://react-query-v3.tanstack.com/_next/static/images/logo-7a7896631260eebffcb031765854375b.svg" width="400" alt="Vue Logo" />
    </p>

    # Instalaciones recomendadas

    ## Instalaciones Necesarias
    * [Google Chrome](https://www.google.com/chrome/)

    * [Visual Studio Code](https://code.visualstudio.com/)

    * [Postman](https://www.postman.com/downloads/)

    * [Node](https://nodejs.org/es/)


    ## Extensiones de VSCode
    [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar)

    ### Temas que estoy usando en VSCode:

    * [Tokyo Night](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night)

    * [Iconos](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

    ### Instalaciones recomendadas sobre React
    * [ES7 React/Redux](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)

    * [Simple React Snippets](https://marketplace.visualstudio.com/items?itemName=burkeholland.simple-react-snippets)

    * [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag)

    * [TypeScript Importer](https://marketplace.visualstudio.com/items?itemName=pmneo.tsimporter)