--- id: videos-ko-KR title: 비디오들 permalink: docs/videos-ko-KR.html prev: conferences-ko-KR.html next: complementary-tools-ko-KR.html --- ### Rethinking best practices - JSConf.eu "페이스북과 인스타그램에서, 우리는 React 를 이용해 웹에서 벌어질 수 있는 한계를 뛰어넘으려 노력하고 있습니다. 저는 프레임워크에 대한 짤막한 소개로 시작해서, 논쟁이 벌어질 수 있는 다음의 세가지 주제로 넘어갈겁니다. 템플릿의 개념을 버리고 JavaScript 를 이용해 View 를 구축하기, 자료가 변할때 전체 어플리케이션을 다시 그리기(“re-rendering”), 그리고 DOM과 events의 경량화된 구현 입니다." -- [Pete Hunt](http://www.petehunt.net/) * * * ### Thinking in react - tagtree.tv [tagtree.tv](http://tagtree.tv/)의 비디오는 간단한 어플리케이션을 구성하면서 [Thinking in React](/react/docs/thinking-in-react-ko-KR.html)의 원리들을 전달합니다. * * * ### Secrets of the Virtual DOM - MtnWest JS "이번에는 왜 우리가 virtual DOM을 만들었는지, 이것이 다른 시스템들과는 어떻게 다른지, 그리고 브라우져 기술들의 미래와 어떻게 관련이 있는지에 대해서 이야기 해 볼 겁니다." -- [Pete Hunt](http://www.petehunt.net/) * * * ### Going big with React "이 발표에서, 이 모든 JS 프레임워크가 다음을 약속하는것처럼 보입니다: 깨끗한 구현들, 빠른 코드 디자인, 완전한 수행. 그런데 당신이 JavaScript 스트레스 테스트를 할때, 어떤 일이 발생합니까? 혹은 6MB의 코드를 던지면 무슨일이 발생합니까? 이번에는 높은 스트레스 환경에서 React가 어떻게 작동하는지, 그리고 이것이 우리 팀이 방대한 크기의 코드를 안전하게 구성하는데 어떻게 도움이 되어줄지를 조사해 볼겁니다." [![](https://i.vimeocdn.com/video/481670116_650.jpg)](https://skillsmatter.com/skillscasts/5429-going-big-with-react#video) * * * ### CodeWinds CodeWinds Episode 4 에서 [Pete Hunt](http://www.petehunt.net/)와 [Jeff Barczewski](http://jeff.barczewski.com/)가 React에 대해서 이야기 합니다.
02:08 - What is React and why use it? 03:08 - The symbiotic relationship of ClojureScript and React 04:54 - The history of React and why it was created 09:43 - Updating web page with React without using data binding 13:11 - Using the virtual DOM to change the browser DOM 13:57 - Programming with React, render targets HTML, canvas, other 16:45 - Working with designers. Contrasted with Ember and AngularJS 21:45 - JSX Compiler bridging HTML and React javascript 23:50 - Autobuilding JSX and in browser tools for React 24:50 - Tips and tricks to working with React, getting started |
27:17 - Rendering HTML on the server with Node.js. Rendering backends 29:20 - React evolved through survival of the fittest at Facebook 30:15 - Ideas for having state on server and client, using web sockets. 32:05 - React-multiuser - distributed shared mutable state using Firebase 33:03 - Better debugging with React using the state transitions, replaying events 34:08 - Differences from Web Components 34:25 - Notable companies using React 35:16 - Could a React backend plugin be created to target PDF? 36:30 - Future of React, what's next? 39:38 - Contributing and getting help |
01:34 – Pete Hunt Introduction 02:45 – Jordan Walke Introduction 04:15 – React 06:38 – 60 Frames Per Second 09:34 – Data Binding 12:31 – Performance 17:39 – Diffing Algorithm 19:36 – DOM Manipulation |
23:06 – Supporting node.js 24:03 – rendr 26:02 – JSX 30:31 – requestAnimationFrame 34:15 – React and Applications 38:12 – React Users Khan Academy 39:53 – Making it work |