Estrella'sdevelopment blog

Frontend infoInformations about frontend

Server infoinformations about server

Database infoinformations about database

ETCNews that is related to software

Basic infobasic information about software

Searchsearch posts

I'm also on

Githubif you see my interests

reactive x


Reactive X

reactive X가 가지는 세 가지 키워드는 비동기처리, 데이터 전파, 데이터 처리’의 세 가지이다.

rx js는 인터페이스를 단일화시키고, 데이터의 흐름을 통해 자동 전파된다(?)는 장점이 있고, 코드를 함수형프로그래밍으로 이벤트를 등록하고 데이터를 요청, 가공하는 과정을 구현하게 만든다.

함수형 프로그래밍을 쉽게 하도록 도와주는 역할을 해준다.

rxjs를 쓰는 목적은, 함수형프로그래밍을 실현시킴에 있다.