Udemy - Complete Guide To Redux-Saga With React JS

seeders: 4
leechers: 4
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ CourseMega.com ] Udemy - Complete Guide To Redux-Saga With React JS
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction
    • 1. Introduction.mp4 (17.7 MB)
    • 1. Introduction.srt (4.4 KB)
    • 2. Project Overview.mp4 (25.8 MB)
    • 2. Project Overview.srt (6.7 KB)
    • 3. What is Redux .mp4 (29.2 MB)
    • 3. What is Redux .srt (7.3 KB)
    • 4. Understand Redux Flow Diagram.mp4 (11.9 MB)
    • 4. Understand Redux Flow Diagram.srt (3.1 KB)
    • 5. What is Redux-Saga .mp4 (26.5 MB)
    • 5. What is Redux-Saga .srt (3.8 KB)
    • 6. Understand concept of Generator.mp4 (23.6 MB)
    • 6. Understand concept of Generator.srt (4.5 KB)
    2. Set-up Our Project
    • 1. Set-up Environment.mp4 (21.7 MB)
    • 1. Set-up Environment.srt (3.3 KB)
    • 2. Creating our React Project & Installing Dependencies.mp4 (22.4 MB)
    • 2. Creating our React Project & Installing Dependencies.srt (3.8 KB)
    • 3. Set-Up JSON-Server in Our Project.mp4 (29.9 MB)
    • 3. Set-Up JSON-Server in Our Project.srt (4.7 KB)
    • 4. Configure React Folder Structure.mp4 (16.5 MB)
    • 4. Configure React Folder Structure.srt (2.4 KB)
    • 5. Enable Routing in Our App.mp4 (29.4 MB)
    • 5. Enable Routing in Our App.srt (4.6 KB)
    • 6. Working on Header.mp4 (129.8 MB)
    • 6. Working on Header.srt (14.3 KB)
    • 7. Set-up Redux & Redux-Saga in Our App.mp4 (72.2 MB)
    • 7. Set-up Redux & Redux-Saga in Our App.srt (8.1 KB)
    3. Writing Our First Saga
    • 1. Working on Action, ActionType, API & Reducer to load All Users.mp4 (42.7 MB)
    • 1. Working on Action, ActionType, API & Reducer to load All Users.srt (5.1 KB)
    • 2. Working on Saga to Load Users from JSON Server.mp4 (122.0 MB)
    • 2. Working on Saga to Load Users from JSON Server.srt (13.0 KB)
    • 3. Working on Table to Render Users.mp4 (63.9 MB)
    • 3. Working on Table to Render Users.srt (6.4 KB)
    • 4. Adding Edit, Delete & View Icon on Table.mp4 (62.8 MB)
    • 4. Adding Edit, Delete & View Icon on Table.srt (7.2 KB)
    4. Writing Saga to Add New User Info
    • 1. Working on Form Component.mp4 (102.0 MB)
    • 1. Working on Form Component.srt (10.7 KB)
    • 2. Working on Action, ActionType, API & Reducer for Adding New User.mp4 (44.6 MB)
    • 2. Working on Action, ActionType, API & Reducer for Adding New User.srt (4.9 KB)
    • 3. Working on Saga to Add New User.mp4 (60.3 MB)
    • 3. Working on Saga to Add New User.srt (5.8 KB)
    • 4. Adding Toast Notification.mp4 (19.3 MB)
    • 4. Adding Toast Notification.srt (2.4 KB)
    5. Writing Saga to Delete User Info
    • 1. Working on Action, ActionType, API & Reducer to Delete User.mp4 (45.8 MB)
    • 1. Working on Action, ActionType, API & Reducer to Delete User.srt (4.7 KB)
    • 2. Working on Saga to Delete User.mp4 (78.4 MB)
    • 2. Working on Saga to Delete User.srt (7.7 KB)
    6. Writing Saga to Update User Info
    • 1. Populate Existing Value on Form.mp4 (70.0 MB)
    • 1. Populate Existing Value on Form.srt (7.2 KB)
    • 2. Working on Action, ActionType, API & Reducer to Update User.mp4 (43.0 MB)
    • 2. Working on Action, ActionType, API & Reducer to Update User.srt (4.3 KB)
    • 3. Working on Saga to Update User.mp4 (89.4 MB)
    • 3. Working on Saga to Update User.srt (9.1 KB)
    • 4. Working on Common Issue.mp4 (27.3 MB)
    • 4. Working on Common Issue.srt (3.8 KB)
    7. Single User Info & About Page
    • 1. Working on Single User Info Page.mp4 (71.2 MB)
    • 1. Working on Single User Info Page.srt (7.6 KB)
    • 2. Working on About Page.mp4 (13.1 MB)
    • 2. Working on About Page.srt (2.0 KB)
    8. Wrap Up
    • 1. Fixed Issue on Final App Demo.mp4 (52.0 MB)
    • 1. Fixed Issue on Final App Demo.srt (7.3 KB)
    • 2. Conclusion.mp4 (13.5 MB)
    • 2. Conclusion.srt (1.5 KB)
    • redux-saga-crud
      • README.md (3.3 KB)
      • db.json (0.7 KB)
      • gitignore (0.3 KB)
      • package-lock.json (680.5 KB)
      • package.json (1.1 KB)
      • public
        • favicon.ico (3.8 KB)
        • index.html (1.8 KB)
        • logo192.png (5.2 KB)
        • logo512.png (9.4 KB)
        • manifest.json (0.5 KB)
        • robots.txt (0.1 KB)
        src
        • App.css (0.6 KB)
        • App.js (0.9 KB)
        • App.test.js (0.2 KB)
        • component
          • Header.js (2.0 KB)
        • index.css (0.4 KB)
        • index.js (0.7 KB)
        • logo.svg (2.6 KB)
        • pages
          • About.js (0.6 KB)
          • AddEditUser.js (3.5 KB)
          • Home.js (3.3 KB)
          • UserInfo.js (1.4 KB)
          redux
          • actionTypes.js (0.6 KB)
          • actions.js (1.2 KB)
          • api.js (0.5 KB)
          • reducer.js (1.2 KB)
          • rootReducer.js (0.2 KB)
          • store.js (0.5 KB)
          • usersagas.js (2.3 KB)
        • reportWebVitals.js (0.4 KB)
        • setupTests.js (0.2 KB)
          • Bonus Resources.txt (0.3 KB)

