Giter VIP home page Giter VIP logo

musinsa_fe's Introduction

프로젝트

Create-react-app으로 기본 프로젝트 구성

실행방법

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

```bash
├── node_modules
├── src
│   ├── Components
│   │	├── Common
│   │	│    ├── Header.js
│   │	│    └── Header.css
│   │	├── SearchFilters.css
│   │	├── SearchFilters.js
│   │	├── SearchList.css
│   │	├── SearchList.js
│   ├── Root
│   │	├── App.css
│   │	└── App.js
│   ├── index.css
│   └── index.js
├── public
├── package-lock.json
└── package.json

추가 설명

  1. 타이틀(Header)과 필터(SearchFilter)는 공통으로 상단으로 위치 하기 때문에 Common 폴더로 분리
  2. 토글 필터 적용 : props 를 통한 전달
  3. 무한 스크롤 적용 : IntersectionObserver
  4. 구현하지 못한 점 : 검색 기능

느낀점

무한 스크롤을 처음 적용해봐서 해당 기능을 적용하는 데 시간이 걸렸고, 필터들의 파라미터를 props 받아서 진행해서 그런지 퍼포먼스 적으로 부족한 느낌이 들었고, 좀 더 컴포넌트화를 하지 못한 점이 아쉬웠다.

musinsa_fe'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.