React App 개발 레퍼런스
2020. 9. 13. 06:50ㆍ서버 프로그래밍
reactrouter.com/web/guides/quick-start
www.npmjs.com/package/react-charts
React / Reactstrap Warning: Legacy context API has been detected within a strict-mode tree
I have this same warning, and I fixed it changing in the index.js file, the value of <React.StrictMode> to <React.Fragment>.