[withoutCRA0] CRA없이 React앱 구성하기
What is CRA?
CRA; Create React App
CRA is a CLI tool designed to automate complex configurations like webpack, babel, and development servers needed for developing React apps with a single command.
Why without CRA?
The main goal of this study is to get advanced understanding of bundler tool and web
Below is easily overlooked aspect by using CRA
- why code spliting and cashing stratege is needed?
- why unkown anonymous.js script files are made at build time?
I’ll learn full-understanding of react composition
This Learning log follow 프론트맨’s [CRA없이 react앱 구성하기] lecture
This post is licensed under CC BY 4.0 by the author.