Postsspydo in hive-196037 • 3 yr. 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 solves the problem of prop drilling in React What packages are required to use Redux with React Answering frequently asked questions by beginners…spydo in hive-196037 • 4 yr. 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 part let's follow the video. TIMESTAMPS 0:00 Intro about the topic 0:18 When to use Nullable in TypeScript? 0:36 How to allow a null value in…spydo in hive-196037 • 4 yr. 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 part let's follow the video. TIMESTAMPS 0:00 Intro about the topic 0:18 When to use Nullable in TypeScript? 0:36 How to allow a null value in…spydo in hive-196037 • 4 yr. 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 operator in react. Apart form that we also going to talk about the Short circuit evaluation effect in react and why not use that instead? 0:00 Why…