-
Notifications
You must be signed in to change notification settings - Fork 1.1k
A blog post about extension development #524
Copy link
Copy link
Closed
Milestone
Description
A blog post explaining to readers how easy it is to build an extension for LB Next, making people excited and wanting to write one!
Stakeholders to discuss the blog post with: @raymondfeng , @ritch, @kjdelisle, etc.
Promote @kjdelisle call for extensions: #509
See also #218
Acceptance criteria
The blog post should be at relatively high level (think of extension-starter's README), for deeply technical content point readers to existing docs in other places.
- describe the scenario we have in mind (logger extension)
- why we have to build an extension using the structure we are going to follow (explain LoopBack-Next concepts)
- a step-by-step tutorial showing how to build this simple extension
- link to the repo with the completed example
Use @virkt25's example extension - a logger component providing a @log decorator, a sequence action and an app-level mixin to drive the post content.
Reactions are currently unavailable