Giter VIP home page Giter VIP logo

relay-graphql's Introduction

기본프로젝트 구성

create-react-app

실행방법

npm install
npm start
#### 프로젝트 구조

```bash
├── node_modules
├── src
│   ├── Components
│   │	├── Search
│   │	│    ├── __generated__
│   │	│    ├── SearchContainer.css
│   │	│    ├── SearchContainer.js
│   │	│    ├── SearchList.css
│   │	│    └── SearchList.js
│   ├── Root
│   │	├── __generated__
│   │	├── App.css
│   │	└── App.js
│   ├── utils
│   │	├── fetchGraphQL.js
│   │	└── RelayEnvironment.js
│   ├── index.css
│   └── index.js
├── public
├── schema.graphql
├── package-lock.json
└── package.json

추가 설명

  1. UI 라이브러리 : AntDesign 사용

기능 구현 X

cursor based pagination 구현하지 못함

느낀점

graphql 와 relay 를 이번 과제를 통해 처음 적용해보면서 진행을 하였는데 레퍼런스를 참고 하면서 진행하려 했으나 많은 자료가 없었다. 그래서 가이드 문서를 번역하면서 진행했는데, 역시나 부족했던 것일까 pagination 구현을 제대로 하지 못하여 아쉬웠다.

relay-graphql's People

Contributors

ahbin-cho avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.