mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
373 lines
16 KiB
HTML
373 lines
16 KiB
HTML
|
||
|
||
<!DOCTYPE html>
|
||
<!--[if IE]><![endif]-->
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<title>Video - React</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta property="og:title" content="Video - React">
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:url" content="https://facebook.github.io/react/docs/videos-it-IT.html">
|
||
<meta property="og:image" content="https://facebook.github.io/react/img/logo_og.png">
|
||
<meta property="og:description" content="A JavaScript library for building user interfaces">
|
||
<meta property="fb:app_id" content="623268441017527">
|
||
|
||
<link rel="shortcut icon" href="/react/favicon.ico">
|
||
<link rel="alternate" type="application/rss+xml" title="React" href="https://facebook.github.io/react/feed.xml">
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
|
||
<link rel="stylesheet" href="/react/css/syntax.css">
|
||
<link rel="stylesheet" href="/react/css/codemirror.css">
|
||
<link rel="stylesheet" href="/react/css/react.css">
|
||
|
||
<script src="//use.typekit.net/vqa1hcx.js"></script>
|
||
<script>try{Typekit.load();}catch(e){}</script>
|
||
|
||
<!--[if lte IE 8]>
|
||
<script src="https://unpkg.com/html5shiv@3.7.3/dist/html5shiv.min.js"></script>
|
||
<script src="https://unpkg.com/es5-shim@4.5.9/es5-shim.min.js"></script>
|
||
<script src="https://unpkg.com/es5-shim@4.5.9/es5-sham.min.js"></script>
|
||
<![endif]-->
|
||
<script src="https://unpkg.com/docsearch.js@1.5.0/dist/cdn/docsearch.min.js"></script>
|
||
<script src="https://unpkg.com/codemirror@5.15.2"></script>
|
||
<script src="https://unpkg.com/codemirror@5.15.2/mode/javascript/javascript.js"></script>
|
||
<script src="https://unpkg.com/codemirror@5.15.2/mode/xml/xml.js"></script>
|
||
<script src="https://unpkg.com/codemirror@5.15.2/mode/jsx/jsx.js"></script>
|
||
<script src="https://unpkg.com/react/dist/react.min.js"></script>
|
||
<script src="https://unpkg.com/react-dom/dist/react-dom.min.js"></script>
|
||
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
|
||
<script src="/react/js/live_editor.js"></script>
|
||
</head>
|
||
<body>
|
||
|
||
<div class="container">
|
||
|
||
<div class="nav-main">
|
||
<div class="wrap">
|
||
<a class="nav-home" href="/react/">
|
||
<img class="nav-logo" src="/react/img/logo.svg" width="36" height="36">
|
||
React
|
||
</a>
|
||
<div class="nav-lists">
|
||
<ul class="nav-site nav-site-internal">
|
||
<li><a href="/react/docs/hello-world.html">Docs</a></li>
|
||
<li><a href="/react/tutorial/tutorial.html">Tutorial</a></li>
|
||
<li><a href="/react/community/support.html" class="active">Community</a></li>
|
||
<li><a href="/react/blog/">Blog</a></li>
|
||
<li class="nav-site-search">
|
||
<input id="algolia-doc-search" type="text" placeholder="Search docs..." />
|
||
</li>
|
||
</ul>
|
||
<ul class="nav-site nav-site-external">
|
||
<li><a href="https://github.com/facebook/react">GitHub</a></li>
|
||
<li><a href="https://github.com/facebook/react/releases">v15.5.0</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<section class="content wrap communityContent">
|
||
<div class="inner-content">
|
||
<a class="edit-page-link"
|
||
href="https://github.com/facebook/react/tree/master/docs/community/videos.it-IT.md"
|
||
target="_blank">Edit on GitHub</a>
|
||
<h1>
|
||
Video
|
||
</h1>
|
||
<div class="subHeader"></div>
|
||
|
||
<h3>Riconsiderare le best practice - JSConf.eu</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/x7cQ3mrcKaY" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p>"A Facebook e Instagram, con React stiamo provando a spingerci oltre i limiti di ciò che è possibile realizzare sul web. Il mio talk comincerà con una breve introduzione al framework, e poi approfondirà tre argomenti controversi: Gettare via la nozione dei template e costruire le viste con JavaScript, effettuare il “ri-rendering” dell'intera applicazione quando i dati cambiano, e un'implementazione leggera del DOM e degli eventi." -- <a href="http://www.petehunt.net/">Pete Hunt</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>Pensare in react - tagtree.tv</h3>
|
||
|
||
<p>Un video di <a href="http://tagtree.tv/">tagtree.tv</a> che espone i principi di <a href="/react/docs/thinking-in-react.html">Pensare in React</a> mentre costruisci una semplice applicazione
|
||
<figure><a href="http://tagtree.tv/thinking-in-react"><img src="/react/img/docs/thinking-in-react-tagtree.png" alt=""></a></figure></p>
|
||
|
||
<hr>
|
||
|
||
<h3>I Segreti del DOM Virtuale - MtnWest JS</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/h3KksH8gfcQ" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p>"In questo talk discuterò perché abbiamo costruito un DOM virtuale, i vantaggi rispetto ad altri sistemi, e la sua rilevanza per il futuro della tecnologia dei browser." -- <a href="http://www.petehunt.net/">Pete Hunt</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>Pensare in grande con React</h3>
|
||
|
||
<p>"Sulla carta, tutti questi framework JS sembrano promettenti: implementazioni pulite, design veloce del codice, esecuzione perfetta. Ma che succede quando metti Javascript sotto stress? Che succede se gli dài in pasto 6 megabyte di codice? In questo talk investigheremo come si comporta React in situazioni di stress elevato, e come ha aiutato il nostro team a costruire codice sicuro ad una scala enorme."
|
||
<figure><a href="https://skillsmatter.com/skillscasts/5429-going-big-with-react#video"><img src="https://i.vimeocdn.com/video/481670116_650.jpg" alt=""></a></figure></p>
|
||
|
||
<hr>
|
||
|
||
<h3>CodeWinds</h3>
|
||
|
||
<p><a href="http://www.petehunt.net/">Pete Hunt</a> ha parlato con <a href="http://jeff.barczewski.com/">Jeff Barczewski</a> a proposito di React nell'Episodio 4 di CodeWinds.
|
||
<figure><a href="http://codewinds.com/4"><img src="/react/img/docs/codewinds-004.png" alt=""></a></figure></p>
|
||
|
||
<table width="100%"><tr><td>
|
||
02:08 - Cos'è React e perché usarlo?<br />
|
||
03:08 - La relazione simbiotica di ClojureScript e React<br />
|
||
04:54 - La storia di React e il perché è stato creato<br />
|
||
09:43 - Aggiornare una pagina web con React senza usare data binding<br />
|
||
13:11 - Usare il DOM virtuale per cambiare il DOM del browser<br />
|
||
13:57 - Programmare con React, rendering in HTML, canvas, ed altro<br />
|
||
16:45 - Lavorare con i designer. Paragone con Ember ed AngularJS<br />
|
||
21:45 - Il Compilatore JSX che unisce HTML e il javascript di React<br />
|
||
23:50 - Autobuilding JSX e strumenti nel browser per React<br />
|
||
24:50 - Trucchi e suggerimenti per lavorare con React, primi passi<br />
|
||
</td><td>
|
||
27:17 - Rendering HTML lato server con Node.js. Rendering backend<br />
|
||
29:20 - React evoluto tramite sopravvivenza del più adatto a Facebook<br />
|
||
30:15 - Idee per avere lo stato sul server e il client, usando web sockets.<br />
|
||
32:05 - React-multiutente - stato mutevole distribuito usando Firebase<br />
|
||
33:03 - Miglior debug con React usando le transizioni di stato, ripetere eventi<br />
|
||
34:08 - Differenze con i Web Components<br />
|
||
34:25 - Compagnie rilevanti che usano React<br />
|
||
35:16 - Si può creare un plugin backend di React per generare PDF?<br />
|
||
36:30 - Futuro di React, cosa viene dopo?<br />
|
||
39:38 - Contribuire e ricevere aiuto<br />
|
||
</td></tr></table>
|
||
|
||
<p><a href="http://codewinds.com/4">Leggi le note dell'episodio</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>JavaScript Jabber</h3>
|
||
|
||
<p><a href="http://www.petehunt.net/">Pete Hunt</a> e <a href="https://github.com/jordwalke">Jordan Walke</a> hanno parlato di React in JavaScript Jabber 73.
|
||
<figure><a href="http://javascriptjabber.com/073-jsj-react-with-pete-hunt-and-jordan-walke/#content"><img src="/react/img/docs/javascript-jabber.png" alt=""></a></figure></p>
|
||
|
||
<table width="100%"><tr><td>
|
||
01:34 – Introduzione di Pete Hunt<br />
|
||
02:45 – Introduzione di Jordan Walke<br />
|
||
04:15 – React<br />
|
||
06:38 – 60 Frame Al Secondo<br />
|
||
09:34 – Data Binding<br />
|
||
12:31 – Performance<br />
|
||
17:39 – Algoritmo di Differenza<br />
|
||
19:36 – Manipolazione del DOM
|
||
</td><td>
|
||
23:06 – Supporto per node.js<br />
|
||
24:03 – rendr<br />
|
||
26:02 – JSX<br />
|
||
30:31 – requestAnimationFrame<br />
|
||
34:15 – React e le Applicazioni<br />
|
||
38:12 – Utenti React Khan Academy<br />
|
||
39:53 – Farlo funzionare
|
||
</td></tr></table>
|
||
|
||
<p><a href="http://javascriptjabber.com/073-jsj-react-with-pete-hunt-and-jordan-walke/">Leggi la trascrizione completa</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>Introduzione a React.js - Facebook Seattle</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/XxVg_s8xAms" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p>Di <a href="http://tomocchino.com/">Tom Occhino</a> e <a href="https://github.com/jordwalke">Jordan Walke</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>Backbone + React + Middleman Screencast</h3>
|
||
|
||
<iframe width="100%" height="488" src="https://www.youtube-nocookie.com/embed/iul1fWHVU6A" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p>Backbone è una grande maniera di interfacciare una API REST con React. Questo screencast mostra come integrare i due usando <a href="https://github.com/magalhas/backbone-react-component">Backbone-React-Component</a>. Middleman è il framework utilizzato in questo esempio, ma può essere facilmente sostituito con altri framework. Si può trovare un template supportato per questo esempio <a href="https://github.com/jbhatab/middleman-backbone-react-template">qui</a>. -- <a href="http://www.openmindedinnovations.com/">Open Minded Innovations</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>Sviluppare Interfacce Utente Con React - Super VanJS</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/1OeXsL5mr4g" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p>Di <a href="https://github.com/steveluscher">Steven Luscher</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>Introduzione a React - LAWebSpeed meetup</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/SMMRJif5QW0" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p>Di <a href="http://www.phpied.com/">Stoyan Stefanov</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>React, o come rendere la vita più semplice - FrontEnd Dev Conf '14</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/YJNUK0EA_Jo" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p><strong>In Russo</strong> di <a href="http://solovyov.net/">Alexander Solovyov</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>"Programmazione funzionale del DOM" - Meteor DevShop 11</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/qqVbr_LaCIo" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<hr>
|
||
|
||
<h3>"Ripensare lo Sviluppo di Applicazioni Web a Facebook" - Facebook F8 Conference 2014</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/nYkdrAPrdcw" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<hr>
|
||
|
||
<h3>React e Flux: Costruire Applicazioni con un Flusso Dati Unidirezionale - Forward JS 2014</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/i__969noyAM" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p>Gli ingegneri di Facebook <a href="https://twitter.com/fisherwebdev">Bill Fisher</a> e <a href="https://twitter.com/jingc">Jing Chen</a> parlano di Flux e React, e di come usare un'architettura dell'applicazione con un flusso di dati unidirezionale rende gran parte del loro codice più pulito.</p>
|
||
|
||
<hr>
|
||
|
||
<h3>Rendering Lato Server di Applicazioni Isomorfiche a SoundCloud</h3>
|
||
|
||
<iframe src="https://player.vimeo.com/video/108488724" width="100%" height="365" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||
|
||
<p><a href="https://github.com/zertosh">Andres Suarez</a> ci accompagna alla scoperta di come <a href="https://developers.soundcloud.com/blog/">SoundCloud</a> usa React e Flux per il rendering lato server.</p>
|
||
|
||
<p><a href="https://github.com/zertosh/ssr-demo-kit">Slide e codice d'esempio</a></p>
|
||
|
||
<hr>
|
||
|
||
<h3>Introduzione a React Native (+Playlist) - React.js Conf 2015</h3>
|
||
|
||
<iframe width="100%" height="366" src="https://www.youtube-nocookie.com/embed/KVZ-P-ZI6W4?list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr" frameborder="0" allowfullscreen></iframe>
|
||
|
||
<p><a href="https://twitter.com/tomocchino">Tom Occhino</a> ripercorre il passato e il presente di React nel 2015, e ci mostra dove è diretto nell'immediato futuro.</p>
|
||
|
||
|
||
<div class="docs-prevnext">
|
||
|
||
<a class="docs-prev" href="/react/community/conferences-it-IT.html">← Prev</a>
|
||
|
||
|
||
<a class="docs-next" href="/react/community/complementary-tools-it-IT.html">Next →</a>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="nav-docs">
|
||
<!-- Community Nav -->
|
||
|
||
<div class="nav-docs-section">
|
||
<h3>Community Resources</h3>
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="/react/community/support.html">Where To Get Support</a>
|
||
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/react/community/conferences.html">Conferences</a>
|
||
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/react/community/videos.html">Videos</a>
|
||
|
||
</li>
|
||
|
||
<li>
|
||
<a href="https://github.com/facebook/react/wiki/Complementary-Tools" class="external">Complementary Tools</a>
|
||
|
||
</li>
|
||
|
||
<li>
|
||
<a href="https://github.com/facebook/react/wiki/Examples" class="external">Examples</a>
|
||
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<footer class="nav-footer">
|
||
<section class="sitemap">
|
||
<a href="/react/" class="nav-home">
|
||
</a>
|
||
<div>
|
||
<h5><a href="/react/docs/">Docs</a></h5>
|
||
<a href="/react/docs/hello-world.html">Quick Start</a>
|
||
<a href="/react/docs/thinking-in-react.html">Thinking in React</a>
|
||
<a href="/react/tutorial/tutorial.html">Tutorial</a>
|
||
<a href="/react/docs/jsx-in-depth.html">Advanced Guides</a>
|
||
</div>
|
||
<div>
|
||
<h5><a href="/react/community/support.html">Community</a></h5>
|
||
<a href="http://stackoverflow.com/questions/tagged/reactjs" target="_blank">Stack Overflow</a>
|
||
<a href="https://discuss.reactjs.org/" target="_blank">Discussion Forum</a>
|
||
<a href="https://discord.gg/0ZcbPKXt5bZjGY5n" target="_blank">Reactiflux Chat</a>
|
||
<a href="https://www.facebook.com/react" target="_blank">Facebook</a>
|
||
<a href="https://twitter.com/reactjs" target="_blank">Twitter</a>
|
||
</div>
|
||
<div>
|
||
<h5><a href="/react/community/support.html">Resources</a></h5>
|
||
<a href="/react/community/conferences.html">Conferences</a>
|
||
<a href="/react/community/videos.html">Videos</a>
|
||
<a href="https://github.com/facebook/react/wiki/Examples" target="_blank">Examples</a>
|
||
<a href="https://github.com/facebook/react/wiki/Complementary-Tools" target="_blank">Complementary Tools</a>
|
||
</div>
|
||
<div>
|
||
<h5>More</h5>
|
||
<a href="/react/blog/">Blog</a>
|
||
<a href="https://github.com/facebook/react" target="_blank">GitHub</a>
|
||
<a href="http://facebook.github.io/react-native/" target="_blank">React Native</a>
|
||
<a href="/react/acknowledgements.html">Acknowledgements</a>
|
||
</div>
|
||
</section>
|
||
<a href="https://code.facebook.com/projects/" target="_blank" class="fbOpenSource">
|
||
<img src="/react/img/oss_logo.png" alt="Facebook Open Source" width="170" height="45"/>
|
||
</a>
|
||
<section class="copyright">
|
||
Copyright © 2017 Facebook Inc.
|
||
</section>
|
||
</footer>
|
||
|
||
</div>
|
||
|
||
<div id="fb-root"></div>
|
||
<script src="/react/js/anchor-links.js"></script>
|
||
<script>
|
||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||
ga('create', 'UA-41298772-1', 'facebook.github.io');
|
||
ga('send', 'pageview');
|
||
|
||
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
|
||
|
||
(function(d, s, id) {
|
||
var js, fjs = d.getElementsByTagName(s)[0];
|
||
if (d.getElementById(id)) return;
|
||
js = d.createElement(s); js.id = id;
|
||
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6&appId=623268441017527";
|
||
fjs.parentNode.insertBefore(js, fjs);
|
||
}(document, 'script', 'facebook-jssdk'));
|
||
|
||
docsearch({
|
||
apiKey: '36221914cce388c46d0420343e0bb32e',
|
||
indexName: 'react',
|
||
inputSelector: '#algolia-doc-search'
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|