TypeScript
webpack
| TypeScript | webpack | |
|---|---|---|
| 1,476 | 377 | |
| 107,133 | 65,827 | |
| 0.5% | 0.2% | |
| 9.5 | 9.8 | |
| 6 days ago | 7 days ago | |
| TypeScript | JavaScript | |
| Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
TypeScript
- 個人開発者が始めるCloudflare MCPサーバー構築入門
TypeScript公式サイト
- JSDoc *Is* TypeScript
There's also a slight performance caveat when it comes to interfaces vs intersections (&) to keep in mind: https://github.com/microsoft/Typescript/wiki/Performance#pre...
- Modern web development tools 2025 - Mastering Modern Web Coding Tools...
Tip: You can find official docs and guides at typescriptlang. org.
- How to Build and Deploy Your LLM Agents in 10 Minutes with TypeScript
Node.js and TypeScript installed locally
- Brutal Efficiency: A Tech Breakdown of My Portfolio
Language: TypeScript (for type safety and better developer tooling)
- How to Use Zod with Angular Signal Forms (Step-by-Step Migration)
It's extremely popular in React, Node.js, and full-stack TypeScript applications because it provides:
- Good news: JavaScript is 30yo today Sad news: its own name doesn't belong to it
https://github.com/microsoft/TypeScript/blob/main/LICENSE.tx...
The license is Apache 2.0. With the trademark, they can tell everyone not to call their thing TypeScript but at this point, given the license, they cant't tell them not to copy it and change it and distribute that new thing (assuming the new distributors do so under the correct conditions).
- A high-performance, accessible, and SEO-optimized portfolio built with Next.js & TypeScript
TypeScript
- Stop Overcomplicating RAG: Why I Built a "Memory Server" on Postgres (and Open Sourced It)
- TIL: `satisfies` is my favorite TypeScript keyword
}
But that is not the case, so you’d need a single cast to make it work (from number to ClampedNumber<1,200>) or however exactly you’d want to express this.
Tbf having looked more closely into how typescript handles number range types, I don’t think I would ever use them. Not very expressive or clear. I think I hallucinated something closer to what is in this proposal: https://github.com/microsoft/TypeScript/issues/43505
I still think that the general idea of communicating what acceptable input is via the type system is a good one. But the specifics of doing that with numbers isn’t great in typescript yet.
webpack
- Workspaces, react and vite. A real-world case study for managing duplicate libraries.
Before addressing the solution, it's useful to contextualize the role of the bundler. In a modern frontend architecture, the bundler (such as webpack, rollup, or vite) has the task of traversing the application's dependency graph, resolving each import statement, to combine modules and assets into static files optimized for browser execution.
- Why Your Drag-and-Drop Editor Feels Clunky
- Experimentando con Elm en mi trabajo
- How Advanced File Delivery with Webpack Optimizes Web App Performance
Webpack fundamentals for efficient file delivery
- Quanter A pure JavaScript CSS Selector Engine
There are several ways to use Webpack, Browserify or Babel. For more information on using these tools, please refer to the corresponding project's documentation. In the script, including Quanter will usually look like this:
- 10 Performance Tips for Scaling Your Node.js API
Use webpack or esbuild for bundling and pruning dead code Want to audit your bundle? Tools like pkg-size or cost-of-modules can show you which packages are inflating your deploy size.
- Webpack's Internals Visualized: From Hooks to Graphs
At the heart of webpack lies a powerful architecture built from numerous plugins working together in perfect harmony. These plugins communicate and coordinate through tapable hooks, forming the backbone of webpack's extensibility.
- Webpack's internals visualized: Explore what it looks like.
Webpack's core consists of a collection of plugins working harmoniously together. These plugins communicate with each other through tapable hooks.
- Advanced Techniques for Parsing and Interpreting JavaScript Code
Webpack: A static module bundler for modern JavaScript applications
- JavaScript is so redundant
Why are there so many JavaScript build tools? Gulp, Grunt, Webpack, Laravel Mix, Rollup.js, and now Vite. And these are just the ones that I've worked with. Haven't we solved this problem? And why build a new tool? Why not improve existing tools?
What are some alternatives?
zod - TypeScript-first schema validation with static type inference
gulp - A toolkit to automate & enhance your workflow
bolt.new - Prompt, run, edit, and deploy full-stack web applications. -- bolt.new -- Help Center: https://support.bolt.new/ -- Community Support: https://discord.com/invite/stackblitz
vite - Next generation frontend tooling. It's fast!
Tailwind CSS - A utility-first CSS framework for rapid UI development.
Rollup - Next-generation ES module bundler