Upgrade to Pro — share decks privately, control downloads, hide ads and more …

React JS

React JS

"Introduzione a React JS" - Lightning Talks - 21 Aprile 16- Club degli sviluppatori
@blog: www.giuseppetoto.it

Avatar for giuseppetoto

giuseppetoto

April 22, 2016
Tweet

Other Decks in Programming

Transcript

  1. CHE COSA E’ REACT ? •  Una libreria javascript per

    costruire e renderizzare efficientemente widget che cambiano dati di continuo •  Nel pattern MVC è la V •  React è utilizzato a pieno regime su Facebook e Instagram
  2. PERCHE’ REACT? non è un MVC -  React non ha

    bisogno di conoscere il tuo stack tecnologico -  React si integra facilmente in progetti esistenti
  3. PERCHE’ REACT? • Non è un template e non usa le

    direttive html (approccio tradizionale) ma usa tutta l’espressività e la potenza di js/jsx
  4. riferimenti Documentazione ufficiale: hTps://facebook.github.io/react Give it five minutes hTps://signalvnoise.com/posts/3124-give-it-five-minutes Cosa

    è React + Esempio (spiegato in breve) hTps://corso-javascript.usefedora.com/courses/corso-javascript/lectures/477475 Secondo Esempio React (comment list) hTps://facebook.github.io/react/docs/tutorial.html Why react ? hTps://facebook.github.io/react/blog/2013/06/05/why-react.html Thinking in React hTps://facebook.github.io/react/docs/thinking-in-react.html Redux hTps://github.com/reactjs/redux Hot Reloading with Time Travel hTps://www.youtube.com/watch?v=xsSnOQynTHs Does React really violate Separation of Concern by puTing HTML and JS in a single file hTps://goo.gl/WQc74z