Сообщения без ответов | Активные темы Текущее время: 2024-11-21 19:28



Ответить на тему  [ 1 сообщение ] 
[Udemy.com] Modern React with Redux [2015, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
Modern React with Redux

#777
Год выпуска: 2015
Производитель: Udemy.com
Сайт производителя: https://www.udemy.com/react-redux/
Автор: Stephen Grider
Продолжительность: 10:34:57
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: This is the tutorial you've been looking for to master modern web development with React.

Redux? We got it. ES6/Babel? Covered. Webpack? Included!

Mastering React and Redux can get you a position in web development or help you build that personal project you've been dreaming of. It's a skill that will put you more in demand in the modern web development industry, especially with the release of Redux and ReactNative.

This course will get you up and running quickly, and teach you the core knowledge you need to deeply understand and build React components and structure applications with Redux.

We'll start by mastering the fundamentals of React, including JSX, “props", “state", and eventing. Source code is provided for each lecture, so you will always stay up-to-date with the course pacing. After an introduction to React, we'll dive right in to Redux, covering topics like reducers, actions, and the state tree.

If you are new to React and Redux, or if you've been working to learn it but sometimes feel like you still don't quite 'get it', this is the React course for you! To learn React you have to understand it.

Learn how to use React's custom markup language, JSX, to clean up your Javascript code
Master the process of breaking down a complex component into many smaller, interchangeable components
Grasp the difference between “props" and “state" and when to use each
Develop complex applications that scale in complexity by mastering Redux
Dive deeper into Redux by using middlewares. No fancy terms required!
I've built the course that I would have wanted to take when I was learning React and Redux. A course that explains the concepts and how they're implemented in the best order for you to learn and deeply understand them.

Описание на русском: Это учебник вы так долго искали, чтобы освоить современный веб-разработки с React.

Redux? Мы сделали это. ES6 / Babel? Покрытые. Webpack? В комплекте!

Мастеринг Реагировать и Redux вы можете получить позицию в веб-разработке или помочь вам построить этот личный проект вы мечтали. Это навык, который поставит вас более востребованы в современной индустрии веб-разработки, особенно с выходом Redux и Реагировать Native.

Этот курс поможет вам и работает быстро, и научит вас основные знания вы должны глубоко понимать и строить Реагировать компоненты и приложения структуры с Redux.
Начнем с усвоения основ среагировать, в том числе JSX, "реквизита", "состояние", и лённые. Исходный код предоставляется для каждой лекции, так что вы всегда будете оставаться в актуальный с курсом стимуляцией. После введения среагировать, мы будем нырять прямо в к Redux, охватывающих такие темы, как восстановителей, действия и состояния дерева.
Если вы новичок в Реагировать и Redux, или если вы работаете, чтобы узнать это, но иногда кажется, что вы до сих пор не совсем 'получить его', это Реагировать курс для Вас! Чтобы узнать Реагировать вы должны понять это.

Узнайте, как использовать язык РЕАКТ пользовательские разметки, JSX, чтобы очистить ваш код Javascript
Мастер процесс разрушения комплексного компонента на множество более мелких, сменных компонентов
Возьмитесь разницу между "реквизита" и "государство" и когда использовать каждый
Разработка сложных приложений, масштабируемые сложности путем освоения Redux
Погрузитесь глубже в Redux, используя промежуточное программное. Нет фантазии термины не требуется!
Я построил курс, который я бы хотел взять, когда я учился Реагировать и Redux. Курс, который объясняет понятия и как они реализуются в лучшем порядке для вас, чтобы узнать и глубоко понять их.

Ссылка на репозиторий с исходниками - https://github.com/StephenGrider/ReduxCasts



Содержание
Section: 1 - An Intro to React
Lecture 1: Introduction - Github Links for Project Files!
Lecture 2: Completed Projects - Github Links Article
Lecture 3: The Purpose of Boilerplate Projects
Lecture 4: Environment Setup
Lecture 5: Project Setup
Lecture 6: A Taste of JSX
Lecture 7: More on JSX
Lecture 8: ES6 Import Statements
Lecture 9: ReactDOM vs React
Lecture 10: Differences Between Component Instances and Component Classes
Lecture 11: Render Targets
Lecture 12: Component Structure
Lecture 13: Youtube Search API Signup
Lecture 14: Export Statements
Lecture 15: Class-Based Components
Lecture 16: Handling User Events
Lecture 17: Introduction to State
Lecture 18: More on State
Lecture 19: Controlled Components
Lecture 20: Breather and Review

Section: 2 - Ajax Requests with React
Lecture 21: Youtube Search Response
Lecture 22: Refactoring Functional Components to Class Components
Lecture 23: Props
Lecture 24: Building Lists with Map
Lecture 25: List Item Keys
Lecture 26: Video List Items
Lecture 27: Detail Component and Template Strings
Lecture 28: Handling Null Props
Lecture 29: Video Selection
Lecture 30: Styling with CSS
Lecture 31: Searching for Videos
Lecture 32: Throttling Search Term Input
Lecture 33: React Wrapup

Section: 3 - Modeling Application State
Lecture 34: Foreword on Redux
Lecture 35: What is Redux?
Lecture 36: More on Redux
Lecture 37: Even More on Redux!

Section: 4 - Managing App State with Redux
Lecture 38: Reducers
Lecture 39: Containers - Connecting Redux to React
Lecture 40: Containers Continued
Lecture 41: Implementation of a Container Class
Lecture 42: Containers and Reducers Review
Lecture 43: Actions and Action Creators
Lecture 44: Binding Action Creators
Lecture 45: Creating an Action
Lecture 46: Consuming Actions in Reducers
Lecture 47: Consuming Actions in Reducers Continued
Lecture 48: Conditional Rendering
Lecture 49: Reducers and Actions Review

Section: 5 - Intermediate Redux: Middleware
Lecture 50: App Overview and Planning
Lecture 51: Component Setup
Lecture 52: Controlled Components and Binding Context
Lecture 53: Form Elements in React
Lecture 54: Working with API's
Lecture 55: Introduction to Middleware
Lecture 56: Ajax Requests with Axios
Lecture 57: Redux-Promise in Practice
Lecture 58: Redux-Promise Continued
Lecture 59: Avoiding State Mutations in Reducers
Lecture 60: Building a List Container
Lecture 61: Mapping Props to a Render Helper
Lecture 62: Adding Sparkline Charts
Lecture 63: Making a Reusable Chart Component
Lecture 64: Labeling of Units
Lecture 65: Google Maps Integration
Lecture 66: Google Maps Integration Continued
Lecture 67: Project Review

Section: 6 - React Router + Redux Form
Lecture 68: App Overview and Goals
Lecture 69: Exploring the Posts Api
Lecture 70: Installing React Router
Lecture 71: React Router - What is It?
Lecture 72: Setting Up React Router
Lecture 73: Route Configuration
Lecture 74: Nesting Of Routes
Lecture 75: IndexRoutes with React Router
Lecture 76: Back To Redux - Index Action
Lecture 77: Catching Data with Posts Reducer
Lecture 78: Catching Data with Posts Reducer Continued
Lecture 79: Fetching Data with Lifecycle Methods
Lecture 80: Fetching Data with Lifecycle Methods Continued
Lecture 81: Creating New Posts
Lecture 82: Navigation with the Link Component
Lecture 83: Forms and Form Submission
Lecture 84: More on Forms and Form Submission
Lecture 85: Passing Control to Redux Form
Lecture 86: CreatePost Action Creator
Lecture 87: Form Validation
Lecture 88: Form Validation Continued
Lecture 89: Navigating on Submit
Lecture 90: Posts Index
Lecture 91: Dynamic Route Params
Lecture 92: Loading Data on Render
Lecture 93: Handling Null Props
Lecture 94: Delete Action Creator
Lecture 95: Navigate on Delete
Lecture 96: ReactRouter and ReduxForm Wrapup

Файлы примеров: отсутствуют
Формат видео: MP4
Видео: 52x720 60fps 854kbps [V: h264 constrained baseline L3.2, yuv420p, 1152x720, 854 kb/s]
Аудио: AAC 48000Hz stereo 62kbps [A: aac lc, 48000 Hz, stereo, 62 kb/s]

Скриншоты



2016-03-11 03:04
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2016-03-11 03:01 Приватный: Нет (DHT включён)
Статус:
---
Размер: 3.44 ГБ (3 695 363 195 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 0%
Сидеров: 0 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: Нет Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
ppkBB3cker v.2.5 © 2008-2021 @ PPK | Icon Theme by Everaldo.com Design Studio
Designed by ST Software.
Русская поддержка phpBB
[ Time : 0.135s | 16 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика