Vue JS 3, React JS & Angular – Guide to Popular Frameworks
Vue JS 3, React JS & Angular – Guide to Popular Frameworks, available at $49.99, has an average rating of 4.45, with 199 lectures, based on 34 reviews, and has 352 subscribers.
You will learn about Most popular web frameworks -> React, Angular & Vue JS Features explained on practical examples Base and core concepts of the three most popular frameworks This course is ideal for individuals who are Beginner developers not sure which framework to start working in or More experienced developers looking for a practical guide or Developers wanting to have one guide for every framework It is particularly useful for Beginner developers not sure which framework to start working in or More experienced developers looking for a practical guide or Developers wanting to have one guide for every framework.
Enroll now: Vue JS 3, React JS & Angular – Guide to Popular Frameworks
Summary
Title: Vue JS 3, React JS & Angular – Guide to Popular Frameworks
Price: $49.99
Average Rating: 4.45
Number of Lectures: 199
Number of Published Lectures: 199
Number of Curriculum Items: 199
Number of Published Curriculum Objects: 199
Original Price: €129.99
Quality Status: approved
Status: Live
What You Will Learn
- Most popular web frameworks -> React, Angular & Vue JS
- Features explained on practical examples
- Base and core concepts of the three most popular frameworks
Who Should Attend
- Beginner developers not sure which framework to start working in
- More experienced developers looking for a practical guide
- Developers wanting to have one guide for every framework
Target Audiences
- Beginner developers not sure which framework to start working in
- More experienced developers looking for a practical guide
- Developers wanting to have one guide for every framework
Understand basics and difficult parts of the 3 most popular frameworks – React, Angular and Vue.
What is Vue JS, React JS, Angular ?
They are javascript frameworks. React is a library.
What is Framework(FW)/ Library ?
Environment, set of tools and guide lines build on top of the programming language(JS in case of this course). FW exposes functionalities, handles lifecycle of the application and defines set of rules how application should be written in order to follow best FW practices.
Every framework is different, but there is one thing they have in common. They are builded on top of JS so if you are familiar with JS you can learn any fro-tend(FE) FW very fast!
Angular -> Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps.
React -> A JavaScript library for building user interfaces
Vue -> (pronounced /vjuː/, like view) is a progressive framework for building user interfaces.
What are you going to build ?
In this course you are going to create application for keeping track of the resources. Resource can be anything on the internet(blog, video, book etc.).
You are going to build one application in 3 Frameworks so you will understand and memorize the differences in web application development.
This application will have functionalities to create, update and delete the resource. Through the process of creating these features you will learn core concepts of each framework.
In first section we will work on most basics concepts by creating simple counter application.
Later I will explain you how FW works under the hood and how the application is rendered in your browser. You will learn it on wireframes and real examples from FW code it self.
Next, you are going to integrate very simple layout backed by Bootstrap. You will learn how to manipulate data, how to keep track of them and how to reflect data changes in your application. Every handles data in different fashion.
In next sections you will learn how to make an API request to remote server. We will explain what is a proxy and why we need to use a proxy. You will fetch a data from a remote database and use them in your application.
In last sections we will talk about the routing. You will create multiple pages and navigation between them. Every framework has a different routing system. I will be explaining more advanced and newest concepts of each FW.
In the end you will implement search functionality and I will be explaining patterns how to propagate data to entire application. It will be explained on a feature that can change the application settings.
As the last thing we will deploy each application on Heroku platform so you can share your application on internet.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Preview
Lecture 2: How to get help
Lecture 3: Environment setup
Lecture 4: Setting up folders
Chapter 2: [React] – Basics
Lecture 1: React setup
Lecture 2: Hello world app
Lecture 3: JSX Introduction
Lecture 4: Functional component
Lecture 5: Class component
Lecture 6: State in class component
Lecture 7: State debugging in the class
Lecture 8: Arrow function
Lecture 9: State in functional component
Lecture 10: Props
Lecture 11: Lifecycle functions
Lecture 12: Clean and recap
Chapter 3: [React] – Under the hood
Lecture 1: Append child
Lecture 2: How application is loaded
Chapter 4: [React] – Application getting shape
Lecture 1: Initial layout + Bootstrap
Lecture 2: Moving layout to components
Lecture 3: Initial resource list
Lecture 4: Add new resource
Lecture 5: Toggle detail view
Lecture 6: Toggle refactoring
Lecture 7: Select resource
Lecture 8: Active item
Lecture 9: Active item improvements
Chapter 5: [React] – Working with real data
Lecture 1: Api server
Lecture 2: Api request
Lecture 3: Proxy request
Lecture 4: Get resources from API
Lecture 5: Provide resource to update
Lecture 6: Change value of input
Lecture 7: Select input
Lecture 8: Resource form component
Lecture 9: Update resource API request
Lecture 10: Update resource list
Lecture 11: Set resource when changing update view
Lecture 12: Starting with alert
Lecture 13: Display error – function
Lecture 14: Reset alert
Lecture 15: Clear timeout
Lecture 16: Small alert issues
Lecture 17: withAlert HOC
Lecture 18: Alert is done
Lecture 19: Delete resource API
Lecture 20: Delete resource from state
Lecture 21: Delete improvements
Chapter 6: [React] – Routing + Search
Lecture 1: Routing
Lecture 2: Links
Lecture 3: Resource detail page
Lecture 4: Create new resource
Lecture 5: Create resource – more uses cases
Lecture 6: Get resources – hook function
Lecture 7: Hook function fixes
Lecture 8: Resource detail page, get data
Lecture 9: Resource detail fixes
Lecture 10: Search resources
Lecture 11: Refetch resources
Lecture 12: Debounce
Lecture 13: Resource Form Fix
Chapter 7: [React] – Prod changes & Deploy
Lecture 1: Modal
Lecture 2: Settings form
Lecture 3: Context part 1
Lecture 4: Context part 2
Lecture 5: Settings provider
Lecture 6: Theme styles
Lecture 7: Heroku CLI
Lecture 8: Prod Server
Lecture 9: Server merge
Lecture 10: Testing + End
Chapter 8: [Vue] – Basics
Lecture 1: Vue init
Lecture 2: Folder structure
Lecture 3: Vue component
Lecture 4: Counter
Lecture 5: Counter view
Lecture 6: Props
Lecture 7: Custom events
Lecture 8: Event warning + Scss
Chapter 9: [Vue] – Under the hood
Lecture 1: Insert before
Lecture 2: How Vue JS is loaded
Chapter 10: [Vue] – Application getting shape
Lecture 1: Init layout + Bootstrap
Lecture 2: Moving to components
Lecture 3: Resource data
Lecture 4: V-for iteration
Lecture 5: Computed vs method
Lecture 6: Toggle the view
Lecture 7: Add resource
Lecture 8: UX Improvements
Lecture 9: Select resource
Instructors
-
Eincode by Filip Jerga
Online Education -
Filip Jerga
Software Engineer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 3 votes
- 4 stars: 13 votes
- 5 stars: 17 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024