Content deleted Content added
Line 53:
The basic architecture of React applies beyond rendering HTML in the browser. For example, Facebook has dynamic charts that render to <canvas> tags,<ref>https://facebook.github.io/react/blog/2013/06/05/why-react.html</ref> and Netflix and PayPal use isomorphic loading to render identical HTML on both the server and client.<ref name=paypal-isomorphic-reactjs>{{cite web|title=PayPal Isomorphic React|url=https://www.paypal-engineering.com/2015/04/27/isomorphic-react-apps-with-react-engine/}}</ref><ref name=netflix-isomorphic-reactjs>{{cite web|title=Netflix Isomorphic React|url=http://techblog.netflix.com/2015/01/netflix-likes-react.html}}</ref>
React Native libraries announced by Facebook in 2015 <ref>https://code.facebook.com/posts/1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/</ref> provide the React architecture to native iOS and Android applications.
|