Typescript와 함께 NextJ, React 및 Redux를 사용하여 TIC-TAC-TOE 만들기
데모 링크: https://tictactoe-hu2mk80qr-phonist.vercel.app/
GitHub 저장소: https://github.com/phonist/tictactoe
프로젝트 정보
이것은 간단한 Tic Tac Toe 게임입니다.
이 게임은 Typescript와 함께 React 위에 NextJs를 사용하여 빌드됩니다.
그런 다음 redux, redux-thunk 및 material-UI가 있습니다.
빌드
시작하기
프로젝트는 주로 세 부분(UI, redux 로직 및 TypeScript 인터페이스)으로 분류됩니다.
pages
|-- index.tsx
|-- _app.tsx
|-- Board.tsx
|-- Game.tsx
|-- Square.tsx
redux
|-- reducers
|-- actions
|-- thunks
|-- types
|-- interfaces
|-- reducers.ts
|-- store.ts
pages
폴더에 보관됩니다.. redux
폴더 안에 보관됩니다. types
및 types/interfaces
폴더 안에 보관됩니다. 전제 조건
설치
Reference
이 문제에 관하여(Typescript와 함께 NextJ, React 및 Redux를 사용하여 TIC-TAC-TOE 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/adrianchong/make-a-tic-tac-toe-by-using-nextjs-react-and-redux-with-typescript-1no6텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)