■本書を読む前に

日経BPのサイト https://bookplus.nikkei.com/catalog/

本書サポートサイト https://www.staffnet.co.jp/hp/pub/support/

■1章 Understanding Angular Ivy: Incremental DOM and Virtual DOM https://blog.nrwl.io/understanding-angular-ivy-incremental-dom-andvirtual-dom-243be844bf36

Ways of Using Vue(Vueの利用方法) https://vuejs.org/guide/extras/ways-of-using-vue.html

■2章 React公式サイト  https://ja.reactjs.org/

JSXの解説資料 https://facebook.github.io/jsx/

フックの導入 https://ja.reactjs.org/docs/hooks-intro.html#motivation

公式サイトのFAQ https://ja.reactjs.org/docs/faq-structure.html

サードパーティーによるスタイルガイド https://airbnb.io/javascript/react/

既存のウェブサイトに React を追加する https://ja.reactjs.org/docs/add-react-to-a-website.html

Create React App公式サイト https://create-react-app.dev/

バージョン18への移行ガイド https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html

Angular公式サイト  https://angular.io/

Angular事例紹介サイト(Googleでの利用) https://www.madewithangular.com/categories/google/

サービスとDI https://angular.jp/guide/architecture-services

Angularコーディングスタイルガイド https://angular.jp/guide/styleguide

ベストプラクティス https://angular.jp/guide/security

Angular CLI https://angular.jp/cli

Angularのバージョンとリリース https://angular.jp/guide/releases

バージョン14への移行ガイド https://angular.jp/guide/update-to-latest-version

インタラクティブな移行ガイド https://update.angular.io/

Vue.js公式サイト  https://v3.ja.vuejs.org/

スポンサー企業一覧 https://github.com/vuejs/core

SFCの仕様 https://v3.ja.vuejs.org/api/sfc-spec.html

バージョン3が標準 https://blog.vuejs.org/posts/vue-3-as-the-new-default.html

Composition API https://v3.ja.vuejs.org/guide/composition-api-introduction.html

スタイルガイド https://v3.ja.vuejs.org/style-guide/

クックブック https://v3.ja.vuejs.org/cookbook/

CDNを使ったインストール手順 https://v3.ja.vuejs.org/guide/installation.html#cdn

Vite https://vitejs.dev/

Vue Router https://router.vuejs.org/

Vue.jsのリリース https://vuejs.org/about/releases.html

バージョン2からバージョン3への移行 https://v3.ja.vuejs.org/guide/migration/migration-build.html

■3章

React CDNリンク https://ja.reactjs.org/docs/cdn-links.html

Babel公式サイト https://babeljs.io/

JSXを手軽に試してみる https://ja.reactjs.org/docs/add-react-to-a-website.html#quickly-try-jsx

Node.js公式サイト https://nodejs.org/ja/

7zipツール https://sevenzip.osdn.jp/

http-serverの詳細  https://www.npmjs.com/package/http-server

公式サイトのツールチェーン紹介ページ https://ja.reactjs.org/docs/create-a-new-react-app.html#nextjs

Create React App公式サイト https://create-react-app.dev/

Custom Templates https://create-react-app.dev/docs/custom-templates

Node.js公式サイト https://nodejs.org/ja/

React.StrictModeについての詳細 https://ja.reactjs.org/docs/strict-mode.html

Measurng Performance https://create-react-app.dev/docs/measuring-performance/

Angular CLI紹介 https://angular.io/cli

Node.js公式サイト https://nodejs.org/ja/

Introduction to modules https://angular.io/guide/architecture-modules

Vue CDNリンク https://v3.ja.vuejs.org/guide/installation.html#cdn

@vue/compiler-sfc GitHub https://github.com/vuejs/core/tree/main/packages/compiler-sfc

Node.js公式サイト https://nodejs.org/ja/

7zipツール https://sevenzip.osdn.jp/

http-serverの詳細  https://www.npmjs.com/package/http-server

Vite公式サイト https://vitejs.dev/

create-vue GitHub https://github.com/vuejs/create-vue

公式サイトのツールチェーン紹介ページ https://v3.ja.vuejs.org/guide/installation.html#cli

Node.js公式サイト https://nodejs.org/ja/

VueのJSXサポート https://vuejs.org/guide/extras/render-function.html#jsx-tsx

■4章

Node.js公式サイト https://nodejs.org/ja/

7zipツール https://sevenzip.osdn.jp/

フックに関する詳細情報 https://ja.reactjs.org/docs/hooks-intro.html

CompositionAPIに関する詳細情報 https://v3.ja.vuejs.org/guide/composition-api-introduction.html

SFCに関する詳細情報(script setup) https://v3.ja.vuejs.org/api/sfc-script-setup.html#sfc-script-setup

Reactのイベント処理 https://ja.reactjs.org/docs/handling-events.html

Angularのイベント処理 https://angular.io/guide/event-binding

Vue.jsのイベント処理 https://v3.ja.vuejs.org/guide/events.html

JavaScriptのmap()メソッド https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/map

Angularのtrackby https://angular.io/guide/built-in-directives#tracking-items-with-ngfor-trackby

ReactのリストとKey https://ja.reactjs.org/docs/lists-and-keys.html

Maintaining State with key https://vuejs.org/guide/essentials/list.html#maintaining-state-withkey

■5章

Node.js公式サイト https://nodejs.org/ja/

7zipツール https://sevenzip.osdn.jp/

Fragment要素の詳細 https://ja.reactjs.org/docs/fragments.html

RealWorld Sample Apps https://codebase.show/projects/realworld?language=all

■6章 Src Importによるファイル分離 https://v3.ja.vuejs.org/api/sfc-spec.html#src-imports