Adapters vs Plugins in KickJS v5 — Choosing the Right Primitive
You read the adapters article. You understood defineAdapter . You went to wire up your next concern, opened the v5 docs, and got hit with a second word: definePlugin . The shapes look almost identical — both take a name , both can return middleware() , both can register DI tokens, both can contribute context decorators. Hovering the types in your editor only deepens the question: "I just need to register a service. defineAdapter or definePlugin ?" This article is the answer. Short version: the s
Comment
Sign in to join the discussion.
Loading comments…