From 22cbe4086e89c39da46a7cbd74a722bce49f8a06 Mon Sep 17 00:00:00 2001 From: Thorsten Kober Date: Sat, 13 Jan 2024 14:59:05 -0500 Subject: [PATCH] adjust intro text (#2233) --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 918d5d9ae4..cd715d7460 100644 --- a/index.html +++ b/index.html @@ -44,9 +44,10 @@

Introduction

-

Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing their JavaScript web apps.

-

Backbone, Ember, AngularJS… the list of new and stable solutions continues to grow, but just how do you decide on which to use in a sea of so many options?

-

To help solve this problem, we created TodoMVC - a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.

+

Developers have a number of choices today when it comes to selecting a JavaScript framework or UI library for building scalable web apps.

+

React / Next.js, Vue / Nuxt, Angular…the list of solutions continues to grow, but just how do you decide on which to use in a sea of so many options?

+

To help you understand the options, we created TodoMVC - a project which has offered the same Todo applications implemented in popular JavaScript frameworks for the last decade.

+

TodoMVC is useful for comparing syntax and solutions, is officially used in cross-browser benchmarks (e.g. Speedometer) and aims to stay up to date as trends change over time.