From ed0196e2876c2887a5ffa01b8b538c99dacaed58 Mon Sep 17 00:00:00 2001 From: OksanaSam <60159629+OksanaSam@users.noreply.github.com> Date: Tue, 12 Jan 2021 20:45:20 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b8c5c0..6547c32 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ Moody -Disclaimer 1: The app is built using class-based components without hooks. As I'm a big fan of hooks and functional components and use them in all my other apps, I reserved the right to have one app with good old -classes. - - +Disclaimer 1: The app is built using class-based components without hooks. As I'm a big fan of hooks and functional components and use them in all my other apps, I reserved the right to have one app with good old classes. Disclaimer 2: Redux is a total overkill for a small-scale app like this lol. However, as I wanted to have some practice, I implemented it here along with Redux-Thunk.