[KR] Learning React and Redux - Part 6: Browser-Sync로 Livereload 구현하기

Channel:
Subscribers:
39,400
Published on ● Video Link: https://www.youtube.com/watch?v=AgMuEk4zahs



Duration: 28:39
54 views
0


안녕하세요, 모더네이터입니다. 이번 영상은 제가 피곤하고 졸린 상태에서 찍어서 평소보다 버벅거렸습니다 ㅜㅜ 양해 부탁드려요~

여담으로, 퍼포먼스에 대한 부분은 Vendor를 잘 활용하면 대부분 해결되니, 퍼포먼스 부분은 걱정하지 않으셔도 됩니다.

물론 Webpack과 비교하면 Browserify의 퍼포먼스가 다소 떨어지긴 합니다. 특히 최신버젼인 Webpack 2의 경우 정말 빠릅니다. 하지만 다소 Browserify가 느리더라도 코드를 수정하고 웹 브라우저로 이동해서 확인하기 전에 번들링이 끝나고 새로고침 되므로 걱정하지 않으셔도 됩니다^^;

그리고 Browserify는 Browserify만의 장점이 있으므로, 각 번들러의 장/단점을 잘 파악해서 쓰시는게 좋습니다.




Other Videos By modernator


2017-11-17[KR] ES2015+ Part 1: 함수 매개변수 기본 값(Default parameter)
2017-11-15[KR] Learning React and Redux - Part 14: Redux Thunk
2017-11-15[KR] Learning React and Redux - Part 13: React-Redux로 Store와 React 컴포넌트 연결하기 (Feat. Decorator)
2017-11-15[KR] Learning React and Redux - Part 12: Redux
2017-11-14[KR] Learning React and Redux - Part 11: Stateless 컴포넌트
2017-11-14[KR] Learning React and Redux - Part 10: Lifecycle Method
2017-11-13[KR] Learning React and Redux - Part 9: children props 활용하기
2017-11-13[KR] Learning React and Redux - Part 8: propTypes와 defaultProps
2017-11-12[KR] Learning React and Redux - Part 7-2: State와 Props
2017-11-12[KR] Learning React and Redux - Part 7-1: gulp-react-boilerplate 활용하기
2017-11-11[KR] Learning React and Redux - Part 6: Browser-Sync로 Livereload 구현하기
2017-11-10[KR] Learning React and Redux - Part 5: Persistify로 번들링 속도 대폭 향상 시키기
2017-11-09[KR] Learning React and Redux - Part 4: React 맛보기(Feat. JSX)
2017-11-08[KR] Learning React and Redux - Part 3: Babel과 Browserify
2017-11-08[KR] Learning React and Redux - Part 2: Browserify and Gulp
2017-11-08[KR] Learning React and Redux - Part 1: Gulp
2017-11-07[KR] Node.js and Express - Part 10: Express와 MongoDB 연동하여 Restful API 서버 만들기
2017-11-07[KR] Node.js and Express - Part 9: Express와 미들웨어, 라우터
2017-11-07[KR] Node.js and Express - Part 8: Node.js와 MongoDB 연동하기
2017-11-06[KR] Node.js and Express - Part 7: Generator와 Co 모듈
2017-11-05[KR] Node.js and Express - Part 6: Arrow Function, Object Destructuring, Promise API



Tags:
Browser-Sync
Gulp
React