Tagged in

Software Development

Lunit Team Blog
Lunit Team Blog
루닛은 Learning Unit을 줄인 이름으로 딥러닝 기반의 의료 인공지능 기술을 개발합니다. 루닛을 구성하는 루니션들은 끊임없이 학습해 진화하는 인공지능처럼 배움과 함께 성장합니다. Lunit, a portmanteau of ‘Learning unit,’ is a deep learning-based medical AI company. As AI technology evolves through training, Lunitians aspire to learn and grow to become
More information
Followers
136
Elsewhere
More, on Medium

Lunit CARE는 왜 GraphQL을 선택했는가?

Lunit CARE (https://www.lunit.care) 서비스는 인터페이스 프로토콜로 GraphQL + Relay를 사용하고 있다. 오늘 팀 내에서 프론트엔드로부터 백엔드가 GraphQL을 선택한 이유에 대한 질문이 있었고, 그 대답에 대한 내용을 정리하여 공유한다.


Context API가 Redux를 대체할 수 있을까요?

React 16.3 버전에서 정식으로 Context API가 발표되었습니다. Props를 직접 전달하는 것과 달리, Context는 중간의 컴포넌트를 건너뛰고 원하는 컴포넌트로 바로…