Everyone-s-delivery / Web

모두의 배달 Web Service Repository
https://everyone-s-delivery.com
2 stars 1 forks source link

[wish] 프론트엔드에서 앞으로 해보고 싶은 것 #23

Open manOfBackend opened 2 years ago

manOfBackend commented 2 years ago
  1. 포스트 목록 컴포넌트에서 무한 스크롤바 지원하기
  2. 스크롤바를 한 번에 많이 내리면 페이지를 순차적으로 요청하지 않고 중간 단계를 스킵하면 어떨까?
  3. 서버 사이드 렌더링 -> 리액트 18의 SSR 지원 기능을 이용하면 어떨까?
manOfBackend commented 2 years ago

2번은 redux-saga를 이용해 구현 해보자

manOfBackend commented 2 years ago

서버 사이드 렌더링이 꼭 필요할까? next.js를 쓰면 뭐가 좋을까