From ec29871a0006871d0ec2657a19cbe57239bab5fa Mon Sep 17 00:00:00 2001 From: Simon Johansson Date: Mon, 23 Sep 2024 14:54:38 +0200 Subject: [PATCH] Add YouTube video to express docs --- docs/how-to/express-migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-to/express-migration.md b/docs/how-to/express-migration.md index 392e3a3fc6..71e62d39e7 100644 --- a/docs/how-to/express-migration.md +++ b/docs/how-to/express-migration.md @@ -7,6 +7,8 @@ title: Migrating from Express.js If you have an existing app using [Express.js](https://expressjs.com/) and want to migrate it to Encore.ts, this guide is for you. This guide can also serve as a comparison between the two frameworks. + + ## Why migrate to Encore.ts? Express.js is a great choice for building simple APIs, but as your application grows you will likely run into limitations. There is a large community around Express.js, providing many plugins and middleware to work around these limitations. However relying heavily on plugins can make it hard to find the right tools for your use case. It also means that you will need to maintain a lot of dependencies.