| 兩邊的前次修訂版前次修改
下次修改 | 前次修改
|
| computer:program:js [2025/05/27 12:52] – [Interpreter] wm | computer:program:js [2026/03/09 21:39] (目前版本) – [Interpreter] wm |
|---|
| * [[https://github.com/goldbergyoni/javascript-testing-best-practices|JavaScript & Node.js testing best practices]] | * [[https://github.com/goldbergyoni/javascript-testing-best-practices|JavaScript & Node.js testing best practices]] |
| ====守則==== | ====守則==== |
| | * [[https://e18e.dev/|e18e (Ecosystem Performance)]] |
| * [[https://github.com/rwldrn/idiomatic.js/#readme|Principles of Writing Consistent, Idiomatic JavaScript]] | * [[https://github.com/rwldrn/idiomatic.js/#readme|Principles of Writing Consistent, Idiomatic JavaScript]] |
| * [[http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml|Google JavaScript Style Guide]] | * [[http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml|Google JavaScript Style Guide]] |
| * [[https://www.bitovi.com/blog/lazy-values-to-speed-up-your-js-app|Use Lazy Values to Speed Up Your JS Apps]] | * [[https://www.bitovi.com/blog/lazy-values-to-speed-up-your-js-app|Use Lazy Values to Speed Up Your JS Apps]] |
| * [[https://philipwalton.com/articles/idle-until-urgent/|Idle Until Urgent]] | * [[https://philipwalton.com/articles/idle-until-urgent/|Idle Until Urgent]] |
| | * [[https://tkdodo.eu/blog/please-stop-using-barrel-files| Please Stop Using Barrel Files ]] |
| =====元件===== | =====元件===== |
| * [[http://vanilla-js.com/|Vanilla JS]] | * [[http://vanilla-js.com/|Vanilla JS]] |
| * [[computer:program:js:angular|AngularJS]] | * [[computer:program:js:angular|AngularJS]] |
| * [[computer:program:js:Backbone]] | * [[computer:program:js:Backbone]] |
| | * [[https://foldkit.dev/|Foldkit]] (Effect) |
| * [[http://vuejs.org/|Vue.js]] | * [[http://vuejs.org/|Vue.js]] |
| * [[https://github.com/vitejs/vite|Vite]] | * [[https://github.com/vitejs/vite|Vite]] |
| * [[https://plopjs.com/|Plop]] | * [[https://plopjs.com/|Plop]] |
| * [[http://eslint.org/|ESLint]] | * [[http://eslint.org/|ESLint]] |
| * [[http://jscs.info/|JSCS]] | * [[https://github.com/eslint/config-inspector|ESLint Config Inspector]] |
| * [[https://github.com/eslint/generator-eslint|generator-eslint]] | * [[https://github.com/eslint/generator-eslint|generator-eslint]] |
| * [[https://github.com/IanVS/eslint-nibble|eslint-nibble]] | * [[https://github.com/IanVS/eslint-nibble|eslint-nibble]] |
| * [[https://github.com/esbuild-kit/tsx|tsx]] | * [[https://github.com/esbuild-kit/tsx|tsx]] |
| * [[https://tsdoc.org/|TSDoc]] | * [[https://tsdoc.org/|TSDoc]] |
| | * [[https://github.com/johnsoncodehk/tsslint|TSSLint]] |
| | * [[https://github.com/tsconfig/bases|Centralized Recommendations for TSConfig bases]] |
| * [[https://github.com/gvergnaud/ts-pattern|TS-Pattern]] | * [[https://github.com/gvergnaud/ts-pattern|TS-Pattern]] |
| | * [[https://www.jackfranklin.co.uk/blog/typescript-exhaustive-branches/|Exhaustive branch checks with TypeScript]] |
| | * [[https://basarat.gitbook.io/typescript/type-system/discriminated-unions|Discriminated Union]] |
| * [[https://effect.website/|Effect]] | * [[https://effect.website/|Effect]] |
| * [[https://effect-ts.github.io/effect/|Effect API Reference]] | * [[https://effect-ts.github.io/effect/|Effect API Reference]] |
| | * [[https://effect.kitlangton.com/|Visual Effect]] |
| * [[https://gcanti.github.io/fp-ts/|fp-ts]] | * [[https://gcanti.github.io/fp-ts/|fp-ts]] |
| | * [[https://www.typeonce.dev/course/effect-beginners-complete-getting-started|Effect: Beginners Complete Getting Started]] |
| | * [[https://www.effective.software/|Effective Software]] |
| | * [[https://www.effect.solutions/|Effect Solutions]] |
| | * [[https://github.com/PaulJPhilp/EffectPatterns|The Effect Patterns Hub]] |
| | * [[https://www.typeonce.dev/course/effect-react-19-project-template|Effect with React 19: Project Template]] |
| * [[https://github.com/pigoz/effect-crashcourse|Effect Crash Course]] | * [[https://github.com/pigoz/effect-crashcourse|Effect Crash Course]] |
| | * [[https://effect-way-course--jonas127.replit.app/|effect.ninja]] |
| * [[https://lucas-barake.github.io/how-effect-simplifies-your-typescript-code/|How Effect Simplifies Your TypeScript Code]] | * [[https://lucas-barake.github.io/how-effect-simplifies-your-typescript-code/|How Effect Simplifies Your TypeScript Code]] |
| * [[https://lucas-barake.github.io/building-a-composable-policy-system/|Building a Composable Policy System in TypeScript with Effect]] | * [[https://lucas-barake.github.io/building-a-composable-policy-system/|Building a Composable Policy System in TypeScript with Effect]] |
| | * [[https://www.tweag.io/blog/2024-11-07-typescript-effect/|Exploring Effect in TypeScript: Simplifying Async and Error Handling]] |
| * [[https://www.totaltypescript.com/books/total-typescript-essentials/deriving-types#using-as-const-for-javascript-style-enums|Using as const For JavaScript-Style Enums]] | * [[https://www.totaltypescript.com/books/total-typescript-essentials/deriving-types#using-as-const-for-javascript-style-enums|Using as const For JavaScript-Style Enums]] |
| * [[https://rescript-lang.org/|ReScript]] | * [[https://rescript-lang.org/|ReScript]] |