본문 바로가기
카테고리 없음

React-table 01 : 시작하기

by 이승보 2021. 8. 18.
728x90

To-Do List 와 비슷하지만 약간은 다른 습관을 기록하는 앱을 만들려고 한다.
내가 생각하는 습관앱은 매일매일 새로운 열이 추가되어야 하고, 사용자의 추가에 따라서 행이 추가되는 테이블 또는 그리드 형식에 기반한다. 리액트를 처음 사용하므로 어떤 테이블 라이브러리를 써야 할 지 검색하다가 에라 모르겠다. 너로 정했다! 하고 택한 것이 react-table 이다.

https://react-table.tanstack.com/

 

React Table

Hooks for building lightweight, fast and extendable datagrids for React. The best and most top-rated fully open-source table library for React!

react-table.tanstack.com

https://github.com/tannerlinsley/react-table

 

GitHub - tannerlinsley/react-table: ⚛️ Hooks for building fast and extendable tables and datagrids for React

⚛️ Hooks for building fast and extendable tables and datagrids for React - GitHub - tannerlinsley/react-table: ⚛️ Hooks for building fast and extendable tables and datagrids for React

github.com

 

튜토리얼 사이트나 강의가 영어로는 제법 보이는데 한글은 프로젝트성 또는 기능별로 작성된 글들만 보이길래. 어차피 하나씩 공부할꺼 나도 정리할 겸 거의 번역수준이겠지만 하나씩 기록해나가려고 한다.
(근데 어차피...대충 내가 알아볼 정도로만 적을꺼기에 사실 공식사이트나 튜토리얼 다른 것을 참고하는 것이 좋을 지도?ㅋㅋ)

우선적으로 공부에 기반을 둔 사이트는 아래와 같다.

공식사이트의 docs

유튜브 Codevolution 채널의 React Table Tutorials 

 

 

728x90
반응형

댓글