Companies Home Search Profile

Typescript & React JS Course with React & Typescript Project

Focused View

21:35:43

9 View
  • 1. Converting HTML JSX.mp4
    06:02
  • 2. Inline Styling with JSX in React JS.mp4
    10:53
  • 3. JavaScript Variable in JSX.mp4
    12:43
  • 1. Three Tenets of Components.mp4
    03:34
  • 2. Simple App with React.mp4
    02:55
  • 3. Styling App with Semantic UI.mp4
    08:34
  • 4. Building Component with React JS.mp4
    03:57
  • 5. Specifying The Image in React JS.mp4
    03:19
  • 6. Duplicating The Single Component.mp4
    01:58
  • 7. Component Nesting.mp4
    12:06
  • 8. Props System.mp4
    04:10
  • 9. Passing Props to Child.mp4
    13:02
  • 10. Reusable Component Overview.mp4
    02:46
  • 11. Props Children.mp4
    12:42
  • 12. React JS Quiz.html
  • 1. Class-Based Components and Functional Component.mp4
    05:48
  • 2. New React App Overview.mp4
    08:42
  • 3. Getting Users Physical Location with React JS.mp4
    07:57
  • 4. Handling Async Operation in React.mp4
    03:35
  • 5. Transformation Functional Component to Class Based Component.mp4
    04:53
  • 1. State Rules.mp4
    04:19
  • 2. Initializing State In Constructor.mp4
    13:48
  • 3. Lifecycle Method Overview.mp4
    12:25
  • 4. Conditional Rendering.mp4
    05:18
  • 1. Get to Know Lifecycle Method.mp4
    13:26
  • 2. Refactoring App with Lifecycle Method.mp4
    03:08
  • 3. Passing State As Props.mp4
    04:27
  • 4. Ternary Expressions in JSX.mp4
    05:48
  • 5. Showing Picture.mp4
    06:33
  • 6. Styling The React App.mp4
    10:11
  • 7. Free React Developer Tools.mp4
    03:48
  • 8. ReactJS General App Review.mp4
    07:23
  • 1. React JS App Overview.mp4
    02:43
  • 2. Component Design.mp4
    03:03
  • 3. Handling Forms.mp4
    08:31
  • 4. Styling The App.mp4
    03:22
  • 5. Creating Event Handlers.mp4
    06:15
  • 6. Controlled vs Uncontrolled Elements.mp4
    04:33
  • 7. Why Controlled Elements.mp4
    07:39
  • 8. Understanding this Key Word In JS.mp4
    10:18
  • 9. Communicating Child to Parent.mp4
    03:02
  • 10. Invoking Callbacks In Children.mp4
    04:54
  • 1. Fetching Data.mp4
    03:50
  • 2. Axios vs Fetch.mp4
    03:49
  • 3. Async Await Function.mp4
    10:06
  • 4. Setting The State.mp4
    06:08
  • 5. Rendering A List of Components.mp4
    05:15
  • 6. Implementing The Key Values In List.mp4
    04:35
  • 7. What We Have Learned From The App.mp4
    04:04
  • 8. React Quiz.html
  • 1. Initializing The Project.mp4
    03:13
  • 2. The React Router.mp4
    21:09
  • 3. Link and Nav Links.mp4
    06:05
  • 4. Programmatic Redirects.mp4
    07:20
  • 5. Route Parameters.mp4
    15:07
  • 6. React Router Switch Tag.mp4
    03:53
  • 1. How To Create A Modal.mp4
    08:49
  • 2. Why React Portals.mp4
    07:37
  • 3. Creating a React Portals.mp4
    06:53
  • 1. Context & Hooks.mp4
    03:23
  • 2. Lets Start Building Our Application.mp4
    11:29
  • 3. Why Context API.mp4
    06:40
  • 4. Context Provider.mp4
    08:05
  • 5. Context Provider - 2.mp4
    06:05
  • 6. Lets Reach Out The Context State.mp4
    10:19
  • 7. Consuming Data in TodoList Component.mp4
    05:29
  • 8. Context Consumer.mp4
    07:22
  • 9. Update The Context Data.mp4
    07:04
  • 10. Create Multiple Context with UseContext.mp4
    09:25
  • 11. Use Multiple Context Inside One Component.mp4
    08:59
  • 12. Hooks Intro.mp4
    04:00
  • 13. Lets Start Creating The App.mp4
    03:50
  • 14. UseState Hook.mp4
    13:24
  • 15. UseState with Forms.mp4
    13:26
  • 16. UseEffect Hook.mp4
    09:35
  • 17. UseContext Hook.mp4
    08:49
  • 18. Create Multiple Context.mp4
    05:50
  • 1. How to Get Help.mp4
    01:27
  • 2. A Birdseye View of TypeScript.mp4
    08:47
  • 3. Initial Setups for Typescript.mp4
    08:14
  • 1. App Review.mp4
    05:53
  • 2. How to Run TypeScript Code.mp4
    07:03
  • 3. A Subtle Adjustment.mp4
    05:07
  • 4. Catching Errors in Typescript.mp4
    10:29
  • 5. Catching Errors 2.mp4
    06:06
  • 1. Types in TypeScript.mp4
    07:18
  • 2. Types in TypeScript 2.mp4
    08:20
  • 3. More Types with Examples.mp4
    06:25
  • 4. Where Do We Use Types.mp4
    01:23
  • 1. Introduction of Type Annotation and Infrence.mp4
    02:53
  • 2. How Do Annotatitons Work in Typescript.mp4
    06:53
  • 3. Annotations Around Objects.mp4
    09:38
  • 4. Function Annotations in Type script.mp4
    08:07
  • 5. Type Infrence.mp4
    05:34
  • 1. Understanding Any Type.mp4
    11:09
  • 2. Fixing any Type.mp4
    02:49
  • 3. Initiate Annotation Later in Typescript.mp4
    04:37
  • 4. When type can not be inferred.mp4
    07:00
  • 1. Annotations with Functions.mp4
    07:16
  • 2. Type Infrence with Functions in Typescript.mp4
    08:42
  • 3. Using Annotations with Anonymous Functions.mp4
    02:15
  • 4. Never and Void Types in TypeScript.mp4
    04:06
  • 1. Object Destructure with Annotations in Typescript.mp4
    04:32
  • 2. Using Annotations with Objects in Type script.mp4
    10:35
  • 1. Typed Arrays in Typescript.mp4
    07:10
  • 2. More on Typed Arrays.mp4
    06:16
  • 3. Working with Multiple Types in Type script.mp4
    07:54
  • 4. When should we use typed arrays.mp4
    01:29
  • 1. Tuples in typescript.mp4
    05:31
  • 2. More on Tuples.mp4
    08:01
  • 3. When Should We Use Tuples in Type Script.mp4
    04:47
  • 1. Introduction to Interfaces.mp4
    02:29
  • 2. Long Type Annotations.mp4
    07:11
  • 3. Refactoring Type Annotations.mp4
    06:38
  • 4. Syntax of Interfaces.mp4
    04:05
  • 5. Functions in Interfaces.mp4
    06:52
  • 6. Code Reusability.mp4
    06:17
  • 1. Introduction to Classes.mp4
    05:34
  • 2. Typescript Inheritance.mp4
    04:37
  • 3. Modifiers.mp4
    09:33
  • 4. Fields.mp4
    08:30
  • 5. Fields and Inheritance.mp4
    06:34
  • 1. Overview.mp4
    03:47
  • 2. Webpack Setup and Configuration.mp4
    09:59
  • 3. App Structure.mp4
    05:07
  • 4. Generate Random Data with Faker.mp4
    07:00
  • 5. Using Type Definition Files.mp4
    08:56
  • 6. Exporting in Typescript.mp4
    07:44
  • 7. Typescript Configuration.mp4
    02:32
  • 8. Defining a Cargo.mp4
    05:13
  • 9. Install Google Maps.mp4
    10:25
  • 10. Integrate Google Maps.mp4
    04:57
  • 11. Digging into Type Definition Files.mp4
    17:11
  • 12. Using Modifiers.mp4
    12:57
  • 13. Attaching Markers on Map.mp4
    12:48
  • 1. Best Way to Access the Interface.mp4
    07:35
  • 2. Typescript Checks Types Automatically.mp4
    04:14
  • 3. Lets Show Marker Pop-up.mp4
    09:40
  • 4. Changing the Pop-up Content.mp4
    09:04
  • 5. Improving the Error Finding.mp4
    08:33
  • 6. Summary.mp4
    11:53
  • 1. Overview.mp4
    01:58
  • 2. Typescript Compiler.mp4
    10:53
  • 3. Automatic Execution of the Code.mp4
    06:32
  • 4. Lets Dive in To the Project.mp4
    05:47
  • 5. Creating the Sorting Class.mp4
    05:02
  • 6. Implementation of The Sorting Class.mp4
    06:42
  • 7. Problems with Different Data Structures.mp4
    09:44
  • 8. Using OR Operator.mp4
    10:40
  • 9. Typescript Type Guards.mp4
    11:59
  • 10. Type Guards Are Useful, But Not So Much.mp4
    03:37
  • 11. Lets Do Some Refactoring.mp4
    10:23
  • 12. Lets Do Some Refactoring - 2.mp4
    18:53
  • 13. Overview of the Final Form.mp4
    06:03
  • 14. Finally! Lets Define Our Interface.mp4
    06:44
  • 15. Sorting Strings.mp4
    14:32
  • 16. Lets Solve One Last Issue.mp4
    03:12
  • 17. Adding Sort Method to Other Classes.mp4
    04:04
  • 18. Lets Refactor Sorting Class.mp4
    09:34
  • 19. Solving Issues with Abstract Classes.mp4
    08:52
  • 20. Implementing Abstract Classes.mp4
    05:56
  • 21. Last Refactor.mp4
    04:19
  • 22. Comparing Interfaces and Abstract Classes.mp4
    04:53
  • 1. A Little Reminder.mp4
    09:37
  • 2. Overview.mp4
    03:10
  • 3. Create React App with Typescript.mp4
    01:41
  • 4. Creating Components in Typescipt React.mp4
    04:52
  • 5. How to Use Interfaces.mp4
    05:03
  • 6. Lets Dive into States.mp4
    03:15
  • 7. Hidden Complexity of Component State.mp4
    15:05
  • 8. Defining Functional Components.mp4
    04:37
  • 9. Lets Setup Redux.mp4
    08:50
  • 10. Redux Action Creators.mp4
    10:11
  • 11. Redux Action Types.mp4
    07:28
  • 12. Optional Error Checking.mp4
    06:54
  • 13. Redux Reducers.mp4
    09:07
  • 14. Validating Redux Store.mp4
    07:04
  • 15. Using Connect Function.mp4
    07:52
  • 16. Lets Render our List Items.mp4
    06:05
  • 17. How to Delete Items.mp4
    04:08
  • 18. Separate Files for Different Action Creators.mp4
    04:40
  • 19. OR Statement for Different Actions.mp4
    05:54
  • 20. Type Guards in Reducers.mp4
    03:41
  • 21. Adding Delete Items Functionality.mp4
    02:31
  • 22. A Little Issue with Type Definition Files.mp4
    04:30
  • 23. Showing the Loading Text When Fetching.mp4
    06:16
  • 24. Summary.mp4
    05:35
  • 1. Typescript with React JS Course and Hands on React Projects.html
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 185
    • duration 21:35:43
    • English subtitles has
    • Release Date 2024/04/23