├── .git-ftp-include ├── .gitignore ├── host.log ├── doc ├── media │ ├── devtools.vue.jpg │ ├── devtools.react.jpg │ ├── PoC - Cheat sheet.jpg │ ├── PoC - Cheat sheet.odt │ └── PoC - Cheat sheet.pdf └── benchmarks │ ├── JS-Frameworks - Chrome 75.pdf │ ├── JS-Frameworks - Chrome 76.pdf │ ├── JS-Frameworks - Chrome 77.pdf │ └── JS-Frameworks - Chrome 78.pdf ├── public ├── assets │ ├── logo.vue.png │ ├── pwa.icon.png │ ├── logo.babel.png │ ├── logo.react.png │ ├── logo.angular.png │ ├── logo.aurelia.png │ ├── logo.inferno.png │ ├── logo.leanupjs.png │ ├── logo.polymer.png │ ├── logo.preact.png │ ├── logo.svelte.png │ ├── logo.vanilla.png │ ├── logo.webpack.png │ ├── logo.angularjs.png │ ├── logo.javascript.png │ └── logo.typescript.png └── index.html ├── .github ├── dependabot.yml └── workflows │ ├── test.latest.yml │ ├── test.next.yml │ ├── test.latest.v1.2.yml │ ├── test.latest.v1.0.yml │ └── test.latest.v1.1.yml ├── know.log ├── wake-up-all.sh ├── wake-up.sh ├── LICENSE └── README.md /.git-ftp-include: -------------------------------------------------------------------------------- 1 | !dist/ -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | dist/ 2 | node_modules/ 3 | workspace/ -------------------------------------------------------------------------------- /host.log: -------------------------------------------------------------------------------- 1 | sftp://home292045786.1and1-data.host 2 | -------------------------------------------------------------------------------- /doc/media/devtools.vue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/media/devtools.vue.jpg -------------------------------------------------------------------------------- /public/assets/logo.vue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.vue.png -------------------------------------------------------------------------------- /public/assets/pwa.icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/pwa.icon.png -------------------------------------------------------------------------------- /doc/media/devtools.react.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/media/devtools.react.jpg -------------------------------------------------------------------------------- /public/assets/logo.babel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.babel.png -------------------------------------------------------------------------------- /public/assets/logo.react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.react.png -------------------------------------------------------------------------------- /doc/media/PoC - Cheat sheet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/media/PoC - Cheat sheet.jpg -------------------------------------------------------------------------------- /doc/media/PoC - Cheat sheet.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/media/PoC - Cheat sheet.odt -------------------------------------------------------------------------------- /doc/media/PoC - Cheat sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/media/PoC - Cheat sheet.pdf -------------------------------------------------------------------------------- /public/assets/logo.angular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.angular.png -------------------------------------------------------------------------------- /public/assets/logo.aurelia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.aurelia.png -------------------------------------------------------------------------------- /public/assets/logo.inferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.inferno.png -------------------------------------------------------------------------------- /public/assets/logo.leanupjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.leanupjs.png -------------------------------------------------------------------------------- /public/assets/logo.polymer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.polymer.png -------------------------------------------------------------------------------- /public/assets/logo.preact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.preact.png -------------------------------------------------------------------------------- /public/assets/logo.svelte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.svelte.png -------------------------------------------------------------------------------- /public/assets/logo.vanilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.vanilla.png -------------------------------------------------------------------------------- /public/assets/logo.webpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.webpack.png -------------------------------------------------------------------------------- /public/assets/logo.angularjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.angularjs.png -------------------------------------------------------------------------------- /public/assets/logo.javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.javascript.png -------------------------------------------------------------------------------- /public/assets/logo.typescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/public/assets/logo.typescript.png -------------------------------------------------------------------------------- /doc/benchmarks/JS-Frameworks - Chrome 75.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/benchmarks/JS-Frameworks - Chrome 75.pdf -------------------------------------------------------------------------------- /doc/benchmarks/JS-Frameworks - Chrome 76.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/benchmarks/JS-Frameworks - Chrome 76.pdf -------------------------------------------------------------------------------- /doc/benchmarks/JS-Frameworks - Chrome 77.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/benchmarks/JS-Frameworks - Chrome 77.pdf -------------------------------------------------------------------------------- /doc/benchmarks/JS-Frameworks - Chrome 78.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deleonio/poc-flexible-web-application-architecture/HEAD/doc/benchmarks/JS-Frameworks - Chrome 78.pdf -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: github-actions 4 | directory: "/" 5 | schedule: 6 | interval: daily 7 | open-pull-requests-limit: 10 8 | -------------------------------------------------------------------------------- /know.log: -------------------------------------------------------------------------------- 1 | home292045786.1and1-data.host ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/tKA7T9UUfVZ4gSGezw3t98UQcWwtHqPildhNL7F4SKhhXJorT01hwqsTVPXz9Emr1IzS9iOvvynqh7N3xSs01qoucho8WeantCVI5H7Vwt00qS8z8BRiYk1WpyzJfUCNUUHSJhF5SJd03uWrP19AhGsqqj7/24IzGhqxN/FqHgHdBRkQB//XlHhw5e03DPkr5jQRlHjSb9lkWily0/meBTkd7lFRC2n0sT/KE4XbjpvQlc2IUIIeWHJfcsJgpaGcDFboN9oV//voE4A0pdAFwE4OByVDZa/ifgXRlT0k5vVS+EaxTtH8idiu6ZV/P7dLMDo7b76KTSxlSixn7hPh 2 | -------------------------------------------------------------------------------- /wake-up-all.sh: -------------------------------------------------------------------------------- 1 | cp -r public dist 2 | bash ./wake-up.sh angular $1 3 | bash ./wake-up.sh angularjs $1 4 | bash ./wake-up.sh aurelia $1 5 | bash ./wake-up.sh inferno $1 6 | bash ./wake-up.sh lit-element $1 7 | bash ./wake-up.sh preact $1 8 | bash ./wake-up.sh react $1 9 | bash ./wake-up.sh solid $1 10 | bash ./wake-up.sh svelte $1 11 | bash ./wake-up.sh vanilla $1 12 | bash ./wake-up.sh vue $1 13 | bash ./wake-up.sh vue3 $1 14 | -------------------------------------------------------------------------------- /.github/workflows/test.latest.yml: -------------------------------------------------------------------------------- 1 | # This workflow will build a Java project with Maven 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven 3 | 4 | name: GitHub CI (Latest) 5 | 6 | on: 7 | workflow_dispatch: 8 | # inputs: 9 | # tag: 10 | # description: 'Tag' 11 | # required: true 12 | # default: 'latest' 13 | schedule: 14 | - cron: "0 */4 * * *" 15 | 16 | env: 17 | tag: 'latest' 18 | 19 | jobs: 20 | build: 21 | runs-on: ubuntu-latest 22 | # continue-on-error: true 23 | strategy: 24 | fail-fast: false 25 | matrix: 26 | framework: [angular, angularjs, aurelia, inferno, lit-element, preact, react, solid, svelte, vanilla, vue, vue3] 27 | name: Test "${{matrix.framework}}" framework 28 | steps: 29 | - uses: actions/checkout@v3.0.2 30 | - name: Set up Node.js 31 | uses: actions/setup-node@v3.3.0 32 | with: 33 | node-version: 16.x 34 | - name: Test "${{matrix.framework}}" framework 35 | shell: bash 36 | run: | 37 | cp -r public dist 38 | bash ./wake-up.sh ${{matrix.framework}} ${{env.tag}} 39 | - name: Separate build run 40 | run: npm run build 41 | working-directory: workspace 42 | - name: List build artifacts 43 | run: | 44 | ls -la dist/ 45 | - name: FTP-Deploy-Action 46 | uses: SamKirkland/FTP-Deploy-Action@3.1.1 47 | with: 48 | ftp-server: ${{ secrets.FTP_HOST }} 49 | ftp-username: ${{ secrets.FTP_USERNAME }} 50 | ftp-password: ${{ secrets.FTP_PASSWORD }} 51 | known-hosts: ${{ secrets.FTP_KNOWN_HOSTS }} 52 | local-dir: dist/ 53 | git-ftp-args: --all 54 | -------------------------------------------------------------------------------- /.github/workflows/test.next.yml: -------------------------------------------------------------------------------- 1 | # This workflow will build a Java project with Maven 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven 3 | 4 | name: GitHub CI (Next) 5 | 6 | on: 7 | workflow_dispatch: 8 | # inputs: 9 | # tag: 10 | # description: 'Tag' 11 | # required: true 12 | # default: 'next' 13 | schedule: 14 | - cron: "0 */4 * * *" 15 | 16 | env: 17 | tag: "next" 18 | 19 | jobs: 20 | build: 21 | runs-on: ubuntu-latest 22 | # continue-on-error: true 23 | strategy: 24 | fail-fast: false 25 | matrix: 26 | framework: 27 | - angular 28 | - angularjs 29 | - aurelia 30 | - inferno 31 | - lit-element 32 | - preact 33 | - react 34 | - solid 35 | - svelte 36 | - vanilla 37 | - vue 38 | - vue3 39 | name: Test "${{matrix.framework}}" framework 40 | steps: 41 | - uses: actions/checkout@v3.0.2 42 | - name: Set up Node.js 43 | uses: actions/setup-node@v3.3.0 44 | with: 45 | node-version: 16 46 | - name: Test "${{matrix.framework}}" framework 47 | shell: bash 48 | run: | 49 | cp -r public dist 50 | bash ./wake-up.sh ${{matrix.framework}} ${{env.tag}} 51 | - name: Separate build run 52 | run: npm run build 53 | working-directory: workspace 54 | - name: List build artifacts 55 | run: | 56 | ls -la dist/ 57 | mkdir ${{env.tag}} 58 | mv dist/* ${{env.tag}}/ 59 | mv ${{env.tag}} dist/ 60 | ls -la dist/${{env.tag}}/ 61 | - name: FTP-Deploy-Action 62 | uses: SamKirkland/FTP-Deploy-Action@3.1.1 63 | with: 64 | ftp-server: ${{ secrets.FTP_HOST }} 65 | ftp-username: ${{ secrets.FTP_USERNAME }} 66 | ftp-password: ${{ secrets.FTP_PASSWORD }} 67 | known-hosts: ${{ secrets.FTP_KNOWN_HOSTS }} 68 | local-dir: dist/ 69 | git-ftp-args: --all 70 | -------------------------------------------------------------------------------- /.github/workflows/test.latest.v1.2.yml: -------------------------------------------------------------------------------- 1 | # This workflow will build a Java project with Maven 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven 3 | 4 | name: GitHub CI (Latest v1.2) 5 | 6 | on: 7 | workflow_dispatch: 8 | # inputs: 9 | # tag: 10 | # description: 'Tag' 11 | # required: true 12 | # default: 'latest-1.2' 13 | schedule: 14 | - cron: "0 */4 * * *" 15 | 16 | env: 17 | tag: "latest-1.2" 18 | 19 | jobs: 20 | build: 21 | runs-on: ubuntu-latest 22 | # continue-on-error: true 23 | strategy: 24 | fail-fast: false 25 | matrix: 26 | framework: 27 | - angular 28 | - angularjs 29 | - aurelia 30 | - inferno 31 | - lit-element 32 | - preact 33 | - react 34 | - solid 35 | - svelte 36 | - vanilla 37 | - vue 38 | - vue3 39 | name: Test "${{matrix.framework}}" framework 40 | steps: 41 | - uses: actions/checkout@v3.0.2 42 | - name: Set up Node.js 43 | uses: actions/setup-node@v3.3.0 44 | with: 45 | node-version: 14.x 46 | - name: Test "${{matrix.framework}}" framework 47 | shell: bash 48 | run: | 49 | cp -r public dist 50 | bash ./wake-up.sh ${{matrix.framework}} ${{env.tag}} 51 | - name: Separate build run 52 | run: npm run build 53 | working-directory: workspace 54 | - name: List build artifacts 55 | run: | 56 | ls -la dist/ 57 | mkdir ${{env.tag}} 58 | mv dist/* ${{env.tag}}/ 59 | mv ${{env.tag}} dist/ 60 | ls -la dist/${{env.tag}}/ 61 | - name: FTP-Deploy-Action 62 | uses: SamKirkland/FTP-Deploy-Action@3.1.1 63 | with: 64 | ftp-server: ${{ secrets.FTP_HOST }} 65 | ftp-username: ${{ secrets.FTP_USERNAME }} 66 | ftp-password: ${{ secrets.FTP_PASSWORD }} 67 | known-hosts: ${{ secrets.FTP_KNOWN_HOSTS }} 68 | local-dir: dist/ 69 | git-ftp-args: --all 70 | -------------------------------------------------------------------------------- /.github/workflows/test.latest.v1.0.yml: -------------------------------------------------------------------------------- 1 | # This workflow will build a Java project with Maven 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven 3 | 4 | name: GitHub CI (Latest v1.0) 5 | 6 | on: 7 | workflow_dispatch: 8 | # inputs: 9 | # tag: 10 | # description: 'Tag' 11 | # required: true 12 | # default: 'latest-1.0' 13 | schedule: 14 | - cron: "0 */4 * * *" 15 | 16 | env: 17 | tag: "latest-1.0" 18 | 19 | jobs: 20 | build: 21 | runs-on: ubuntu-latest 22 | # continue-on-error: true 23 | strategy: 24 | fail-fast: false 25 | matrix: 26 | framework: 27 | - angular 28 | - angularjs 29 | - aurelia 30 | - inferno 31 | - lit-element 32 | - preact 33 | - react 34 | - svelte 35 | - vanilla 36 | - vue 37 | - vue3 38 | name: Test "${{matrix.framework}}" framework 39 | steps: 40 | - uses: actions/checkout@v3.0.2 41 | - name: Set up Node.js 42 | uses: actions/setup-node@v3.3.0 43 | with: 44 | node-version: 14.x 45 | - name: Test "${{matrix.framework}}" framework 46 | shell: bash 47 | run: | 48 | cp -r public dist 49 | bash ./wake-up.sh ${{matrix.framework}} ${{env.tag}} 50 | - name: Separate build run 51 | run: npm run build 52 | working-directory: workspace 53 | - name: List build artifacts 54 | run: | 55 | ls -la dist/ 56 | mkdir ${{env.tag}} 57 | mv dist/* ${{env.tag}}/ 58 | mv ${{env.tag}} dist/ 59 | ls -la dist/${{env.tag}}/ 60 | - name: FTP-Deploy-Action 61 | uses: SamKirkland/FTP-Deploy-Action@3.1.1 62 | with: 63 | ftp-server: ${{ secrets.FTP_HOST }} 64 | ftp-username: ${{ secrets.FTP_USERNAME }} 65 | ftp-password: ${{ secrets.FTP_PASSWORD }} 66 | known-hosts: ${{ secrets.FTP_KNOWN_HOSTS }} 67 | local-dir: dist/ 68 | git-ftp-args: --all 69 | -------------------------------------------------------------------------------- /.github/workflows/test.latest.v1.1.yml: -------------------------------------------------------------------------------- 1 | # This workflow will build a Java project with Maven 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven 3 | 4 | name: GitHub CI (Latest v1.1) 5 | 6 | on: 7 | workflow_dispatch: 8 | # inputs: 9 | # tag: 10 | # description: 'Tag' 11 | # required: true 12 | # default: 'latest-1.1' 13 | schedule: 14 | - cron: "0 */4 * * *" 15 | 16 | env: 17 | tag: "latest-1.1" 18 | 19 | jobs: 20 | build: 21 | runs-on: ubuntu-latest 22 | # continue-on-error: true 23 | strategy: 24 | fail-fast: false 25 | matrix: 26 | framework: 27 | - angular 28 | - angularjs 29 | # - aurelia 30 | - inferno 31 | - lit-element 32 | - preact 33 | - react 34 | # - solid 35 | - svelte 36 | - vanilla 37 | - vue 38 | - vue3 39 | name: Test "${{matrix.framework}}" framework 40 | steps: 41 | - uses: actions/checkout@v3.0.2 42 | - name: Set up Node.js 43 | uses: actions/setup-node@v3.3.0 44 | with: 45 | node-version: 14.x 46 | - name: Test "${{matrix.framework}}" framework 47 | shell: bash 48 | run: | 49 | cp -r public dist 50 | bash ./wake-up.sh ${{matrix.framework}} ${{env.tag}} 51 | - name: Separate build run 52 | run: npm run build 53 | working-directory: workspace 54 | - name: List build artifacts 55 | run: | 56 | ls -la dist/ 57 | mkdir ${{env.tag}} 58 | mv dist/* ${{env.tag}}/ 59 | mv ${{env.tag}} dist/ 60 | ls -la dist/${{env.tag}}/ 61 | - name: FTP-Deploy-Action 62 | uses: SamKirkland/FTP-Deploy-Action@3.1.1 63 | with: 64 | ftp-server: ${{ secrets.FTP_HOST }} 65 | ftp-username: ${{ secrets.FTP_USERNAME }} 66 | ftp-password: ${{ secrets.FTP_PASSWORD }} 67 | known-hosts: ${{ secrets.FTP_KNOWN_HOSTS }} 68 | local-dir: dist/ 69 | git-ftp-args: --all 70 | -------------------------------------------------------------------------------- /wake-up.sh: -------------------------------------------------------------------------------- 1 | cp -r public/* dist 2 | cp -r public dist/$1 3 | rm -rf workspace || { echo 'command failed' ; exit 1; } 4 | mkdir workspace || { echo 'command failed' ; exit 1; } 5 | cd workspace || { echo 'command failed' ; exit 1; } 6 | npm install --no-save @leanup/cli@$2 @leanup/cli-$1@$2 || { echo 'command failed' ; exit 1; } 7 | npx ncu -t patch -u -x typescript 8 | npm i 9 | npx $1 create -n template -o || { echo 'command failed' ; exit 1; } 10 | npx lean serve & 11 | npx lean lint || { echo 'command failed' ; exit 1; } 12 | npx $1 lint || { echo 'command failed' ; exit 1; } 13 | npm run lint || { echo 'command failed' ; exit 1; } 14 | # npx tsc -p tsconfig.json || { echo 'command failed' ; exit 1; } 15 | npx lean format || { echo 'command failed' ; exit 1; } 16 | npx $1 format || { echo 'command failed' ; exit 1; } 17 | npm run format || { echo 'command failed' ; exit 1; } 18 | #npx lean test || { echo 'command failed' ; exit 1; } 19 | #npx $1 test || { echo 'command failed' ; exit 1; } 20 | #npm run test || { echo 'command failed' ; exit 1; } 21 | #npx lean coverage || { echo 'command failed' ; exit 1; } 22 | #npx $1 coverage || { echo 'command failed' ; exit 1; } 23 | #npm run coverage || { echo 'command failed' ; exit 1; } 24 | npx lean build || { echo 'command failed' ; exit 1; } 25 | grep -rnw 'dist/' -e 'eval' 26 | rm -rf dist 27 | npx $1 build || { echo 'command failed' ; exit 1; } 28 | rm -rf dist 29 | npm run build || { echo 'command failed' ; exit 1; } 30 | mv dist/app.js dist/main.js || true 31 | # npm run build:snowpack || true 32 | mkdir ../dist/$1 33 | cp -r dist/* ../dist/$1 || { echo 'command failed' ; exit 1; } 34 | mkdir ../dist/$1/$1 35 | cp -r dist/* ../dist/$1/$1 || { echo 'command failed' ; exit 1; } 36 | cp -r dist/assets ../dist/ || { echo 'command failed' ; exit 1; } 37 | cp -r dist/assets ../dist/$1 || { echo 'command failed' ; exit 1; } 38 | cp -r src/assets ../dist/ || { echo 'command failed' ; exit 1; } 39 | cp -r src/assets ../dist/$1 || { echo 'command failed' ; exit 1; } 40 | # npm run build:snowpack || true 41 | # npx lean serve --port 8080 & 42 | # npx $1 serve --port 8081 & 43 | # npx lean serve -- --port 8082 & 44 | # npx lean e2e -e chrome || { echo 'command failed' ; exit 1; } 45 | # npx $1 e2e -e chrome || { echo 'command failed' ; exit 1; } 46 | npm outdated || true 47 | npm list --depth=0 || true 48 | # npx tsc -p tsconfig.json || { echo 'command failed' ; exit 1; } 49 | cd .. || { echo 'command failed' ; exit 1; } 50 | # rm -rf workspace || { echo 'command failed' ; exit 1; } 51 | -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | PoC - Flexible web application architecture 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 21 | 22 | 23 |
24 |

