From 27aedef96d8b1e7881bcc3fc6b792dcbe06d3040 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Sun, 17 Mar 2024 08:54:24 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98e9bf0..806dc5d 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ ScrewFast is an open-source template designed for quick and efficient web projec - Allows users to bookmark blog posts for later reference. - Provides a visual indication of whether a post is bookmarked. - Utilizes `localStorage` to store bookmarks locally in the browser. - - For server-side rendering (SSR) or dynamic pages, replace `localStorage` with cookies to persist bookmarked posts. - - This change allows bookmarked posts to be rendered dynamically based on the user's bookmarks. + - For SSR, replace `localStorage` with cookies to persist bookmarked posts. + - This setup opens up the possibility for the server to dynamically render content based on user-specific bookmarks, should you choose to implement this feature. - [x] **Post Feedback Component**: - Collects user feedback at the end of each blog post.