Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sculove/rxjs-book
rxjs-book 책 예제
https://github.com/sculove/rxjs-book
rxjs rxjs-book
Last synced: about 2 months ago
JSON representation
rxjs-book 책 예제
- Host: GitHub
- URL: https://github.com/sculove/rxjs-book
- Owner: sculove
- Created: 2017-07-25T16:36:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T20:22:28.000Z (almost 6 years ago)
- Last Synced: 2023-04-06T12:40:32.419Z (over 1 year ago)
- Topics: rxjs, rxjs-book
- Language: HTML
- Homepage:
- Size: 15.3 MB
- Stars: 92
- Watchers: 17
- Forks: 15
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxJS 퀵스타트
> 게시된 글의 내용을 인용하는 경우에는 꼭! 사전에 저에게 연락을 주세요.
> 책의 내용 일부를 공개합니다.![main](https://user-images.githubusercontent.com/1383952/46245881-b80af400-c430-11e8-8010-37d7e9f0dea4.jpg)
## 시작하기 전에
## 1부 - RxJS에 대한 이해
- RxJS를 시작하기 전에
- [RxJS가 해결하려고했던 문제1 - 입력 데이터의 오류](http://sculove.github.io/blog/2017/06/30/rxjsbook1/)
- [RxJS가 해결하려고했던 문제2 - 상태 전파 문제](http://sculove.github.io/blog/2017/07/26/rxjsbook2/)
> [실습 예제](https://github.com/sculove/rxjs-book/tree/master/part1/02.state)
- [RxJS가 해결하려고했던 문제3 - 로직 처리의 오류](http://sculove.github.io/blog/2017/07/26/rxjsbook3/)
> [실습 예제](https://github.com/sculove/rxjs-book/tree/master/part1/03.logic)
- 1부를 마치며
- 부록. 함수형 프로그래밍## 2부 - RxJS 사용하기
- [RxJS 란 무엇인가?](http://sculove.github.io/blog/2017/10/07/rxjsbook4/)
> [실습 예제](https://github.com/sculove/rxjs-book/tree/master/part2/01.rxjs)
- Observable 만들기
> [실습 예제](https://github.com/sculove/rxjs-book/tree/master/part2/02.create)
- RxJS의 핵심. Observable
> [실습 예제](https://github.com/sculove/rxjs-book/tree/master/part2/03.observable)
- RxJS Operator를 살펴보기 전에------------------------
- 자동완성 UI 만들기
- 자동완성 UI 사용성 올리기
- 자동완성 UI와 Subject
- 부록. RxJS의 Subjects
> [실습 예제](https://github.com/sculove/rxjs-book/tree/master/part2/04.autocomplete)------------------------
- 캐로셀 UI 만들기
- 캐로셀 UI 상태 관리하기
- 캐로셀 UI 애니메이션 만들기
- [부록. 자바스크립트 비동기 처리 과정과 RxJS Scheduler](http://sculove.github.io/blog/2018/01/18/javascriptflow/)
> [실습 예제](https://github.com/sculove/rxjs-book/tree/master/part2/05.carousel)## 3부 - RxJS로 버스노선 조회서비스 만들기
> 실습 예제 환경 https://github.com/sculove/rxjs-book-example
- 버스노선 조회 서비스 살펴보기
- 지도 영역 만들기
- 자동완성 UI 만들기
- URL공유 기능과 초기로딩 처리하기
- 3부를 마치며
- 부록. 예제에서 사용된 오픈 API