Crash Course: React JS Angular and Vue JS: Crash Course: React JS, Angular and Vue JS
Best Seller
128 Lectures
7h 36m 2s
Prepare for your Microsoft examination with our training course. The No_code course contains a complete batch of videos that will provide you with profound and thorough knowledge related to Microsoft certification exam. Pass the Microsoft No_code test with flying colors.
$13.99$24.99
Curriculum For This Course
- 1. Introduction 1m 19s
- 2. The Goal of this Course 2m 31s
- 3. Understanding the Role of JavaScript 3m 48s
- 4. The World of JavaScript 1m 37s
- 5. Using Vanilla JavaScript & Understanding Its Limitations (1/3) 5m 17s
- 6. Using Vanilla JavaScript & Understanding Its Limitations (2/3) 2m 12s
- 7. Using Vanilla JavaScript & Understanding Its Limitations (3/3) 4m 40s
- 8. Analyzing the Vanilla JavaScript Solution 2m 28s
- 9. Improving the App with jQuery 7m 1s
- 10. More JavaScript Libraries: Adding Lodash 2m 56s
- 11. The Role of JavaScript Libraries 1m 20s
- 12. Libraries vs Frameworks 2m 50s
- 13. Using Vue.js (A JavaScript Framework) 15m 2s
- 14. Understand other Parts of the JavaScript World 3m 55s
- 15. JavaScript Versions and Languages - ES6 and TypeScript 3m 56s
- 16. Course Structure 2m 59s
- 1. Module Introduction 34s
- 2. JS Frameworks in Fullstack Applications 2m 37s
- 3. JS Frameworks in Single-Page-Applications 2m 46s
- 4. Prerequisites for the Different JS Frameworks 4m 7s
- 1. Module Introduction 1m 33s
- 2. Creating a Basic Vue.js Application 3m 23s
- 3. In a Nutshell: How Vue.js Works 2m 6s
- 4. Handling Events and Updating the DOM 3m 57s
- 5. Rendering Content Conditionally 3m 15s
- 6. Outputting Lists 3m 27s
- 7. Binding HTML Attributes & Properties to Data 3m 38s
- 8. Styling Elements Dynamically 3m 24s
- 9. Setting CSS Classes Dynamically 1m 45s
- 10. Using Multiple Vue Instances 1m 39s
- 11. Limitations of Multiple Vue Instances 1m 55s
- 12. Creating and Using Components 4m 31s
- 13. Passing Data into Components 1m 42s
- 14. Emitting Custom Events in Components 3m 15s
- 15. Template Restrictions 1m 37s
- 16. Two-Way-Binding to Input Fields 1m 55s
- 17. Time to Practice - Vue.js - Problem 2m 20s
- 18. Time to Practice - Vue.js - Solution 15m 34s
- 19. Creating Vue.js Projects with the Vue CLI 3m 16s
- 20. Why do we need Node.js and NPM? 1m 32s
- 21. Using the Vue CLI to Create Projects 3m 11s
- 22. Understanding the Project Folder 4m 50s
- 23. Understanding .vue Files 3m 6s
- 24. How the Application Gets Rendered 2m 26s
- 25. Creating Global Components with .vue Files 3m 42s
- 26. Creating Local Components 2m 25s
- 27. Scoping Styles to Components 1m 19s
- 28. Creating a Single Page Application (SPA) 1m 8s
- 29. Adding Routing to the Application 5m 57s
- 30. Linking with router-link 1m 31s
- 31. Routing and the Server-Side 2m 15s
- 32. Wrap Up 1m 10s
- 1. Module Introduction 58s
- 2. The Big Picture 2m 48s
- 3. The Role of Node.js and NPM 3m 38s
- 4. Why do we need a Development Server? 2m 30s
- 5. How Webpack Works: Entry & Output 4m
- 6. How Webpack Works: Modules, Rules & Plugins 4m 24s
- 7. Wrap Up 58s
- 1. Module Introduction 1m 14s
- 2. Using React.js to Create a Basic App 4m 22s
- 3. Understanding How React.js Works and JSX 3m 45s
- 4. Outputting Dynamic Content 1m 20s
- 5. Handling Events and Updating the DOM 4m 22s
- 6. Creating a First Component 2m 48s
- 7. Passing Data into Components (Props) 1m 51s
- 8. Creating Components using ES6 Classes 2m 36s
- 9. Using State in React.js Components 5m 2s
- 10. What Happens Behind the Scenes 2m 18s
- 11. Rendering Conditional Content 3m 18s
- 12. Outputting Lists 5m 18s
- 13. Setting Styles Dynamically 3m 12s
- 14. Setting CSS Classes Dynamically 2m 5s
- 15. User Input & Two-Way-Binding 3m 24s
- 16. Using Multiple Components 2m 45s
- 17. Dumb Components 1m 13s
- 18. Passing Data from Child to Parent 4m 11s
- 19. Time to Practice - React.js - Problem 2m 35s
- 20. Time to Practice - React.js - Solution 24m
- 21. Switching to a Local Setup & SPA 1m 23s
- 22. Using the "create-react-app" Package 2m 34s
- 23. Understanding the Created Project 2m 48s
- 24. Using the Local Setup 2m 38s
- 25. Adding React Router and Routes for the App 6m 36s
- 26. Adding Links 1m 47s
- 27. The React Router and a Server 1m 20s
- 28. Wrap Up 1m 24s
- 1. Module Introduction 1m 7s
- 2. What It's Good at and What It's Not Good At 1m 53s
- 3. Understanding Angular Versioning 49s
- 4. TypeScript 3m 1s
- 5. Creating an Angular Project with the CLI 3m 47s
- 6. Understanding the Project Structure 3m 31s
- 7. Understanding the Role of Components and the App Component 3m 1s
- 8. How the App Starts 5m 16s
- 9. Understanding the App Module 2m 5s
- 10. Outputting Data with String Interpolation 1m 31s
- 11. Handling Events 2m 41s
- 12. Rendering Content Conditionally 3m 26s
- 13. Outputting Lists 4m 3s
- 14. Binding Data to (HTML and other) Properties 2m 57s
- 15. Adding Dynamic Styles to Elements 4m 23s
- 16. Adding CSS Classes Dynamically 2m 46s
- 17. When to use the * Syntax 1m
- 18. Using Multiple Components 6m 9s
- 19. Passing Data Into Components 2m 4s
- 20. Emitting Custom Events From Components 5m 40s
- 21. Using Two-Way-Binding 3m 4s
- 22. Time to Practice - Angular - Problem 1m 45s
- 23. Time to Practice - Angular - Solution 15m 10s
- 24. Using the CLI to Generate Components 1m 59s
- 25. Nesting Multiple Components 1m 56s
- 26. Scoping Styles to Components 1m 17s
- 27. Adding Routing & Routes 4m 52s
- 28. Adding Links 1m 56s
- 29. The Angular Router and the Server 1m 9s
- 30. Wrap Up 1m 31s
- 1. Module Introduction 1m 12s
- 2. Possible Comparison Dimensions 3m 43s
- 3. Dimension 1: The Learning Curve 7m 54s
- 4. Dimension 2: Downscaling & Fullstack Applications 6m 53s
- 5. Dimension 3: Upscaling & SPAs 10m 41s
- 6. Dimension 4: Performance 9m
- 7. Dimension 5: Ease of Deployment (The Way from Dev to Production) 8m 13s
- 8. Dimension 6: Popularity & Job Market 12m 37s
- 9. The Verdict 2m 31s
- 10. ...What About jQuery? 1m 41s
- 1. Course Roundup 1m 44s
Hot Exams
Amazon AWS SAA-C03 Exam Dumps
Cisco 200-301 Exam Dumps
Microsoft AZ-140 Exam Dumps
Huawei H35-210_V2.5 Exam Dumps
Okta Okta-Certified-Administrator Exam Dumps
Citrix 1Y0-241 Exam Dumps
Test Prep LSAT-Test Exam Dumps
Microsoft AZ-204 Exam Dumps
Microsoft AZ-104 Exam Dumps
Cisco 350-801 Exam Dumps
Cisco 350-701 Exam Dumps
Cisco 350-401 Exam Dumps
Cisco 300-410 Exam Dumps
ACAMS CAMS Exam Dumps
Palo Alto Networks PCNSC Exam Dumps
BICSI INSTC_V7 Exam Dumps
PMI PMI-001 Exam Dumps
NCLEX NCLEX-RN Exam Dumps
PMI PMP Exam Dumps
Palo Alto Networks PCNSE Exam Dumps
Microsoft AZ-900 Exam Dumps
Amazon AWS SAA-C03 Exam Dumps
Cisco 200-301 Exam Dumps
Isaca CRISC Exam Dumps
Microsoft AZ-500 Exam Dumps
Palo Alto Networks PCNSE Exam Dumps
Acquia Acquia-Certified-Site-Builder-D8 Exam Dumps
Microsoft AZ-104 Exam Dumps
Microsoft AZ-700 Exam Dumps
Microsoft AZ-305 Exam Dumps
CompTIA SY0-701 Exam Dumps
Isaca CISM Exam Dumps
Isaca CISA Exam Dumps
ISC2 SSCP Exam Dumps
PMI PMP Exam Dumps
ACAMS CAMS Exam Dumps
Microsoft MB-310 Exam Dumps
Cisco 350-401 Exam Dumps
Cisco 350-701 Exam Dumps
Cisco 350-801 Exam Dumps
How to Open Test Engine .dumpsarena Files
Use FREE DumpsArena Test Engine player to open .dumpsarena files
Refund Policy
DumpsArena.com has a remarkable success record. We're confident of our products and provide a no hassle refund policy.
Your purchase with DumpsArena.com is safe and fast.
The DumpsArena.com website is protected by 256-bit SSL from Cloudflare, the leader in online security.