File:React_Logo_SVG.svg · Wikimedia Commons · See Wikimedia Commons
React
Sign in to saveAlso known as React.js, React JavaScript library, ReactJS, reactjs
bibliothèque JavaScript
Key facts
- Original author
- Jordan Walke
- Developers
- Meta and community
- Initial release
- May 29, 2013 ; 13 years ago ( 2013-05-29 )
- Written in
- JavaScript
- Platform
- Web platform
- Type
- JavaScript library
- License
- MIT License
- Website
- react .dev
- Repository
- github .com /facebook /react
via Wikipedia infobox
Source code
We have several examples on the website. Here is the first one to get you started: This example will render "Hello Taylor" into a container on the page. You'll notice that we used an HTML-like syntax; we call it JSX. JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. The main purpose of this repository is to continue evolving React core, making it faster and easier to use. Development of React happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving React. Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated. Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started.
Excerpt from the source-code README · 5,316 chars · not written by Vinony
Wikidata facts
- Official website
- ar.reactjs.org
Show 9 more facts
- software version identifier
- 19.2.5
- social media followers
- 449890
- Stack Exchange tag
- stackoverflow.com/tags/reactjs
- user manual URL
- react.dev
- publication date
- 2013-00-00
- source code repository URL
- github.com/facebook/react
- inception
- 2013-05-29
- official blog URL
- reactjs.org/blog
- Commons category
- React (software)
Sources (12)
via Wikidata · CC0
Article · Français
React (aussi appelé React.js ou ReactJS) est une bibliothèque JavaScript libre développée par Facebook depuis 2013. Le but principal de cette bibliothèque est de faciliter la création d'application web monopage, via la création de composants dépendant d'un état et générant une page (ou portion) HTML à chaque changement d'état. React est une bibliothèque qui ne gère que l'interface de l'application, considéré comme la vue dans le modèle MVC. Elle peut ainsi être utilisée avec une autre bibliothèque ou un framework MVC comme AngularJS. La bibliothèque se démarque de ses concurrents par sa flexibilité et ses performances, en travaillant avec un DOM virtuel et en ne mettant à jour le rendu dans le navigateur qu'en cas de nécessité. La bibliothèque est utilisée par Netflix (depuis le 25 octobre 2017, une migration de la partie client vers du JavaScript pur a permis d'augmenter les performances de 50%), Yahoo, Airbnb, Sony, Atlassian ainsi que par les équipes de Facebook, pratiquant l'autoéquipement sur le réseau social éponyme, Instagram ou encore WhatsApp. À la fin de 2015, WordPress.com annonce Gutenberg, une interface pour les éditeurs de sites WordPress, développée en JavaScript avec Node.js et React.
Abstract from DBpedia / Wikipedia · CC BY-SA