Giter Site home page Giter Site logo

reactjs / es.reactjs.org Goto Github PK

View Code? Open in Web Editor NEW
272.0 19.0 285.0 155.04 MB

React documentation website in Spanish / Documentación del sitio web de React en Español

Home Page: https://github.com/reactjs/es.reactjs.org/issues/500

License: Creative Commons Attribution 4.0 International

JavaScript 32.55% CSS 7.37% HTML 0.28% Shell 0.01% TypeScript 59.79%
hacktoberfest

es.reactjs.org's Introduction

es.react.dev

Este repositorio contiene el código fuente y la documentación de es.react.dev.

Comenzar

Prerrequisitos

  1. Git.
  2. Node: cualquier versión 12.x a partir de v12.0.0 o superior.
  3. Yarn: consulta el sitio web de Yarn para obtener instrucciones de instalación (en inglés).
  4. Una bifurcación (fork) del repositorio (para cualquier contribución).
  5. Un clon (clone) del repositorio es.react.dev en tu máquina local.

Instalación

  1. cd es.react.dev para entrar en la raíz del proyecto.
  2. yarn para instalar las dependencias npm del sitio web.

Ejecución local

  1. yarn dev para iniciar el servidor de desarrollo (desarrollado por Next.js).
  2. open http://localhost:3000 para abrir el sitio en tu navegador favorito.

Contribución

Directrices

La documentación está dividida en varias secciones con un tono y un propósito diferentes. Si tienes previsto escribir más de unas pocas frases, quizá te resulte útil familiarizarte con las directrices de contribución de las secciones correspondientes.

Crear una rama (branch)

  1. git checkout main desde cualquier carpeta de tu repositorio local es.react.dev.
  2. git pull origin main para asegurarte de que tienes el último código principal (main).
  3. git checkout -b el-nombre-de-mi-rama (sustituyendo el-nombre-de-mi-rama por un nombre adecuado) para crear una rama (branch).

Hacer un cambio

  1. Sigue las instrucciones de "Ejecución local".
  2. Guarda los archivos y compruébalos en el navegador.
  3. Los cambios en los componentes React en src se recargarán en caliente.
  4. Los cambios en los archivos markdown de content se cargarán en caliente.
  5. Si trabajas con plugins, puede que tengas que eliminar el directorio .cache y reiniciar el servidor.

Prueba el cambio

  1. Si es posible, prueba cualquier cambio visual en todas las versiones más recientes de los navegadores habituales, tanto en el escritorio como en el móvil.
  2. Ejecuta yarn check-all. (Esto ejecutará Prettier, ESLint y validará los tipos).

Empújalo (Push it)

  1. git add -A && git commit -m "Mi mensaje" (sustituye Mi mensaje por un mensaje de confirmación, como Arreglar logotipo de cabecera en Android) para escenificar y confirmar tus cambios.
  2. git push my-fork-name el-nombre-de-mi-rama.
  3. Ve al repositorio es.react.dev y deberías ver las ramas empujadas recientemente.
  4. Sigue las instrucciones de GitHub.
  5. Si es posible, incluye capturas de pantalla de los cambios visuales. Se activará una compilación de vista previa después de que tus cambios se envíen a GitHub.

Traducción

Si estás interesado en traducir es.react.dev, consulta los esfuerzos de traducción actuales aquí (en inglés).

Licencia

El contenido enviado a es.react.dev tiene licencia CC-BY-4.0, tal y como se encuentra en el archivo LICENSE-DOCS.md.

es.reactjs.org's People

Contributors

acdlite avatar alejandronanez avatar alexkrolick avatar bvaughn avatar carburo avatar chenglou avatar danilowoz avatar darking360 avatar ezequielmonforte avatar gaearon avatar hugmanrique avatar ivandevp avatar jimfb avatar koba04 avatar kohei-takata avatar lex111 avatar marocchino avatar mcsheffrey avatar nghdeveloper avatar petehunt avatar react-translations-bot avatar reactjs-translation-bot avatar rickhanlonii avatar sebmarkbage avatar sophiebits avatar tesseralis avatar vjeux avatar yangshun avatar zpao avatar zqran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

es.reactjs.org's Issues

Translate: SyntheticEvent

Created this issue as a placeholder for translating SyntheticEvent page of the API Reference section.

[OLD] Legacy Spanish Translation Progress

🚨 Please Read this before contributing 🚨

Maintainer List

For New Translators

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below. Do not create new issues claiming for new work please, let's keep everything here. If you already have an issue opened, please close it after your PR gets merged 🎉. Thanks!
  2. Comment below with the name of the page you would like to translate. Take only one page at a time.
  3. Submit a PR, assign @dmoralesm, @carburo, @Darking360 or @alejandronanez and add a link to it to your comment!

Please check the style guide to make sure translations are written in a consistent manner.

Also, check out the Crowdin repository before starting the translation of a new article. Click and open each article to see how much work has been actually done. "0%" in the index page does not mean the article has not been translated!

Work List

(🏃 Work in Progress; 👀 In Review)

Core Pages

To do before releasing as an "official" translation. Please translate these pages first.

Basics

API Reference

Navigation

These are the navigation links that appear in the sidebar. Possibly wait until
the corresponding sections are translated to do these.

Next Steps

These are the next most important translations, ordered by importance:

Installation

Hooks

Everyone is hooked on hooks! People are really excited for these and it would be great for them to be translated.

Warnings

These are the pages that you get when you click the links in the console (e.g. https://reactjs.org/warnings/dont-call-proptypes.html). People tend to search these, so please don't translate the error message itself.

Advanced Guides

FAQ

Contributing

Priority: Low

Components

Components in src/components that have some text in them.

Additional Translations

Community Resources

  • Support
  • Courses
  • Examples
  • Meetups
  • Conferences
  • Articles
  • Podcasts
  • Videos
  • External Resources

Tools

  • Debugging
  • Component Workbenches
  • JSX Integrations
  • Starter Kits
  • Routing
  • Model Management
  • Data Fetching
  • Testing
  • UI Components
  • Miscellaneous

Blog

  • Is React Translated Yet? (@carburo)
  • React v16.8
  • React v16.7
  • React 16 Roadmap
  • React Conf Recap
  • (and more...)

Translate: Rules of hooks

I finished with Introducing JSX and I want to follow the spanish translation with the Rules of hooks section. Related to #4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.