Artwork

Nội dung được cung cấp bởi Jeff Barczewski. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Jeff Barczewski hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.
Player FM - Ứng dụng Podcast
Chuyển sang chế độ ngoại tuyến với ứng dụng Player FM !

004 Pete Hunt, Software Engineer for Facebook, discussing Facebook's open source js UI framework, React

42:17
 
Chia sẻ
 

Manage episode 37571579 series 35645
Nội dung được cung cấp bởi Jeff Barczewski. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Jeff Barczewski hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

PeteHunt-Photo

In this episode, Jeff interviews Pete Hunt, a software engineer with Facebook about Facebook’s hot new open source js UI framework, React. React is a fresh look at how to build UI’s, attempting to improve on the limitations of the past. React gets some of its inspiration from how game engines acehieve awesome performance in their rendering pipeline.

React can be used in the browser and on the server with node.js so you can have single page apps that are fully indexable by the search engines and have instant load characteristics. React has pluggable backends so it can be used to target the DOM, HTML, canvas, SVG, and other formats.

The ideas and concepts behind React are very compelling, I encourage you to give it a look.

Episode Info

  • Episode: CW 004
  • Published: March 17th, 2014
  • Tags: js, nodejs,UI,framework
  • Duration: 42:17
  • Updated: 2014-05-01 Added links to great articles by Reto Schläpfer

Episode Notes

Interview timeline

  • 2:08 - What is React and why might people want to use it?
  • 3:08 - The symbiotic relationship of ClojureScript and React
  • 4:54 - The history of React and why it was created
  • 9:43 - Updating web page with React without using data binding, a better approach inspired by game engines
  • 13:11 - Using the virtual DOM to change the browser DOM
  • 13:57 - Programming with React, render target HTML, canvas, other. Javascript is reference implementation of React. Node.js, ClojureScript, other environments.
  • 16:45 - Working with designers. Contrasted with Ember and AngularJS. React encourages building a component architecture.
  • 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, suggestions for getting started with React
  • 27:17 - Rendering HTML on the server with Node.js. Pluggable React rendering backends (DOM, HTML, canvas, mixed mode static HTML + background JS binding). Better single page app performance
  • 29:20 - React evolved through survival of the fittest at Facebook
  • 30:15 - Ideas for having state on server and client, possibilities for using React over web sockets.
  • 32:05 - React-multiuser - distributed shared mutable state using Firebase
  • 33:03 - Better debugging with React using the state transitions, rewinding the state to replay the events
  • 34:08 - Differences from Web Components
  • 34:25 - Notable companies using React - Khan Academy, Oscars (Neartime.com), Largest bank in Russia, Facebook, Instagram
  • 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

Notable users of React

  • Instagram.com is 100% built on React, both public site and internal tools.
  • Facebook.com’s commenting interface, business management tools, Lookback video editor, page insights, and most, if not all, new JS development.
  • Khan Academy uses React for most new JS development.
  • Shirtstarter is 100% built on React.
  • Sberbank, Russia’s number one bank, is built with React.
  • The New York Times’s 2014 Red Carpet Project is built with React.

Resources

Links from Show

Online Training Courses

  • CodeWinds React.js FundamentalsCodeWinds React.js Fundamentals - The premier online course and community where you learn React.js by pragmatically building a real web app while applying TDD/BDD principles
“Highly recommended!”
- Kevin Old, Senior Software Engineer
“Look no further, the React.js Fundamentals course is the only course you will need to become an expert in React.js”
- Wyatt Preul, Software Architect, nearForm
“Overall I would give this React.js course a 4-star thumbs up!”
- Kevin Bridges - Senior Technical Consultant at Applied Software

Tutorials

Other

The articles below by Reto Schläpfer are excellent in explaining why you might consider Reactjs vs traditional MVC frameworks.

  continue reading

15 tập

Artwork
iconChia sẻ
 
