You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8.5 KiB

id title permalink prev next
videos-ko-KR 비디오들 docs/videos-ko-KR.html conferences-ko-KR.html complementary-tools-ko-KR.html

Rethinking best practices - JSConf.eu

"페이스북과 인스타그램에서, 우리는 React 를 이용해 웹에서 벌어질 수 있는 한계를 뛰어넘으려 노력하고 있습니다. 저는 프레임워크에 대한 짤막한 소개로 시작해서, 논쟁이 벌어질 수 있는 다음의 세가지 주제로 넘어갈겁니다. 템플릿의 개념을 버리고 JavaScript 를 이용해 View 를 구축하기, 자료가 변할때 전체 어플리케이션을 다시 그리기(“re-rendering”), 그리고 DOM과 events의 경량화된 구현 입니다." -- Pete Hunt


Thinking in react - tagtree.tv

tagtree.tv의 비디오는 간단한 어플리케이션을 구성하면서 Thinking in React의 원리들을 전달합니다.

[![](/react/img/docs/thinking-in-react-tagtree.png)](http://tagtree.tv/thinking-in-react)

Secrets of the Virtual DOM - MtnWest JS

"이번에는 왜 우리가 virtual DOM을 만들었는지, 이것이 다른 시스템들과는 어떻게 다른지, 그리고 브라우져 기술들의 미래와 어떻게 관련이 있는지에 대해서 이야기 해 볼 겁니다." -- Pete Hunt


Going big with React

"이 발표에서, 이 모든 JS 프레임워크가 다음을 약속하는것처럼 보입니다: 깨끗한 구현들, 빠른 코드 디자인, 완전한 수행. 그런데 당신이 JavaScript 스트레스 테스트를 할때, 어떤 일이 발생합니까? 혹은 6MB의 코드를 던지면 무슨일이 발생합니까? 이번에는 높은 스트레스 환경에서 React가 어떻게 작동하는지, 그리고 이것이 우리 팀이 방대한 크기의 코드를 안전하게 구성하는데 어떻게 도움이 되어줄지를 조사해 볼겁니다."


CodeWinds

CodeWinds Episode 4 에서 Pete HuntJeff Barczewski가 React에 대해서 이야기 합니다.

[![](/react/img/docs/codewinds-004.png)](http://codewinds.com/4)
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

방송 자료 읽어보기


JavaScript Jabber

JavaScript Jabber 73에서 Pete HuntJordan Walke가 React에 대해서 이야기했습니다.

[![](/react/img/docs/javascript-jabber.png)](http://javascriptjabber.com/073-jsj-react-with-pete-hunt-and-jordan-walke/#content)
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

전체 기록 읽어보기


Introduction to React.js - Facebook Seattle

By Tom Occhino, Jordan Walke


Backbone + React + Middleman Screencast

Backbone은 React로 REST API를 제공하기 위한 아주 좋은 방법입니다. 이 화면중개는 Backbone-React-Component을 이용해서 어떻게 이 두가지를 연동하는지 보여줍니다. Middleman은 이 예제에서 사용되는 프레임워크이지만, 쉽게 다른 프레임워크로 대체하실 수 있습니다. 지원되는 템플릿은 이곳에서 찾으실 수 있습니다. -- 열린 마음의 혁명들


Developing User Interfaces With React - Super VanJS

By Steven Luscher


Introduction to React - LAWebSpeed meetup

by Stoyan Stefanov


React, or how to make life simpler - FrontEnd Dev Conf '14

러시아어 by Alexander Solovyov


"Functional DOM programming" - Meteor DevShop 11


"Rethinking Web App Development at Facebook" - Facebook F8 Conference 2014


React and Flux: Building Applications with a Unidirectional Data Flow - Forward JS 2014

Facebook 개발자 Bill FisherJing Chen가 Flux 와 React 에 대해서 이야기합니다. 그리고 어떻게 단일 방향의 자료흐름을 사용하는 어플리케이션 구조가 방대한 코드를 정리하는지에 대해서 이야기합니다."


Server-Side Rendering of Isomorphic Apps at SoundCloud

Server-side rendering을 위해 SoundCloud가 React 와 Flux를 사용하는지 by Andres Suarez 발표 자료와 예제 코드


Introducing React Native (+Playlist) - React.js Conf 2015

2015년에 Tom Occhino님이 React의 과거와 현재를 리뷰하고 나아갈 방향을 제시했습니다.