简体   繁体   English

使用我们从 create-react-app 获得的配置或创建我们自己的自定义 webpack 和 babel 配置并安装 react

[英]use configuration we get from create-react-app or create our own custom webpack and babel configuration and install react

Which would be a better option when developing large React Applications?在开发大型 React 应用程序时,哪个是更好的选择? Using the create-react-app and the default webpack and babel configurations provided by it or creating a custom webpack and babel configurations and install react packages?使用 create-react-app 和默认的 webpack 和它提供的 babel 配置或创建自定义 webpack 和 babel 配置并安装反应包?

I have developed small applications in react using create-react-app and now wants understand every small part starting from webpack and babel.我已经使用 create-react-app 开发了小型应用程序,现在想了解从 webpack 和 babel 开始的每个小部分。 Do big companies use webpack and babel or simply create-react app?大公司是使用 webpack 和 babel 还是简单地使用 create-react 应用程序?

You can use create-react-app and as soon as you feel like yo need to modify these files you do it.您可以使用 create-react-app ,只要您觉得需要修改这些文件,您就可以这样做。 Create-react-app is a good way to start and those files can be edited whenever you need to! Create-react-app 是一个很好的开始方式,可以随时编辑这些文件!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM