Javascript tools
These websites can be references for your design ideas
Typescript related
- quicktype
- Convert JSON into gorgeous, typesafe code in any language.
https://quicktype.io/ (opens in a new tab)
- TypeScript Playground
- An online editor for exploring TypeScript and JavaScript.
https://www.typescriptlang.org/play/ (opens in a new tab)
- tsconfig.xyz
- Generate tsconfig.json files with sensible defaults.
https://tsconfig.xyz/ (opens in a new tab)
Code Quality
- ESLint
- Find and fix problems in your JavaScript code.
https://eslint.org/ (opens in a new tab)
- Prettier
- Opinionated code formatter for JavaScript/TypeScript.
https://prettier.io/ (opens in a new tab)
Build Tools
- Vite
- Next generation frontend tooling (build tool + dev server).
https://vitejs.dev/ (opens in a new tab)
Package Management
- Bundlephobia
- Find the cost of adding a new dependency to your bundle.
https://bundlephobia.com/ (opens in a new tab)