InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Tapable Alternatives
Similar projects and alternatives to tapable
-
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
-
Snowpack
Discontinued ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack] (by withastro)
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
tapable discussion
tapable reviews and mentions
-
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.
-
Ask HN: Best JavaScript plugin system you have seen?
Plugin systems are hard to get right and hard to find the right balance.
I was recently poking through Webpack's [tapable](https://github.com/webpack/tapable) which allows pretty immense customization albeit it's a little complex.
What is the best you've come across?
-
Simple mistake to ruin Webpack bundle optimization
1) tapable package for event-driven architecture 2) terser for minification 3) acorn for AST processing 4) watchpack to watch file changes
-
An Intro To Webpack
If we take a look at the webpack repository on GitHub, we will find files containing the definitions of some of the key classes that handle the compilation process in webpack. Webpack makes use of its Tapable library to expose hooks for events during the bundle creation process. Many of the classes in webpack extend Tapable in order to provide hooks to plugins so that they, too, can access lifecycle events.
-
Pluggable Apps with Lenny the Duck 🦆
These registration points are called Hooks.
-
Build "Pluggable" Apps with Stan the Duck 🦆
Webpack: Tapable
-
A note from our sponsor - InfluxDB
www.influxdata.com | 9 Jul 2025
Stats
webpack/tapable is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of tapable is JavaScript.