create-react-app 仍然是在 React 中启动项目的好方法吗?

Is create-react-app still good way to start a project in react?

最近我一直在尝试学习 React 及其生态系统。我已经在 udemy here 上购买了课程。如果有人检查过请给我一些反馈,我将不胜感激。

无论如何。我正在使用 create-react-app 来学习课程。我相信这里有人可以告诉我这是否仍然是创建此类应用程序的好方法。我在互联网上搜索,但没有得到很好的论证。

提前致谢!

回答你的问题("Is it still a good way to start a project in react?"):是的!在我看来,它提供了一个非常可靠和漂亮的样板。然而,它并不总是您正在规划的项目的最佳选择。 create-react-app 用户指南 (https://github.com/facebook/create-react-app#popular-alternatives) 中有一个很好的替代方案部分。

我个人喜欢将 create-react-app 与 TypeScript (https://github.com/wmonk/create-react-app-typescript) 一起使用。