Description

Complete Guide To Redux-Saga With React JS



Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.44 GB | Duration: 3h 0m
Become a master in Redux-Saga and start implementing in your React & Redux projects
What you'll learn
You will be able to use Redux-Saga into single page application using React & Redux
You will understand the different concept of Redux-Saga
How to deal with an API in Redux-Saga & handling the response ?
You will learn redux-saga effect like take, takeEvery, takeLatest, fork, put, call, delay, & all as well as blocking and non-blocking calls.
Imlementing CRUD Operation with Redux-Saga
Learn Generator function concept along with some ES6 syntax in Javascript.
Learn Material Design Bootstrap 5 design (the most popular react UI library)

Description
Become a highly-demanded Frontend developer by adding the Redux-Saga Skill into your React knowledge. You will have slight edge over those people who have just hold only knowledge about React.

This project-based course will have you coding right away. Building application with the help of React and Redux-Saga in this course will sharpen your skills in modern web development.

With Redux-Saga middleware, you will get know how to work with api in React Application. And I am sure after taking this course you will become master to implement Redux in any one of your React application.



Download torrent
1.4 GB
seeders:4
leechers:4
Udemy - Complete Guide To Redux-Saga With React JS


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
1.4 GB
seeders:4
leechers:4
Udemy - Complete Guide To Redux-Saga With React JS


Torrent hash: 95A82C62E8D8FAA09EDFFD8790424A183780BAF8