PoC - Flexible web application architecture

25 |

26 | This project demonstrate a flexible 27 | SWC/ESBuild/Babel 31 | and Webpack based web application 32 | architecture. The styling was realized with 33 | Windi CSS. 34 |

35 |

36 | More about the PoC you can find in this 37 | GitHub Repository. 42 |

43 |
44 |
45 |

Apps

46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright 2019 Martin Oppitz 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![GitHub CI](https://github.com/martinoppitz/poc-flexible-web-application-architecture/workflows/GitHub%20CI/badge.svg) 2 | 3 | > The source code is not completely clean for the architecture concept, but all aspects are evaluated. 4 | 5 | # PoC - Flexible web application architecture 6 | 7 | - [PoC - Flexible web application architecture](#poc---flexible-web-application-architecture) 8 | - [Motivation](#motivation) 9 | - [Addressee](#addressee) 10 | - [Rules](#rules) 11 | - [Introduction](#introduction) 12 | - [Tools](#tools) 13 | - [Frameworks](#frameworks) 14 | - [Devtools](#devtools) 15 | - [Installation](#installation) 16 | - [Guide](#guide) 17 | - [Usual usage without CLI](#usual-usage-without-cli) 18 | - [Serve](#serve) 19 | - [Build](#build) 20 | - [Command Line Interfaces](#command-line-interfaces) 21 | - [Angular CLI](#angular-cli) 22 | - [Installation](#installation-1) 23 | - [Vue CLI](#vue-cli) 24 | - [Installation](#installation-2) 25 | - [Testing](#testing) 26 | - [Unit-Test](#unit-test) 27 | - [Snapshot-Test](#snapshot-test) 28 | - [E2E-Test](#e2e-test) 29 | - [Documentation](#documentation) 30 | - [Open topics](#open-topics) 31 | - [Known bugs](#known-bugs) 32 | - [Gained knowledge](#gained-knowledge) 33 | - [Moment increases the artifact size](#moment-increases-the-artifact-size) 34 | - [Artifact analyser](#artifact-analyser) 35 | - [Artifact minimisation (⨻ outdated)](#artifact-minimisation--outdated) 36 | - [References](#references) 37 | 38 | ## Motivation 39 | 40 | This project demonstrates a scalable, flexible, and framework-neutral JavaScript web application architecture. 41 | 42 | ![Web application architecture]( "Web application architecture") 43 | 44 | ### Addressee 45 | 46 | This document is intended for everyone who cares about the following criteria: 47 | 48 | - Learnability 49 | - Controllability 50 | - Universality 51 | - Flexibility 52 | - Scalability 53 | - Durability 54 | 55 | ### Rules 56 | 57 | - Vanilla/TypeScript code is universally applicable 58 | - use the relevant features directly without "instantaneous water heaters" 59 | - only the connection layer between controller and material design is framework-specific 60 | 61 | ## Introduction 62 | 63 | We write always the same application with different JavaScript-Frameworks. Here you can find a [Demo]-Link. 64 | 65 | ### Tools 66 | 67 | | Tool | Description | Status | 68 | | --------------- | :--------------: | :----: | 69 | | [Ant] | Design | ⌛ | 70 | | [Bootstrap] | Design | ✔️ | 71 | | [Material] | Design | ⌛ | 72 | | [Babel] | Transpiler | ✔️ | 73 | | [Webpack] | Bundler | ✔️ | 74 | | [TypeScript] | Language | ✔️ | 75 | | [Mocha] | Unit-Test-Runner | ✔️ | 76 | | [Chai] | Assertion | ✔️ | 77 | | [ESLint] | Linter | ✔️ | 78 | | [Prettier] | Formatter | ✔️ | 79 | | [Nightwatch.js] | E2E-Test-Runner | ✔️ | 80 | | [Cypress] | E2E-Test-Runner | ❌\* | 81 | | [NYC] | Code-Coverage | ✔️ | 82 | | [Storybook] | Documentation | ✔️ | 83 | | [Workbox] | PWA-Tooling | ✔️ | 84 | 85 | \* It is difficult to keep focus with [Cypress] as it is more a nice tool than an effective tool. It is expected that a lot of time will be invested to justify the requirements of a project. 86 | 87 | ### Frameworks 88 | 89 | The selection of the following frameworks depends on this [report](https://ashleynolan.co.uk/blog/frontend-tooling-survey-2019-results#js-framework-essential) and [benchmark](https://krausest.github.io/js-framework-benchmark/2019/table_chrome_78.html). 90 | 91 | | Characteristic | [Angular] | [AngularJS] | [Aurelia] | [Inferno] | [Preact] | [React] | [Svelte] | Vanilla | [Vue] | [Vue3] | 92 | | -----------------------: | :------------: | :---------: | :-------: | :-------------: | :-------------: | :-------------: | :------: | :------: | :---------------------: | ------ | 93 | | Version | 10.1 | 1.8 | 1.3 | 7.4 | 10.4 | 16.13 | 3.24 | - | 2.6 ([Composition API]) | 3.0-rc | 94 | | Artifact size | 598 KiB | 213 KiB | 354 KiB | 52.4 KiB | 47.9 KiB | 160 KiB | 45.3 KiB | 31.8 KiB | 114 KiB | - KiB | 95 | | Upcomming time | ~53.5 ms | ~50 ms | ~10 ms | ~11 ms | ~12 ms | ~13 ms | ~13 ms | - | ~18 ms | - ms | 96 | | Performance test | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 97 | | [Devtools](####devtools) | ✔️ | ✔️ | ⌛ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | 98 | | Router | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 99 | | DI | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 100 | | [SPA] | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 101 | | [PWA] | ✔️ | ✔️ | ⌛ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 102 | | [SSR] | ✔️ | ✔️ | ⌛ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 103 | | Internet Explorer\* | ❌ | ✔️ | ❌ | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ | 104 | | Framework CLI | ✔️
(253 KB) | ❌ | ✔️\*\* | ❌ | ❌ | ❌ | ❌ | ❌ | ✔️
(121 KB) | ✔️ | 105 | | Scoped App | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | 106 | | Language Support | ✔️ | ⌛ | ⌛ | ✔️
[JSX/TSX] | ✔️
[JSX/TSX] | ✔️
[JSX/TSX] | ⌛ | ✔️ | ✔️ | ✔️ | 107 | 108 | \* Maybe more polyfills are required for IE.
109 | \*\* The Aurelia CLI can not be used for this project. 110 | 111 | #### Devtools 112 | 113 | - [Angular Devtools] and language support 114 | - [AngularJS Devtools] 115 | - [React Devtools], also for Inferno and Preact and language support 116 | - [Svelte Devtools] 117 | - [Vue Devtools] and language support 118 | 119 | ## Installation 120 | 121 | Run `npm install` in the bash. If there any problems with the installed dependencies, you can reinstall everything with `npm run reinstall`. 122 | 123 | ## Guide 124 | 125 | ### Usual usage without CLI 126 | 127 | Normally the binaries `npm` are used to execute the scripts. 128 | 129 | #### Serve 130 | 131 | Currently the following frameworks are available: 132 | 133 | - `angular` 134 | - `angularjs` 135 | - `aurelia` 136 | - `inferno` 137 | - `preact` 138 | - `react` 139 | - `svelte` 140 | - `vanilla` 141 | - `vue` 142 | 143 | Use this command to serve the application: `npm run serve[ [ -- --open]]` 144 | 145 | For example: 146 | 147 | - `npm run serve -f inferno` 148 | - `npm run serve -f inferno -- --open` 149 | 150 | > The optional option `--open` open the app in you default browser. 151 | 152 | #### Build 153 | 154 | Use this command to build the application: `nom run build[ ]` 155 | 156 | For example: 157 | 158 | - `npm run build inferno` 159 | 160 | ### Command Line Interfaces 161 | 162 | You should know that this project should show the generic architecture concept. The showcase with CLI usage demonstrates the independent codebase. 163 | 164 | #### Angular CLI 165 | 166 | Currently the [Angular CLI] is partially supported. ~~You must delete all non-angular sources from the `src/` folder.~~ 167 | 168 | - `npm run ng:serve` executes `ng serve` 169 | - `npm run ng:build` executes `ng build --prod` 170 | 171 | ##### Installation 172 | 173 | Please use primary this documentation: https://angular.io/cli 174 | 175 | #### Vue CLI 176 | 177 | Currently the [Vue CLI] is partially supported. You must delete all non-vue sources from the `src/` folder. 178 | 179 | - `npm run vue:serve` executes `vue-cli-service serve src/vue.ts` 180 | - `npm run vue:build` executes `vue-cli-service build src/vue.ts` 181 | 182 | > You must remove the root slashes! 183 | > 184 | > Before: 185 | > 186 | > ``` 187 | > 188 | > 189 | > ``` 190 | > 191 | > After: 192 | > 193 | > ``` 194 | > 195 | > 196 | > ``` 197 | > 198 | > . 199 | 200 | ##### Installation 201 | 202 | Please use primary this documentation: https://cli.vuejs.org/guide/installation.html 203 | 204 | ## Testing 205 | 206 | ### Unit-Test 207 | 208 | Execute all unit tests with `npm run test` or `npm run test -- --watch`. 209 | 210 | ### Snapshot-Test 211 | 212 | Currently **not** supported. 213 | 214 | ### E2E-Test 215 | 216 | Execute all e2e tests with `npm run e2e` or `npm run e2e --headless` for running headless. 217 | 218 | ## Documentation 219 | 220 | [Storybook] is a realy nice tool to document the components and there usage. 221 | 222 | - `npm run storybook:serve` for serve the documentation 223 | - `npm run storybook:build` for build the documentation 224 | 225 | ## Open topics 226 | 227 | - ~~Clean up the code for the architectural concept.~~ ✔️ 228 | - ~~Use observables to trigger rendering in correct cases.~~ ✔️ 229 | - ~~Prepare the project for unit and e2e testing.~~ ✔️ 230 | - Extends the application with adding measurements. ⌛ 231 | - ~~Add router to the application context.~~ ✔️ 232 | - ~~Create a cheat sheet for the application architecture concept.~~ ✔️ 233 | - ~~Provide a PWA manifest for each framework artifact.~~ ✔️ // Use [workbox] 234 | - ~~Coverage test in the build pipeline.~~ ✔️ 235 | - ~~E2E tests with Cypress instead of Nightwatch.~~ ❌ // E2E-Testing in headless mode, works. ✔️ 236 | - ~~Add filters to the application context.~~ ✔️ 237 | 238 | ## Known bugs 239 | 240 | - ~~In the parallel app execution the params routing breaks.~~ ✔️ 241 | 242 | ## Gained knowledge 243 | 244 | ### Moment increases the artifact size 245 | 246 | [Moment] magnifies the build artifact immensely. 247 | 248 | ### Artifact analyser 249 | 250 | If that's interesting ... 251 | 252 | Needs additional devDependency: 253 | 254 | - webpack-bundle-analyzer: ~3.6.0 255 | 256 | Usage: `npm run build angular -- --analyser` 257 | 258 | ### Artifact minimisation (⨻ outdated) 259 | 260 | > The benefit of this function was too small. 261 | 262 | There are some optional plugins to minimize the build artifacts in webpack. However, these options are not really better than the default webpack setup. 263 | 264 | - https://webpack.js.org/plugins/closure-webpack-plugin/ ❌ 265 | - https://webpack.js.org/plugins/uglifyjs-webpack-plugin/ ✔️ 266 | - https://webpack.js.org/plugins/terser-webpack-plugin/ ✔️ 267 | 268 | Needs additional devDependencies: 269 | 270 | - closure-webpack-plugin: ~2.0.0 271 | - google-closure-compiler: ~20190929.0.0 272 | - terser-webpack-plugin: ~2.2.0 273 | - uglifyjs-webpack-plugin: ~2.2.0 274 | 275 | Usage: `npm run build react -- --minimizer terser` 276 | 277 | ## References 278 | 279 | - https://github.com/infernojs/inferno-typescript-example 280 | - https://medium.com/js-dojo/how-to-configure-webpack-4-with-vuejs-a-complete-guide-209e943c4772 281 | - https://vue-composition-api-rfc.netlify.com/ 282 | - https://webpack.js.org/plugins/copy-webpack-plugin/ 283 | - https://webpack.js.org/plugins/html-webpack-plugin/ 284 | - https://vue-loader.vuejs.org/guide/ 285 | - https://webpack.js.org/configuration/ 286 | - https://webpack.js.org/configuration/dev-server/ 287 | - https://vuejs.org/v2/guide/#Getting-Started 288 | - https://reactjs.org/docs/getting-started.html 289 | - https://infernojs.org/docs/guides/getting-started 290 | - https://angular.io/start 291 | - https://docs.angularjs.org/misc/started 292 | - https://babeljs.io/docs/en/configuration 293 | - https://github.com/krausest/js-framework-benchmark 294 | - https://preactjs.com/guide/v10/getting-started/ 295 | 296 | [babel]: https://babeljs.io 297 | [bootstrap]: https://getbootstrap.com 298 | [material]: https://material.io 299 | [typescript]: https:/typescriptlang.org 300 | [webpack]: https://webpack.js.org 301 | [angular]: https://angular.io 302 | [angularjs]: https://angularjs.org 303 | [inferno]: https://infernojs.org 304 | [preact]: https://preactjs.com 305 | [react]: https://reactjs.org 306 | [vue]: https://vuejs.org 307 | [spa]: https://en.wikipedia.org/wiki/Single-page_application 308 | [pwa]: https://de.wikipedia.org/wiki/Progressive_Web_App 309 | [composition api]: https://vue-composition-api-rfc.netlify.com 310 | [js-benchmark]: https://krausest.github.io/js-framework-benchmark/2019/table_chrome_78.html 311 | [angular cli]: https://cli.angular.io 312 | [vue cli]: https://cli.vuejs.org 313 | [svelte]: https://svelte.dev 314 | [svelte-loader]: https://github.com/sveltejs/svelte-loader 315 | [babel-loader]: https://github.com/babel/babel-loader 316 | [ssr]: https://medium.com/@baphemot/whats-server-side-rendering-and-do-i-need-it-cb42dc059b38 317 | [demo]: https://github.modevel.de/poc 318 | [mocha]: https://mochajs.org 319 | [chai]: https://www.chaijs.com 320 | [nyc]: https://istanbul.js.org 321 | [storybook]: https://storybook.js.org/ 322 | [angular devtools]: https://augury.rangle.io 323 | [react devtools]: https://reactjs.org/docs/optimizing-performance.html 324 | [vue devtools]: https://github.com/vuejs/vue-devtools 325 | [angularjs devtools]: https://chrome.google.com/webstore/detail/ng-inspect-for-angularjs/cidepfmbgngpdapgncfhpecbdhmnnemf 326 | [svelte devtools]: https://github.com/RedHatter/svelte-devtools 327 | [aurelia]: https://aurelia.io 328 | [moment]: https://momentjs.com 329 | [cypress]: https://cypress.io 330 | [nightwatch.js]: https://nightwatchjs.org 331 | [jsx/tsx]: https://www.jambit.com/aktuelles/toilet-papers/was-ist-eigentlich-jsx-tsx/ 332 | [workbox]: https://developers.google.com/web/tools/workbox 333 | [eslint]: https://eslint.org 334 | [prettier]: https://prettier.io 335 | [ant]: https://ant.design 336 | --------------------------------------------------------------------------------