ama icon indicating copy to clipboard operation
ama copied to clipboard

How to create a plugin architecture in JavaScript?

Open tanaypratap opened this issue 6 years ago • 0 comments

Webpack has a plugin based architecture. Same with babel and now graphiQL is doing that as well. How are these systems designed using JavaScript? I know I can read the source code of these libraries but looking for something simple to understand and start with.

tanaypratap avatar Jun 06 '19 16:06 tanaypratap