React (software): Difference between revisions

Content deleted Content added
Reverted to revision 886724732 by StandNThrow (talk): Rvt good faith edit that corrupted infobox (TW)
Added a snippet for React 360
Line 28:
On April 18, 2017, Facebook announced [[React Fiber]], a new core algorithm of React framework library for building [[user interface]]s.<ref>{{Cite news|url=https://techcrunch.com/2017/04/18/facebook-announces-react-fiber-a-rewrite-of-its-react-framework/|title=Facebook announces React Fiber, a rewrite of its React framework|publisher=TechCrunch|author=Frederic Lardinois|date=18 April 2017|access-date=19 April 2017}}</ref> React Fiber was to become the foundation of any future improvements and feature development of the React framework.<ref>{{cite web|title = React Fiber Architecture|url = https://github.com/acdlite/react-fiber-architecture| website=Github|access-date = 19 April 2017}}</ref>{{Update inline|reason=Last commit was in 2016. Is this statement still true?|date=June 2018}}
 
On April 19, 2017, React 360 V1.0.0 was released to the public.<ref>https://github.com/facebook/react-360/releases</ref> This allowed developers with experience using react to jump into VR development.
==Basic usage==
The following is a rudimentary example of React usage in HTML with [[React_(JavaScript_library)#JSX|JSX]] and JavaScript.