Общая информация
Название [Udemy] Frontend React JS Web Development Course (2021) [Ukr]
Тип
Размер 9.94Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
001 Basic Git flow, PR management.mp4 110.17Мб
001 Final Project Requirements.html 24.46Кб
001 Git and GitLab workflow.pdf 129.98Кб
001 Git basics.mp4 249.31Мб
001 Global state management.mp4 34.81Мб
001 Include and run js on html page.mp4 247.18Мб
001 What is DOM_ document and window objects.mp4 185.80Мб
001 What is React_ What problems does it solve_ Concept of reactivity.mp4 52.39Мб
002 A brief history of js, specifications and implementations (video).mp4 256.99Мб
002 Basic DOM data types_ Document , Node , etc.mp4 72.99Мб
002 JSX or how to operate with markup within js.mp4 44.18Мб
002 Redux API.mp4 32.60Мб
002 Working with changes_ .gitignore, reset, stash.mp4 115.30Мб
003 2 basic things in js_ values(data) and variables.mp4 493.15Мб
003 Basic DOM API get, add, remove, create nodes.mp4 102.76Мб
003 Commit management_ amend, cherry-pick, revert, rebase.mp4 168.55Мб
003 React render_ ReactDOM.render.mp4 68.04Мб
003 Setting-up Redux store.mp4 19.07Мб
004 Create Redux actions and reducers.mp4 36.16Мб
004 Data types_ primitive and complex.mp4 205.45Мб
004 Practice_ Advanced Git.html 5.48Кб
004 Practice_ Create your first react app.html 4.87Кб
004 Practice_ Fetch data from moviedb, render list of popular films, style it.html 3.36Кб
005 Basic syntax_ expression, declaration, assignment. What's the difference_.mp4 130.64Мб
005 Component props.mp4 96.50Мб
005 Connecting store to components.mp4 26.13Мб
005 Events in js, basic DOM events, dispatching and listening to events. Bubbling an.mp4 129.18Мб
006 Advanced JSX mapping.mp4 34.82Мб
006 Js operators.mp4 150.42Мб
006 Practice_ Redux store.html 1.46Кб
006 Read_write node attributes, working with classList.mp4 188.99Мб
007 Basic React architecture_ divide your UI into components.mp4 46.39Мб
007 Control Flow.mp4 259.99Мб
007 Data attributes.mp4 116.67Мб
007 Redux middlewares.mp4 8.07Мб
008 Loop Control_ for, while, etc.mp4 256.91Мб
008 Practice_ Add search functionality.html 5.24Кб
008 Practice_ Create UI molecule (e.g. header).html 8.15Кб
008 Redux Thunk.mp4 11.49Мб
009 Events in React. Adding handlers to your DOM.mp4 23.74Мб
009 Practice_ Fulfil missing operators in equations and expressions.html 3.49Кб
009 Practice_ Redux Thunk.html 1.75Кб
009 Storing data using Web Storage_ local and session storage.mp4 186.88Мб
010 Everything is an object. What is an object_ Objects and arrays.mp4 421.38Мб
010 Practice_ Add bookmarks (like) to movie.html 4.79Кб
010 Practice_ Create basic onClick event handlers for your header menu.html 4.70Кб
011 Arrays. Working with arrays. Core JS API to work with arrays.mp4 332.33Мб
011 React components_ Class and functional components. The main differences.mp4 29.67Мб
011 What is client routing_.mp4 106.11Мб
012 Component (local) state. Global state.mp4 64.03Мб
012 History API navigating through history.mp4 170.73Мб
012 Object API how to work with objects.mp4 212.96Мб
013 Lifecycle methods in class components_ mount, update, unmount.mp4 69.09Мб
013 Practice_ Add new page about movie.html 3.93Кб
013 Practice with getting the information from objects, processing it, store, etc.html 3.53Кб
014 Functions in js. Types of functions, arrow functions.mp4 338.31Мб
014 Practice_ Fetch data from server and output it in markup.html 4.40Кб
014 Practice_ Web API module Final project.html 4.74Кб
015 Context API.mp4 38.53Мб
015 Scope, Closure. What in fact your code would see_.mp4 210.22Мб
016 Context_ this, bind, call and apply.mp4 394.02Мб
016 Using state to create popups with fetched data.mp4 101.71Мб
017 Practice_ Create a very helpful function, use it couple of times.html 5.07Кб
017 Practice_ create stateful components composition.html 4.73Кб
018 Function as a value. Higher order functions.mp4 355.45Мб
018 Hooks_ make functional components smart_ useState, useEffect, useRef, etc.mp4 60.54Мб
019 Curry functions. Partially applied functions. Composition.mp4 429.02Мб
019 Practice_ rewrite class component to functional using hooks.html 1.62Кб
020 Practice_ create your own hook for data fetching.html 2.43Кб
020 Practice with creating HOF (higher order function) and composition.html 3.37Кб
021 Prototype inheritance.mp4 427.80Мб
021 React forms. Controlled and uncontrolled forms.mp4 63.95Мб
022 js Classes_ prototype methods and this context.mp4 325.06Мб
022 Practice_ Create sign up form from designs.html 3.00Кб
023 Practice_ Create some classes, inherit them from some parent class.html 3.79Кб
023 Routing. Server & client side routing.mp4 14.90Мб
024 Basic routing in react with react-router.mp4 42.39Мб
024 Difference between sync and async code.mp4 195.53Мб
025 Callbacks_ timeout ,interval, etc.mp4 311.94Мб
025 Type of routers_ browser, hash, memory.mp4 94.99Мб
026 Practice_ implement pages navigation with react-router.html 2.72Кб
026 Practice_ Make a clock_timeout timer.html 2.73Кб
027 Promises, Promise chaining.mp4 342.15Мб
027 SSR with React.mp4 48.11Мб
028 Fetch API. Request_Response, fetch. Getting data from API.mp4 143.82Мб
028 Portals.mp4 39.11Мб
029 Practice_ Create universal modal component.html 2.56Кб
029 Practice_ Get and output data from API endpoint using fetch.html 7.27Кб
030 async _ await notation.mp4 82.02Мб
030 Practice_ React module Final project - Cafe Application.html 6.58Кб
031 async _ await error handling.mp4 52.00Мб
032 Practice_ Get and Output Data from API Endpoint Using async_await with Fetch.html 8.73Кб
033 Non-ES module systems, ES Modules.mp4 168.63Мб
034 Circular dependencies, dynamic module loading.mp4 328.54Мб
035 Practice_ Create a module, analyse circular dependencies.html 3.22Кб
036 Practice_ JS module Final project.html 4.45Кб
094 advanced-git-master.zip 9.46Кб
external-assets-links.txt 1.41Кб
external-assets-links.txt 12.52Кб
external-assets-links.txt 2.04Кб
external-assets-links.txt 12.14Кб
external-assets-links.txt 1.53Кб
external-assets-links.txt 2.06Кб
external-assets-links.txt 714б
udemy-dl.log 540б
Статистика распространения по странам
Россия (RU) 2
США (US) 1
Всего 3
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент