Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juunie-roh/flow-react-ts

flow clone coding via react and typescript
https://github.com/juunie-roh/flow-react-ts

Last synced: 23 days ago
JSON representation

flow clone coding via react and typescript

Awesome Lists containing this project

README

        

# Flow clone coding, react transition

원본 페이지인 [FLOW KR](https://flow.team/kr/index)를 클론 코딩한 프로젝트 입니다.

## Features

### TypeScript

기존 js 로 작성했던 프로젝트에서, React 사용과 함께 TypeScript로 migration 했습니다.
props, user 등 다양한 타입을 정의하여 사용합니다.

### Login

단순히 로그인 여부만 판단 가능하도록 했고, useReduce & useDispatch 기능을 사용해 Context 에 저장하여 사용하도록 구현했습니다.