Pewww / waypoint-infinite-scroll

Implementation of Infinite-Scrolling by using React-Waypoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

waypoint-infinite-scroll

react-waypoint를 이용한 Infinite-Scrolling 구현 레포입니다.
Implementation of Infinite-Scrolling by using react-waypoint.

https://pewww.tistory.com/20 블로그 내용의 세부 구현입니다.

사용

  • React.js + Typescript
  • react-waypoint
  • axios
  • styled-jsx
  • styled-components

확인 방법

$ git clone https://github.com/Pewww/waypoint-infinite-scroll.git

1번 터미널 (Client)

$ cd waypoint-infinite-scroll

Using npm:

$ npm i && npm start

Using yarn:

$ yarn && yarn start

2번 터미널 (Server)

$ cd Test-API
$ node app.js

About

Implementation of Infinite-Scrolling by using React-Waypoint.


Languages

Language:JavaScript 83.0%Language:TypeScript 14.8%Language:HTML 2.2%