-
Notifications
You must be signed in to change notification settings - Fork 300
Translated 2014-09-03-introducing-the-jsx-specification.md to spanish #395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -1,14 +1,15 @@ | ||||||||
--- | ||||||||
title: "Introducing the JSX Specification" | ||||||||
title: "Introduciendo el concepto de JSX" | ||||||||
author: [sebmarkbage] | ||||||||
--- | ||||||||
|
||||||||
At Facebook we've been using JSX for a long time. We originally introduced it to the world last year alongside React, but we actually used it in another form before that to create native DOM nodes. We've also seen some similar efforts grow out of our work in order to be used with other libraries and in interesting ways. At this point React JSX is just one of many implementations. | ||||||||
En Facebook hemos estado usando JSX por un largo tiempo. Originalmente lo introdujimos al mundo el ultimo año junto a React, pero en realidad lo usábamos de otra forma antes de usarlo para crear nodos nativos del DOM. | ||||||||
También hemos visto esfuerzos similares surgir de nuestro trabajo para ser utilizado con otras librarías de maneras interesantes. En este punto React JSX es solo una de muchas implementaciones. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
||||||||
In order to make it easier to implement new versions and to make sure that the syntax remains compatible, we're now formalizing the syntax of JSX in a stand-alone spec without any semantic meaning. It's completely stand-alone from React itself. | ||||||||
Para que sea más fácil de implementar nuevas versiones y asegurar que la sintaxis se mantenga compatible, estamos formalizando la sintaxis de JSX como un funcionamiento independiente sin ningún significado semántico. Es completamente independiente de React en si. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
||||||||
Read the spec now at <https://facebook.github.io/jsx/>. | ||||||||
Lee las especificaciones ahora en <https://facebook.github.io/jsx/>. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
||||||||
This is not a proposal to be standardized in ECMAScript. It's just a reference document that transpiler writers and syntax highlighters can agree on. It's currently in a draft stage and will probably continue to be a living document. | ||||||||
Esta no es una propuesta para estandarizarlo en ECMAScript. Es solo un documento de referencia en donde los escritores de transpiladores y los resaltadores de sintaxis puedan concordar. Esta actualmente en una etapa de boceto pero probablemente continúe hasta convertirse en un documento. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
||||||||
Feel free to [open an Issue](https://github.com/facebook/jsx/issues/new) or Pull Request if you find something wrong. | ||||||||
Siéntete libre de abrir un [reporte en GitHub](https://github.com/facebook/jsx/issues/new) o una Pull Request si encuentras algo que está incorrecto. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.