Redux – Spanish Translation project part 2 ( 7,67% 1066 words translated)

in #utopian-io7 years ago (edited)

Project Details

This is the continuation of the translation of the project.

The Redux is the new project that i want translation, but what is Redux?

Redux is a predictable state container for JavaScript apps.
It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger - Redux readme

Redux
Redux is an open source JavaScript library, designed to allow for state management of JavaScript applications. Inspired by Elm, Redux is a debugging tool and supports robust application data-flow architecture. Redux is frequently used in combination with React. - Redux Github

I have invited all the people who can help this project because there are many languages that have not yet been translated, there is still a lot of work to be done.


Profiles

https://github.com/topics/redux
https://github.com/reactjs/redux
https://crowdin.com/project/redux
https://redux.js.org/
https://en.wikipedia.org/wiki/Redux

My profile

profile.jpg

I quote because from the university I was taught to investigate and give credit to the people who deserve it and same to the creator.

Links related to the translation

Source Language

English

Translated Language

Spanish

Number Of Words

(my 1227+1066) - 29884
redux word.jpg

Number of words translated on this contribution: 1066
redux 2.jpg

Proofread Words

0

Previous translation on the same project

Redux – Spanish Translation project part 1 ( 4,10% 1227 words translated)

Number of words translated on the project before this report (if any): 1227


Sample

Glosario
Este es un glosario de los términos básicos en Redux, junto con sus firmas de tipo. Los tipos se documentan usando la notación de flujo.
Estado
type State = any
Estado (también llamado árbol (tree) de estado) es un término amplio, pero en la API de Redux generalmente se refiere al valor de estado único que es administrado por el almacén y devuelto por getState(). Representa el estado completo de una aplicación Redux, que a menudo es un objeto profundamente anidado.
Por constumbre, el estado de nivel superior es un objeto u otra recolección de clave-valor como un mapa, pero técnicamente este puede ser de cualquier tipo. Aún así, debe hacer su mejor esfuerzo para mantener el estado serializable. No coloque nada dentro de él que no pueda convertir fácilmente en JSON.
Acción
type Action = Object
Una acción es un objeto simple que representa una intención de cambiar el estado. Las acciones son la única forma de obtener datos en el almacén. Cualquier información, ya sea de eventos de IU, devoluciones de llamada de red u otras fuentes como WebSockets necesita ser enviado como acciones.
Las acciones deben tener un campo tipo que indique el tipo de acción que se está realizando. Los tipos pueden definirse como constantes e importarse desde otro módulo. Es mejor usar cadenas para tipo que Símbolos porque las cadenas son serializables.
Aparte de tipo, la estructura de un objeto de acción depende de usted. Si está interesado, consulte Acción Estándar de Flujo para obtener recomendaciones sobre cómo deben construirse las acciones.
Ver también acción async a continuación.
Reductor
type Reducer<S, A> = (state: S, action: A) => S
Un reductor (también llamado función reductora) es una función que acepta una acumulación y un valor y devuelve una nueva acumulación. Se usan para reducir un recolección de valores hasta un valor único.
Los reductores no son exclusivos de Redux: son un concepto fundamental en la programación funcional. Incluso la mayoría de los lenguajes no funcionales, como JavaScript, tienen una API incorporada para reducir. En JavaScript, es Array.prototype.reduce().
En Redux, el valor acumulado es el objeto de estado, y los valores que se acumulan son acciones. Los reductores calculan un nuevo estado dado el estado anterior y una acción. Deben ser funciones puras—funciones que devuelven la misma salida exacta para entradas determinadas. También deberían estar libres de efectos secundarios. Esto es lo que permite características interesantes como la recarga en caliente y el viaje en el tiempo.
Los reductores son el concepto más importante en Redux.



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Hey @jillfeint I am @utopian-io. I have just upvoted you!

Achievements

  • Seems like you contribute quite often. AMAZING!

Suggestions

  • Contribute more often to get higher and higher rewards. I wish to see you often!
  • Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck!

Get Noticed!

  • Did you know project owners can manually vote with their own voting power or by voting power delegated to their projects? Ask the project owner to review your contributions!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

buena publicacion hermano... :)

Muchas gracias

Congratulations @jillfeint! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

By upvoting this notification, you can help all Steemit users. Learn how here!

Coin Marketplace

STEEM 0.19
TRX 0.15
JST 0.029
BTC 63470.48
ETH 2544.22
USDT 1.00
SBD 2.72