From 4d12fd9d206ca538dd6a313d5d59e376a89bc71e Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Thu, 6 Jun 2024 08:34:59 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9ac28f0..857edeae 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,10 @@ Why Tuono? Just a badass name. ## Introduction -NodeJs/Deno/Bun are the only tools that make a React app fullstack right? (TLDR; no) - -Techically the only thing React needs to do on the backend side is to render the HTML and returns it in the response payload and for it just a JS engine is required. -Why then we need to bring the entire runtime? +NodeJs/Deno/Bun are the only tools that make a React app fullstack right? (no) Tuono wants to prove that it's possible creating fully fledged react applications without the need to host them on a JS runtime server leveraging the best of the two worlds: -super powered server and crazy cool development experience. +super powered server and amazing development experience. ## Requirements