Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active October 3, 2025 02:16
Show Gist options
  • Save Klerith/1609a96092b33a75b8c1605ee87168af to your computer and use it in GitHub Desktop.
Save Klerith/1609a96092b33a75b8c1605ee87168af to your computer and use it in GitHub Desktop.

Revisions

  1. Klerith revised this gist Mar 26, 2025. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    <h1>TanStack Query</h1>
    <p align="center">
    <img src="https://tanstack.com/_build/assets/logo-color-600w-Bx4vtR8J.png" width="150" alt="Tanstack Logo" />
    <img src="https://gist.github.com/user-attachments/assets/31bf9833-8b8e-4d65-8980-1def97e3f95a" width="150" alt="Tanstack Logo" />
    </p>


  2. Klerith revised this gist Jul 20, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -45,6 +45,8 @@

    * [Otro set de íconos - VSCode Icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)

    * [Set de íconos - Beardedicons](https://marketplace.visualstudio.com/items?itemName=BeardedBear.beardedicons)

    ### Wallpapes

    * [Wallpapers Developer](https://drive.google.com/drive/folders/1ItU8rbSGJjnh2USOBGwaCo9nYKifPJ6m?usp=sharing)
  3. Klerith revised this gist Jul 18, 2024. 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
    @@ -35,7 +35,7 @@

    * [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens)


    * [Auto Barrel Files](https://marketplace.visualstudio.com/items?itemName=imgildev.vscode-auto-barrel)

    ### Temas que estoy usando en VSCode:

  4. Klerith revised this gist Jul 18, 2024. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -41,9 +41,9 @@

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

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

    * [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)
    * [Otro set de íconos - VSCode Icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)

    ### Wallpapes

  5. Klerith revised this gist Jul 18, 2024. 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
    @@ -43,6 +43,7 @@

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

    * [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)

    ### Wallpapes

  6. Klerith revised this gist Jul 18, 2024. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -2,9 +2,8 @@
    <img src="https://tanstack.com/_build/assets/logo-color-600w-Bx4vtR8J.png" width="150" alt="Tanstack Logo" />
    </p>

    # Instalaciones recomendadas

    ## Instalaciones Necesarias
    ## Instalaciones

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

  7. Klerith revised this gist Jul 18, 2024. 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
    @@ -14,7 +14,7 @@



    ### Instalaciones recomendadas sobre React
    ### Extensiones

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

  8. Klerith revised this gist Jul 18, 2024. 1 changed file with 25 additions and 17 deletions.
    42 changes: 25 additions & 17 deletions instalaciones-react-query.md
    Original file line number Diff line number Diff line change
    @@ -1,51 +1,59 @@
    <p align="center">
    <img src="https://react-query-v3.tanstack.com/_next/static/images/logo-7a7896631260eebffcb031765854375b.svg" width="400" alt="Vue Logo" />
    <img src="https://tanstack.com/_build/assets/logo-color-600w-Bx4vtR8J.png" width="150" alt="Tanstack 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/)

    * [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"
    ```

    ### Instalaciones recomendadas sobre React

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

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

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

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

    * [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)

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

    * [Console Ninja](https://marketplace.visualstudio.com/items?itemName=WallabyJs.console-ninja)

    * [DotEnv](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv)

    * [Easy Snippet](https://marketplace.visualstudio.com/items?itemName=inu1255.easy-snippet)

    * [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens)



    ### 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)
    ### Wallpapes

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


    ## Comunidad de Discord
    Los invitamos a que se unan a nuestra comunidad de estudiantes en Discord y habla con personas que también estan aprendiendo igual que tu sobre diversas tecnologías.

    <a href="https://discord.gg/KySgxtdKv6" target="blank">
    <img src="https://files.cdn.thinkific.com/cdn-cgi/image/width=1920,dpr=3,onerror=redirect/file_uploads/643563/images/c4f/52b/ecc/HOME-BANNER-COMUNIDAD-discord.jpg">
    </a>

  9. 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"
  10. 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"
  11. 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)
  12. 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)



  13. 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:

  14. 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)