JSX에서는 tr과 td를 tbody 없이 사용할 수 없음th도 thead 없이 사용 불가
DB에 있는 원본 BLOB 데이터를 가져와 화면에서 다운로드
cannot read properties of undefined(reading '컬럼명')datai+1.컬럼명에서 에러 발생데이터가 아직 들어오직 않았거나, 데이터를 변경되는 시점에 렌더링이 실행되어 i+1에 있어야 할 데이터가 undefined로 정의되어 오류 발생&
오류 - JS Bites: React hook is called in a function which is neither a React function or a custom React HookReact Hook을 사용하고 있다면 Functional Component는 반
if문if문으로 null을 걸러냄! 사용(non-null assertion operator)typescript 내에서 ! 사용은 해당 value가 null 이나 undefined이 아니라는 확증참고 : Non-null Assertion Operator (!)

[React, TypeScript] TradingView의 lightweight-chart를 활용한 차트 만들기
[React, typeScript] 실시간 시세표 일정 시간만 border 노출하기
setState를 동기적으로 작동하게 만들기(feat. flushSync)

특정 페이지에서 새로고침 시 'GET http://localhost:3000/경로', "Uncaught SyntaxError: Unexpected token '<' " Error 발생