From 3742f140bc063daa181d54b51bb1263d9b6e76f5 Mon Sep 17 00:00:00 2001 From: shmlktz <76396773+shmlktz@users.noreply.github.com> Date: Mon, 24 Oct 2022 21:48:08 +0300 Subject: [PATCH] Update README.md = ) Thanks for this Fireship-io! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8259974..3b13d29 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A 2kB zero-config router and prefetcher that makes a static site feel like a bla ## Why? -**Problem:** Static sites feel slow and cannot easily share state between pages. This makes it difficult to create a pleasant user experience (UX) with JavaScript libraries because each new page needs to reboot your JS from scratch. +**Problem:** Static sites feel slow and cannot easily share their state between pages. This makes it difficult to create a pleasant user experience (UX) with JavaScript libraries because each new page needs to reboot your JS from scratch. Rather than requiring a frontend framework to take control of the entire DOM, the goal is to make route changes on static sites feel faster, like a SPA. @@ -29,7 +29,7 @@ import flamethrower from 'flamethrower-router'; const router = flamethrower(); ``` -That's it. Your site now feels blazingly fast. +That's it. Your site now feels (and is) blazingly fast. ## Advanced Usage