From 4bc85927d8cbef5a034661a8f3fe94355a6826c9 Mon Sep 17 00:00:00 2001 From: Simon Johansson Date: Mon, 23 Sep 2024 15:20:12 +0200 Subject: [PATCH] Add YouTube video to express docs (#1413) Co-authored-by: Marcus Kohlberg <78424526+marcuskohlberg@users.noreply.github.com> --- 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 c697860ced..7528c43d3e 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.