-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A blog post about extension development #524
Comments
Combine with Raymond's blog series: https://github.com/strongloop/loopback-next/wiki/Crafting-LoopBack-Next In his words, "I’m starting to build this page to provide architectural insight and walkthrough for LB next" Accompanied sample package: |
Let's make this a short post bringing hello-extension into attention of people reading our blog. Keep most of the details in the actual hello-extension repository. |
Blocked on #525 ; we can't estimate this task until we know how difficult it is to do this. |
[to-be-released] cool :D that will help speed up things to other devs |
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.
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.The text was updated successfully, but these errors were encountered: