Examples with "usar JSX" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Se recomienda usar JSX para describir cómo debe verse la UI.
We recommend using JSX to describe what your UI should look like.
Los marcos tienen opiniones, y son fuertes; React, por ejemplo, te obliga a usar JSX de una manera específica.
Frameworks have opinions, and they are strong; React, for example, forces you to use JSX in a specific way.
No se requiere realmente usar JSX mientras se trabaja con aplicaciones React.
It's is not really required to use JSX while working with React apps.
Andere resultaten
Además, también puede usar la sintaxis JSX para escribir las funciones de renderizado directamente.
Moreover, you can also use the JSX syntax to write the render functions directly.
JSX es opcional y no es requerido para usar React.
JSX is optional and not required to use React.
JSX también es preferido ya que es más fácil de usar que el código JavaScript plano.
JSX is also preferred since it's easier to use than plain JavaScript code.
La función acepta un elemento JSX, que significa que puede usar cualquier imagen o elemento SVG como su icono de bloque.
The function also accepts a JSX element, which means you can use any image or SVG element as your block icon.
Como puede ver en la extensión de archivo, vamos a usar la extensión de sintaxis JSX JavaScript.
As you can see from the file extension, we are going to use the JSX JavaScript syntax extension.
Adicionalmente, para la transformación de JSX a JS puedes elegir la herramienta JSXTransformer para el navegador o usar react-tools (una herramienta en línea de comandos que se instala vía NPM).
Additionally, for the JSX -> JS transformation, you can either use the in-browser JSXTransformer or use the command line tool, called react-tools (installed via NPM).