Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juunie-roh/flow-react-ts
- Owner: juunie-roh
- Created: 2023-07-12T02:44:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T05:38:47.000Z (over 1 year ago)
- Last Synced: 2023-09-18T06:32:25.475Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://web-flow-react-ts-kvmh2mljz4dr3l.sel4.cloudtype.app/
- Size: 9.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 에 저장하여 사용하도록 구현했습니다.