When starting a new React project, one of the critical decisions you need to make is selecting the right tool to set up and manage your application. Two popular choices are Next.js and Create React App (CRA). Both tools offer distinct advantages and ...
Every React app is unique, but they all begin with the same blueprint which requires: An index.js, App.css and App.js file A toolchain to use JSX React and react-dom installed A bundler to groups all your files into a single deployable file We ...
회사에서 마이크로 프론트엔드 아키텍처를 적용해야 할 필요가 있어서 그에 대한 공부를 하며 연습하던 중, 다른건 그나마 만들어서 임포트가 되는데 어떻게 해도 리액트 컴포넌트 라이브러리는 만들지 못하는 내 자신에 대한 현타가 왔다. 컴포넌트만 모아둔 라이브러리에 무겁다고 소문난(?) cra로 환경을 만들기에는 왠지 오바인것 같아서 이거저거 해봤지만 나는 기본기도 없는(ㅠㅠ) 갓태어난 응애 개발자인지라 뭐 블로그 몇개 보고 척척 해내기엔 무리가 있었...