タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとReactとCoffeeScriptに関するefclのブックマーク (1)

  • Packaging Generated Code for gRPC Services

    One of the ongoing initiatives for the Bugsnag Frontend Team has been a migration of our codebase away from coffeescript. It hasn’t been an easy journey, and it isn’t yet complete, but we thought we’d share what we have learned from this process and how we have managed to speed our conversion without overly sacrificing productivity or stability. Why move away from coffeescript Javascript has becom

    Packaging Generated Code for gRPC Services
    efcl
    efcl 2017/03/06
    coffee-react(cjsx)からJavaScriptへのマイグレーションについての記事。 decaffeinateはcjsxをサポートしていないため、`React.createElement`ベースのJSに変換し、react codemod toolでJSXに再変換する。 変換したコードベースを`prettier`で整形し
  • 1