Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因为我是新人。我必须设计一个用户仪表板,它几乎是一个单页应用程序,并且还具有很多功能。我打算使用coffeescript 或react.js 但不清楚。请推荐一种语言。
对我来说,您似乎在将苹果与梨进行比较。
Coffeescript 是一种脚本语言,可以与编译成 Javascript 的 Typescript、ES6 等进行比较。
React 是一个基于 Javascript(或 Coffeescript、Typescript、ES6)构建的库,可以与 Angular 2、Elm 等进行比较。