As a developer that uses plain JavaScript, I would like to use LoopBack Next without requiring TypeScript specific features such as decorators to:
UPDATED (2/22)
Discussion with @raymondfeng @kjdelisle:
@loopback/cli creates a typescript project. Is there any plain javascript starter available?
@ansarizafar not yet. We are focusing on getting a typescript-only MVP done first (see https://github.com/strongloop/loopback-next/issues/696). We we look into JavaScript support after this MVP is done.
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Most helpful comment
@loopback/clicreates a typescript project. Is there any plain javascript starter available?