Companies Home Search Profile

React for Beginners - From HTML CSS & JavaScript to React.js

Focused View

Norbert B. Menyhart

13:21:12

109 View
  • 1. Welcome to the course.mp4
    01:55
  • 2. What is React And why learn it .mp4
    04:52
  • 3.1 01-ReactDemo.pdf
  • 3. React DEMO.mp4
    11:33
  • 4. What you need to know before React.mp4
    03:24
  • 5. Environmental Setup for React JS.mp4
    13:03
  • 6. Links And Resources.html
  • 1. Section overview.mp4
    01:22
  • 2.1 practice-project.zip
  • 2. Traditional HTML CSS And JS Website.mp4
    07:24
  • 3.1 Bable CDN Link.html
  • 3.2 React CDN Links.html
  • 3. Adding React to your website.mp4
    06:18
  • 4. Render a react component.mp4
    03:51
  • 5. What is JSX.mp4
    03:52
  • 6. JSX Dynamic Values and Variables.mp4
    03:58
  • 7. Functions and Events in JSX.mp4
    06:37
  • 8. Using Images.mp4
    02:48
  • 1. Section overview.mp4
    01:04
  • 2. How to create a React Application.mp4
    06:34
  • 3. React Structure explained.mp4
    14:51
  • 4. How to start run and stop a react development server.mp4
    09:37
  • 1. Section overview.mp4
    02:47
  • 2. Using the style attribute in React.mp4
    03:59
  • 3. Using CSS in React.mp4
    03:35
  • 1. Section overview.mp4
    01:11
  • 2. What are Components and how to create a react components.mp4
    08:38
  • 3. What are Props.mp4
    06:57
  • 4. Children Prop.mp4
    07:07
  • 5. Create a reusable Card Component.mp4
    13:21
  • 6. Using Icons in React.mp4
    09:54
  • 7. Using Bootstrap in React.mp4
    02:57
  • 8. Create a Button Component.mp4
    06:38
  • 9. Function props aka event handlers.mp4
    09:10
  • 10. Assignment Replace the rest of the cards.html
  • 1. Section overview.mp4
    03:12
  • 2.1 e-learning-starter-files.zip
  • 2. Create the App.mp4
    08:30
  • 3. Create a Title Component.mp4
    06:34
  • 4. Header Component with child props.mp4
    06:36
  • 5. Button component with click event handlers.mp4
    11:09
  • 1. Section overview.mp4
    01:08
  • 2. What is State and how to useState in React.mp4
    03:39
  • 3. Example with useState Hook.mp4
    15:38
  • 4. Create a Modal Comp and apply useState.mp4
    12:37
  • 5. Extend components and state.mp4
    24:58
  • 6. Using List in React.mp4
    06:35
  • 7. useState on Lists.mp4
    14:39
  • 8. Add all offers to the list.html
  • 1. Section overview.mp4
    01:20
  • 2. Create a Testimonial component.mp4
    09:18
  • 3. Working with JSON data.mp4
    09:25
  • 4. What is useEffect and how to use it.mp4
    08:11
  • 5. Dependency Array of useEffect.mp4
    06:36
  • 6. Update testimonials with useEffect.mp4
    05:42
  • 7. Add Star rating with useState and map.mp4
    04:10
  • 1. Section overview.mp4
    01:03
  • 2. What is useRef and how to use it.mp4
    07:02
  • 3. Page navigation with useRef.mp4
    03:00
  • 4. Scroll Back To Top Button with useRef.mp4
    06:43
  • 1. Section overview.mp4
    02:48
  • 2. Forms label and inputs.mp4
    14:43
  • 3. Form group component.mp4
    05:19
  • 4. Input values and changing values.mp4
    04:56
  • 5. Referencing inputs with useRef.mp4
    10:59
  • 6. Form submission and reset.mp4
    04:13
  • 7. Simple Login and Form validation.mp4
    09:41
  • 8. Create a Registration Form Component.mp4
    17:44
  • 9. Simple Form registration.mp4
    08:22
  • 1. Section overview.mp4
    03:13
  • 2. Throw error using try catch.mp4
    07:51
  • 3. Waiting for server response.mp4
    08:14
  • 4. Error by data fetching.mp4
    10:43
  • 5. Custom Error Boundaries Component.mp4
    07:16
  • 1. Section overview.mp4
    01:55
  • 2. Why should you refactor your code.mp4
    02:26
  • 3. Refactoring the Header Component.mp4
    08:18
  • 4. Refactored the Categories Section.mp4
    04:07
  • 5. Refactored the Offers Section.mp4
    06:48
  • 1. Section overview.mp4
    03:15
  • 2. What is React Router.mp4
    06:58
  • 3. How to install and adding a Router.mp4
    08:52
  • 4. Create the Root Route.mp4
    17:28
  • 5. Handling Not Found Errors.mp4
    09:22
  • 6. Creating Routes.mp4
    04:04
  • 7. Nested Routes, children and Outlet.mp4
    05:24
  • 8. Client side Routing.mp4
    05:03
  • 9.1 about.jsx.zip
  • 9.2 root.jsx.zip
  • 9. Active Link Styling.mp4
    08:39
  • 10.1 index.jsx.zip
  • 10. The index Route.mp4
    05:14
  • 11.1 about.jsx.zip
  • 11.2 error-page.jsx.zip
  • 11.3 home.jsx.zip
  • 11.4 index.jsx.zip
  • 11.5 login.jsx.zip
  • 11.6 React Router.pdf
  • 11.7 root.jsx.zip
  • 11. Resources.html
  • 12. Add Login to the Navigation.html
  • 1. Section overview.mp4
    02:14
  • 2. The Problem with Prop drilling.mp4
    01:39
  • 3. What is useContext and why use it.mp4
    04:19
  • 4.1 Context Example.zip
  • 4. React useContext Hook example.mp4
    18:01
  • 5. Create a Dark Theme.mp4
    09:57
  • 6. Toggle Dark Theme.mp4
    05:11
  • 7. Change Arrow Icon on Dark Theme.mp4
    02:50
  • 8. Toggle Categories on Dark Theme.mp4
    01:35
  • 9. Toggle Offers on Dark Theme.mp4
    04:54
  • 1. Section overview of React Styled Components.mp4
    00:51
  • 2. About React Styled Components.mp4
    03:37
  • 3. Pros and cons of React Styled Components.mp4
    03:05
  • 4. React Styled Components example.mp4
    17:40
  • 5. Create a ModalStyle Component.mp4
    06:10
  • 1. Project overview.html
  • 2. Project setup.mp4
    04:04
  • 3. Creating project components.mp4
    15:09
  • 4. App Routing Navigation system.mp4
    03:42
  • 5. App Root, Index and Error page.mp4
    10:52
  • 6. App Navigation with routs.mp4
    05:21
  • 7. Page wrapper styled component.mp4
    17:59
  • 8. App Contact form.mp4
    06:59
  • 9. Contact form validation.mp4
    10:16
  • 10. Contact form Successful submission.mp4
    08:58
  • 11. Home page component.mp4
    04:21
  • 12. Create a Login form component.mp4
    08:26
  • 13. Login with useContext.mp4
    08:46
  • 14. Display Personal and Logouton Authentication.mp4
    05:06
  • 15. Login validation with styled component and context.mp4
    05:06
  • 16. Create a Personal List component.mp4
    06:23
  • 17. Personal Data and Storage.mp4
    06:07
  • 18. Add Search functionality.mp4
    08:39
  • 19. Display Personal Detail.mp4
    11:58
  • 20.1 src.zip
  • 20. Source Code.html
  • Description


    Complete React Guide including (incl Hooks, React Router, Redux, Styled Components)

    What You'll Learn?


    • React Fundamentals: learn the basic concepts of React, including components, JSX (JavaScript XML), state, props, and the component lifecycle
    • Component-based Architecture: React is based on a component-based architecture, and students will learn how to design and create reusable components.
    • React Router: a library that enables navigation and routing in React applications. Set up routes, handle URL parameters, and create nested routes.
    • State Management: React provides various techniques for managing application state.
    • Hooks: React Hooks revolutionized how developers write React components. Students will learn about different hooks, such as useState, useEffect, useContext, etc
    • Forms and User Input: learn how to handle form submission, validation, and user input using React.
    • Styling in React: learn various approaches to styling React components, including CSS modules, inline styles, CSS-in-JS libraries like styled-components
    • Asynchronous Data Fetching: learn data fetching data from APIs. learn techniques to handle asynchronous operations using features like the fetch API & axios.
    • Deployment and Build Processes

    Who is this for?


  • Beginner Web Developers: If you are new to web development or have basic knowledge of HTML, CSS, and JavaScript, this course can be a great starting point for learning React. It provides a solid foundation and introduces you to the key concepts and techniques used in building React applications.
  • Front-end Developers: If you are already familiar with front-end development and want to expand your skills by learning React, this course can help you enhance your knowledge and enable you to build more interactive and dynamic user interfaces.
  • JavaScript Developers: If you have experience with JavaScript but have not yet worked with React, this course can help you dive into the world of React and learn how to leverage its features and benefits in your projects.
  • UI/UX Designers: If you are a UI/UX designer who wants to have a better understanding of how to implement your designs in code and create interactive prototypes, learning React can be valuable. This course will teach you the necessary skills to bring your designs to life using React.
  • Backend Developers: If you have experience with backend development and want to expand your skill set to include front-end development using React, this course can help you bridge that gap and understand how to integrate React components into your existing projects.
  • Anyone Interested in React: If you have a general interest in React and want to explore its capabilities and possibilities, this course can serve as a comprehensive introduction. It is designed to cater to individuals with varying levels of programming experience.
  • What You Need to Know?


  • Basic HTML CSS and JavaScript
  • More details


    Description

    Welcome to my comprehensive React course for beginners! If you're someone who has experience with HTML, CSS, and JavaScript and wants to take your web development skills to the next level, then this is the course for you.

    Throughout this course, I'll guide you through the basics of React, including how to build and structure React components, use React hooks, and create multiple projects to help you practice your newfound skills.

    To start off, we'll take a look at what React is and why it's such an important tool in the web development industry. React is a JavaScript library used for building user interfaces, and it's become incredibly popular over the years due to its flexibility and ease of use. In fact, many companies, such as Facebook, Instagram, and Airbnb, use React to build their web applications.

    With that in mind, we'll dive into the basics of React, including how to set up your development environment, create a basic React component, and how to render that component to the browser. From there, we'll explore the various React components that you can use, such as function components and class components, and how to structure your components in a way that makes sense for your application.

    Next, we'll delve into React hooks, which are functions that let you use state and other React features without writing a class. We'll go through the various hooks, including useState, useEffect, useContext, and more, and show you how to use them in your applications to make your code more concise and easier to read.

    Finally, we'll round out the course with multiple projects that you can work on to apply your newfound knowledge. These projects will include creating a simple to-do list application, a movie search application, and a weather app. By the end of the course, you'll have a solid understanding of how to build React applications and the confidence to create your own projects.

    In conclusion, our React course for beginners is the perfect way to take your web development skills to the next level. With our comprehensive approach, we'll guide you through the basics of React, teach you how to use React components and hooks, and provide you with multiple projects to practice your skills. React is an important tool in the web development industry, and with this course, you'll be well on your way to becoming a proficient React developer.


    Here is a list of all the hooks available in React and I will be teaching in this course, along with a short description of what they do:


    1. useState: Allows you to add state to a functional component by providing a state variable and a function to update it.

    2. useEffect: Allows you to perform side effects (such as fetching data or updating the DOM) after a component has rendered or before it's about to unmount.

    3. useContext: Allows you to access data stored in a context object without having to pass props down through multiple levels of components.

    4. useReducer: Allows you to manage complex state in a predictable way, by taking in a reducer function and an initial state value.

    5. useCallback: Allows you to memoize a function, which can help with performance by preventing unnecessary re-renders of child components.

    6. useMemo: Allows you to memoize a value, which can help with performance by preventing unnecessary calculations.

    7. useRef: Allows you to create a mutable reference to a value or DOM element, which can be useful for accessing the DOM directly or persisting values across renders.

    8. useLayoutEffect: Similar to useEffect, but runs synchronously after all DOM mutations have completed, which can be useful for manipulating the DOM directly.

    9. useImperativeHandle: Allows you to customize the instance value that's exposed to parent components when using ref.

    10. useDebugValue: Allows you to add a label to a custom hook, which can be useful for debugging and tracing the flow of data in your application.

    These hooks are some of the most commonly used ones in React, and can be incredibly powerful when used correctly. By understanding how each hook works and when to use it, you can build more complex and performant applications with ease.


    Dear aspiring developers,

    Welcome to the extraordinary world of React.js! My name is Norbert B.M I am a self tough web developer and Today, we gather here to embark on a transformative journey that will take you from the realms of HTML, CSS, and JavaScript to the captivating universe of React.

    In this course, I have crafted a learning experience tailored specifically to guide you through this remarkable transition. My primary focus is to bridge the gap between your existing knowledge and the intricacies of React.js. Together, we will lay a solid foundation upon which you can build your expertise and create captivating web applications.

    React.js, with its elegance and power, opens up new possibilities in the realm of web development. It empowers you to craft highly interactive, efficient, and scalable user interfaces. This revolutionary library will change the way you approach building websites, elevating your skills to new heights.

    Throughout this course, we will embark on an immersive journey, gradually introducing you to React.js concepts and techniques. We will start by revisiting and reinforcing your understanding of HTML, CSS, and JavaScript, ensuring a strong footing for the adventure ahead.

    As we progress, we will delve into the fundamental building blocks of React.js, such as components, states, and props. You will learn how to break down complex user interfaces into modular pieces, enabling reusability and maintainability in your codebase.

    Through practical exercises and engaging projects, you will witness firsthand the transformative power of React.js. I will be by your side, offering my expertise, guidance, and support every step of the way. My real-world experiences will illuminate the path, providing valuable insights and best practices.

    While this journey may present challenges, I believe in your potential to overcome them. I have carefully designed this course to provide a nurturing and inclusive environment where you can learn, explore, and grow. Together, we will unravel the mysteries of React.js, unlocking the doors to a world of endless possibilities.

    So, my fellow learners, are you ready to embark on this transformative journey? Are you prepared to witness your skills evolve and witness the magic of React.js unfold before your eyes? If so, then join me as we set forth on this exhilarating adventure.

    Embrace the power of React.js, and let us embark on this extraordinary voyage together!

    I am Norbert BM, see you in the course!

    Who this course is for:

    • Beginner Web Developers: If you are new to web development or have basic knowledge of HTML, CSS, and JavaScript, this course can be a great starting point for learning React. It provides a solid foundation and introduces you to the key concepts and techniques used in building React applications.
    • Front-end Developers: If you are already familiar with front-end development and want to expand your skills by learning React, this course can help you enhance your knowledge and enable you to build more interactive and dynamic user interfaces.
    • JavaScript Developers: If you have experience with JavaScript but have not yet worked with React, this course can help you dive into the world of React and learn how to leverage its features and benefits in your projects.
    • UI/UX Designers: If you are a UI/UX designer who wants to have a better understanding of how to implement your designs in code and create interactive prototypes, learning React can be valuable. This course will teach you the necessary skills to bring your designs to life using React.
    • Backend Developers: If you have experience with backend development and want to expand your skill set to include front-end development using React, this course can help you bridge that gap and understand how to integrate React components into your existing projects.
    • Anyone Interested in React: If you have a general interest in React and want to explore its capabilities and possibilities, this course can serve as a comprehensive introduction. It is designed to cater to individuals with varying levels of programming experience.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Norbert B. Menyhart
    Norbert B. Menyhart
    Instructor's Courses
    Hi I am a Self-taught Web Developer and I am a multimedia content creator with over 3k subscribers on YouTube.Join me on this journey and constantly evolve yourself. Enrich your Knowledge with the foundations of Web Development by learning HTMNL5, CSS3 and JavaScript and Applying them through Building from Easy to progressively more complex Responsive Web Pages.
    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 113
    • duration 13:21:12
    • Release Date 2023/08/16

    Courses related to JavaScript

    Courses related to React

    Courses related to CSS

    Courses related to HTML

    Courses related to HTML5