Examples with "API React" 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.
Finalmente, construimos una interfaz para la API usando React.
Finally, we built a front end to the API using React.
A continuación, vamos a interactuar con la API de nuestra aplicación React.
Next, let's interact with the API from our React Application.
Hay dos propiedades importantes que queremos que se preserven en las API de React
There are two important properties that we want React APIs to preserve
Esta sección de la documentación es útil si quieres aprender detalles sobre una API de React en específico.
This documentation section is useful when you want to learn more details about a particular React API.
Expo proporciona una capa encima de las API React Native para hacerlos más fáciles de utilizar y administrar.
Expo provides a layer on top of the React Native APIs to make them easier to use and manage.
Creo que habla del éxito de la API de React que puedas llegar bien lejos sin siquiera pensar en la mayoría de estos temas.
I think it speaks to the success of React's API that you can get very far without ever thinking about most of these topics.
Por otra parte, HOCs no tiene que hacer nada con la API de React y son un patrón genérico que funciona bien con React.
Moreover, HOCs don't have to do anything with the React API and are a generic pattern that works well with React.
try/ catch, require y la API de Contexto de React son ejemplos pragmáticos de cómo queremos tener un manejador «ambiental» disponible en lugar de moverlo explícitamente por cada nivel; incluso si de manera general valoramos lo explícito.
try/ catch, require, and React Context API are pragmatic examples of how we want to have some "ambient" handler available to us instead of explicitly threading it through every level - even if in general we value explicitness.
Preact es una alternativa más ligera a React: misma API, pero en menos de 3KB.
Preact is a smaller alternative to React: the same API, but in less than 3KB.
Les pedimos que desarrollaran tanto nuestra API como nuestras aplicaciones móviles en React Native.
We asked them to develop our API as well as our mobile applications in React Native.
Es la API que nos permite decirle a React que renderice un árbol de elementos de React en particular dentro de una instancia anfitriona que lo contenga.
It's the API that lets us tell React to render a particular React element tree inside a container host instance.
Puede que hayas notado cuando usas la API Context en clases (ya sea con la antigua API contextTypes o la moderna contextType añadida en React 16.6), context se pasa como segundo argumento al constructor.
You might have noticed that when you use the Context API in classes (either with the legacy contextTypes or the modern contextType API added in React 16.6), context is passed as a second argument to the constructor.
Acordamos mutuamente que ReactJS era la opción más clara para la interfaz de usuario, React-Redux también se usaría para API (Saga y Reductores).
We mutually agreed ReactJS was the clear choice for the user interface, React-Redux would also be used for APIs (Saga and Reducers).