spydo in # hive-196037 • 2 years ago • 1 min readWhat is Redux: Beginner's Guide to React State Management | Part 1In this video, we will cover everything you need to know about Redux Which including: What is Redux and how it works as a state container Why Redux makes state management predictable How Redux…spydo in # hive-196037 • 2 years ago • 1 min readMaking Optional Properties Nullable in TypeScript | Revive CodingIn this video, we are talking about how we can use Nullable in TypeScript. So nullable is used where we want to specify a new value in typescript instead of defining null and for the implementation…spydo in # hive-196037 • 2 years ago • 1 min readMaking Optional Properties Nullable in TypeScript | Revive CodingIn this video, we are talking about how we can use Nullable in TypeScript. So nullable is used where we want to specify a new value in typescript instead of defining null and for the implementation…spydo in # hive-196037 • 2 years ago • 2 min readWhy Not use AND (&&) Operator for Conditional Rendering in ReactDon't use AND operator ANYMORE in react component. This small video explains the deadly problem can a && operator cause in your react application. Along with the solution, what to use instead of an…