Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for frontend (0.17 sec)

  1. docs/pt/docs/project-generation.md

        - 馃捑 [PostgreSQL](https://www.postgresql.org) como banco de dados SQL.
    - 馃殌 [React](https://react.dev) para o frontend.
        - 馃拑 Usando TypeScript, hooks, [Vite](https://vitejs.dev), e outras partes de uma _stack_ frontend moderna.
        - 馃帹 [Chakra UI](https://chakra-ui.com) para os componentes de frontend.
        - 馃 Um cliente frontend automaticamente gerado.
        - 馃И [Playwright](https://playwright.dev) para testes Ponta-a-Ponta.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Jul 21 09:57:31 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/security/first-steps.md

            * And if the token is stolen, the risk is less. It is not like a permanent key that will work forever (in most of the cases).
    * The frontend stores that token temporarily somewhere.
    * The user clicks in the frontend to go to another section of the frontend web app.
    * The frontend needs to fetch some more data from the API.
        * But it needs authentication for that specific endpoint.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  3. docs/es/docs/project-generation.md

        - 馃捑 [PostgreSQL](https://www.postgresql.org) como base de datos SQL.
    - 馃殌 [React](https://react.dev) para el frontend.
        - 馃拑 Usando TypeScript, hooks, [Vite](https://vitejs.dev), y otras partes de una stack moderna de frontend.
        - 馃帹 [Chakra UI](https://chakra-ui.com) para los componentes del frontend.
        - 馃 Un cliente de frontend generado autom谩ticamente.
        - 馃И [Playwright](https://playwright.dev) para pruebas End-to-End.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. docs/en/docs/project-generation.md

        - 馃捑 [PostgreSQL](https://www.postgresql.org) as the SQL database.
    - 馃殌 [React](https://react.dev) for the frontend.
        - 馃拑 Using TypeScript, hooks, [Vite](https://vitejs.dev), and other parts of a modern frontend stack.
        - 馃帹 [Chakra UI](https://chakra-ui.com) for the frontend components.
        - 馃 An automatically generated frontend client.
        - 馃И [Playwright](https://playwright.dev) for End-to-End testing.
        - 馃 Dark mode support.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 2K bytes
    - Viewed (0)
  5. docs/de/docs/advanced/generate-clients.md

    <div class="termy">
    
    ```console
    $ npm run generate-client
    
    frontend-app@1.0.0 generate-client /home/user/code/frontend-app
    > openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios
    ```
    
    </div>
    
    Dieser Befehl generiert Code in `./src/client` und verwendet intern `axios` (die Frontend-HTTP-Bibliothek).
    
    ### Den Client-Code ausprobieren
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Jun 17 11:53:56 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  6. docs/pt/docs/advanced/generate-clients.md

    <div class="termy">
    
    ```console
    $ npm run generate-client
    
    frontend-app@1.0.0 generate-client /home/user/code/frontend-app
    > openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios
    ```
    
    </div>
    
    Esse comando gerar谩 o c贸digo em `./src/client` e usar谩 o `axios` (a biblioteca HTTP frontend) internamente.
    
    ### Experimente o C贸digo do Cliente
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Jun 17 11:53:56 UTC 2025
    - 11K bytes
    - Viewed (0)
  7. docs/es/docs/tutorial/security/first-steps.md

            * Y si el token es robado, el riesgo es menor. No es como una llave permanente que funcionar谩 para siempre (en la mayor铆a de los casos).
    * El frontend almacena temporalmente ese token en alg煤n lugar.
    * El usuario hace clic en el frontend para ir a otra secci贸n de la aplicaci贸n web frontend.
    * El frontend necesita obtener m谩s datos de la API.
        * Pero necesita autenticaci贸n para ese endpoint espec铆fico.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/cors.md

    <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">CORS or "Cross-Origin Resource Sharing"</a> refers to the situations when a frontend running in a browser has JavaScript code that communicates with a backend, and the backend is in a different "origin" than the frontend.
    
    ## Origin { #origin }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  9. docs/es/docs/advanced/generate-clients.md

    <div class="termy">
    
    ```console
    $ npm run generate-client
    
    frontend-app@1.0.0 generate-client /home/user/code/frontend-app
    > openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios
    ```
    
    </div>
    
    Ese comando generar谩 c贸digo en `./src/client` y usar谩 `axios` (el paquete HTTP de frontend) internamente.
    
    ### Prueba el C贸digo del Cliente
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Jun 17 11:53:56 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  10. docs/es/docs/tutorial/cors.md

    ## Origen
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top