MKMasoom Kumarinshuntz.hashnode.dev·Jun 5, 2022 · 3 min readWhy "Strict" at all?Today, we are talking about "Strict Mode". The reasons why it was introduced and how it can change the way your code will run. So, the obvious question is What is Strict Mode? -> Javascript implicitly runs on "Sloppy Mode". Using "Strict Mode" forces...00
MKMasoom Kumarinshuntz.hashnode.dev·Oct 20, 2021 · 2 min readRevisit REDUXWhat is Redux? Redux is a library that helps you manage state in your Javascript apps. This serves as the Data Layer for your apps. Redux follows Unidirectional Flow and that's why we need to use middleware's like thunk. Okay, then why not multi-dire...00