タグ

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

  • 2024-02-20のJS: ES2024 RC、typescript-eslint v7、React Compiler

    JSer.info #681 - 2024年6月の正式公開に向けたES2024のリリース候補が公開されました。 Release ES2024 Candidate February 2024 · tc39/ecma262 ES2024では、次のような変更が含まれる予定です。 ArrayBuffer.prototype.resize ArrayBuffer.prototype.transfer RegExp v flag Promise.withResolvers Object.groupBy/Map.groupBy Atomics.waitAsync String.prototype.isWellFormed/String.prototype.toWellFormed 毎年2月ごろに仕様へ取り込むProposalが決まり、6月ごろのGA 127th meetingで最終的な承認を得る予定です

    2024-02-20のJS: ES2024 RC、typescript-eslint v7、React Compiler
    efcl
    efcl 2024/02/20
    🎉 ES2024のリリース候補が公開 🌀 typescript-eslint v7: Flat Configの対応 ⚛️ React Compiler/React v19のマイルストーンの公開
  • Navigating the React.JS Ecosystem | Toptal®

    The speed of innovation in JavaScript Land is so high, that some people even think it is counter-productive. A library can go from early-adopter toy, to state-of-art, to obsolescence in the course of a few months. Being able to identify a tool that is going to stay relevant for at least another year is becoming an art itself. When React.js was released two years ago, I was just learning Angular, a

    Navigating the React.JS Ecosystem | Toptal®
    efcl
    efcl 2015/06/29
    Reactで見るJavaScriptのエコシステム、ツール、ES6やTranspilerなどについて。 またFluxの実装ライブラリとしてAltにデータフローについてやReactの関連ライブラリについてなど幅広く書かれてる
  • ES5 + Facebook JSXで書かれたJavaScriptコードベースをTypeScriptに移行させる - CARTA TECH BLOG

    皆さんこんにちは。adingoにてFluctという広告配信システムの管理画面を中心にクライアントサイドの開発を行っております、大関です。 今回は、表題の通り、実際にプロダクトとして動いている既存のコードベースを、ES5ベースからTypeScriptに段階的に移行させた話について書こうと思います。 移行前のコードベース及び直面した課題 今年の1月頃から、アプリケーションのクライアント側の一部を、以下の構成で実際に開発しています。 言語 ECMAScript 5 主要な依存ライブラリ UI開発にReactおよびFacebook JSX syntax 統合イベントシステムとしてのRxJS テストコードのアサーションにpower-assert ビルドチェーン モジュール連結にbrowserify 環境変数に基づくビルドフラグ用途でenvify コードの解析とLintにESLint 未使用変数や未定

    ES5 + Facebook JSXで書かれたJavaScriptコードベースをTypeScriptに移行させる - CARTA TECH BLOG
    efcl
    efcl 2015/06/24
    TypeScriptでES6 targetなコードを吐き出し、BabelでES5へ変換するビルドチェーンの形成について。 既存のプロジェクトを段階的な移行のステップについて。
  • Moving Codecademy to ECMAScript 6, Webpack, and React

    Moving Codecademy to ES6, Webpack, and React How we build our web-based learning interface March 18, 2015 When Codecademy was born in the summer of 2011, the natural choice for a frontend stack was Backbone + jQuery. Backbone was less than a year old and widely considered the state-of-the-art framework for creating frontend applications. Combined with jQuery, one could do a lot of novel things wit

    efcl
    efcl 2015/03/19
    Codecademyのクライアントサイドのアーキテクチャの変遷
  • 1