Manage episode 37571579 series 35645
Nội dung được cung cấp bởi Jeff Barczewski. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Jeff Barczewski hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

PeteHunt-Photo

In this episode, Jeff interviews Pete Hunt, a software engineer with Facebook about Facebook’s hot new open source js UI framework, React. React is a fresh look at how to build UI’s, attempting to improve on the limitations of the past. React gets some of its inspiration from how game engines acehieve awesome performance in their rendering pipeline.

React can be used in the browser and on the server with node.js so you can have single page apps that are fully indexable by the search engines and have instant load characteristics. React has pluggable backends so it can be used to target the DOM, HTML, canvas, SVG, and other formats.

The ideas and concepts behind React are very compelling, I encourage you to give it a look.

Episode Info

  • Episode: CW 004
  • Published: March 17th, 2014
  • Tags: js, nodejs,UI,framework
  • Duration: 42:17
  • Updated: 2014-05-01 Added links to great articles by Reto Schläpfer

Episode Notes

Interview timeline

  • 2:08 - What is React and why might people want to use it?
  • 3:08 - The symbiotic relationship of ClojureScript and React
  • 4:54 - The history of React and why it was created
  • 9:43 - Updating web page with React without using data binding, a better approach inspired by game engines
  • 13:11 - Using the virtual DOM to change the browser DOM
  • 13:57 - Programming with React, render target HTML, canvas, other. Javascript is reference implementation of React. Node.js, ClojureScript, other environments.
  • 16:45 - Working with designers. Contrasted with Ember and AngularJS. React encourages building a component architecture.
  • 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, suggestions for getting started with React
  • 27:17 - Rendering HTML on the server with Node.js. Pluggable React rendering backends (DOM, HTML, canvas, mixed mode static HTML + background JS binding). Better single page app performance
  • 29:20 - React evolved through survival of the fittest at Facebook
  • 30:15 - Ideas for having state on server and client, possibilities for using React over web sockets.
  • 32:05 - React-multiuser - distributed shared mutable state using Firebase
  • 33:03 - Better debugging with React using the state transitions, rewinding the state to replay the events
  • 34:08 - Differences from Web Components
  • 34:25 - Notable companies using React - Khan Academy, Oscars (Neartime.com), Largest bank in Russia, Facebook, Instagram
  • 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

Notable users of React

  • Instagram.com is 100% built on React, both public site and internal tools.
  • Facebook.com’s commenting interface, business management tools, Lookback video editor, page insights, and most, if not all, new JS development.
  • Khan Academy uses React for most new JS development.
  • Shirtstarter is 100% built on React.
  • Sberbank, Russia’s number one bank, is built with React.
  • The New York Times’s 2014 Red Carpet Project is built with React.

Resources

Links from Show

Online Training Courses

  • CodeWinds React.js FundamentalsCodeWinds React.js Fundamentals - The premier online course and community where you learn React.js by pragmatically building a real web app while applying TDD/BDD principles
“Highly recommended!”
- Kevin Old, Senior Software Engineer
“Look no further, the React.js Fundamentals course is the only course you will need to become an expert in React.js”
- Wyatt Preul, Software Architect, nearForm
“Overall I would give this React.js course a 4-star thumbs up!”
- Kevin Bridges - Senior Technical Consultant at Applied Software

Tutorials

Other

The articles below by Reto Schläpfer are excellent in explaining why you might consider Reactjs vs traditional MVC frameworks.

  continue reading

15 tập

Tất cả các tập

×
 
Loading …

Chào mừng bạn đến với Player FM!

Player FM đang quét trang web để tìm các podcast chất lượng cao cho bạn thưởng thức ngay bây giờ. Đây là ứng dụng podcast tốt nhất và hoạt động trên Android, iPhone và web. Đăng ký để đồng bộ các theo dõi trên tất cả thiết bị.

 

Hướng dẫn sử dụng nhanh