Companies Home Search Profile

The Ultimate Redux Course - State Management Library

Focused View

Code Bless You

3:26:36

127 View
  • 1. What is Redux.mp4
    02:53
  • 2. When we need Redux - Important.mp4
    01:38
  • 3. Setting up development Environment.mp4
    02:36
  • 1. Introduction of this Section.mp4
    00:36
  • 2. What is Functional Programming.mp4
    01:37
  • 3. Basics of Functions.mp4
    03:02
  • 4. Higher-order Functions.mp4
    01:23
  • 5. Function Composition in JavaScript.mp4
    04:17
  • 6. Making code Simple with Compose and Pipe.mp4
    02:48
  • 7. Currying in Functional Programming.mp4
    04:07
  • 8. Pure Functions - Important.mp4
    01:57
  • 9. What is Immutability.mp4
    03:12
  • 10. Immutability in Objects.mp4
    04:09
  • 11. Update Objects using Immer.mp4
    02:27
  • 12. Immutability in Arrays.mp4
    03:52
  • 13. Exercise for Immutability.mp4
    00:54
  • 14. Solution.mp4
    02:05
  • 1. Introduction of this section.mp4
    00:32
  • 2. How Redux works - Important.mp4
    03:11
  • 3. Introduction of your first Redux application.mp4
    01:03
  • 4. Designing the Store Structure.mp4
    01:31
  • 5. Listing all actions.mp4
    03:03
  • 6. Lets create Reducer function.mp4
    04:45
  • 7. Creating the Redux Store.mp4
    03:46
  • 8. Dispatching the Actions from Store.mp4
    04:23
  • 9. Making ActionTypes.mp4
    01:56
  • 10. Understand the subscribing and unsubscribing methods.mp4
    01:51
  • 11. Exercise for this section.mp4
    00:37
  • 12. Solution of this Exercise.mp4
    02:54
  • 13. Best Folder Structure for Redux.mp4
    02:22
  • 14. Combining Actions, Reducers and Action-types in One File.mp4
    03:13
  • 1. Introduction of this section.mp4
    00:24
  • 2. Configure redux-devTools.mp4
    01:56
  • 3. How to use redux-devTools.mp4
    03:25
  • 4. How to trace code.mp4
    03:22
  • 5. Import and Export logs.mp4
    01:30
  • 1. Introduction of this section.mp4
    00:42
  • 2. What is Redux-Toolkit.mp4
    01:44
  • 3. Configure Store with toolkit.mp4
    01:59
  • 4. Defining Actions - createAction.mp4
    05:05
  • 5. Defining Reducers - createReducer.mp4
    06:50
  • 6. Creating slices with Redux-toolkit - createSlice.mp4
    04:58
  • 7. Exercise - for mastering Toolkit.mp4
    01:01
  • 8. Solution.mp4
    03:20
  • 9. Combine Reducers using Redux-toolkit.mp4
    01:50
  • 1. Introduction of this section.mp4
    00:23
  • 2. What is middleware.mp4
    01:07
  • 3. How to create own middleware.mp4
    04:56
  • 4. Redux-logger Middleware.mp4
    01:10
  • 5. Exercise for Middleware.mp4
    00:31
  • 6. Solution for this exercise.mp4
    02:06
  • 1. Introduction of this section.mp4
    00:36
  • 2. Set up the backend for API.mp4
    01:44
  • 3. Making API request using simple function.mp4
    05:26
  • 4. CreateAsyncThunk Method.mp4
    09:16
  • 5. Defining BaseURL for axios.mp4
    01:57
  • 6. Logic of Custom API Middleware Method.mp4
    01:50
  • 7. Creating Custom Middleware for API call.mp4
    07:36
  • 8. Dealing with loading property.mp4
    04:18
  • 9. Creating General API action.mp4
    03:05
  • 10. Creating Action Creators.mp4
    03:22
  • 11. Exercise for this section.mp4
    00:53
  • 12. Solution for this exercise.mp4
    02:40
  • 13. API for Updating Completed property.mp4
    02:46
  • 14. API for deleting task.mp4
    03:11
  • 1. Introduction of this section.mp4
    00:17
  • 2. Creating React application.mp4
    00:59
  • 3. Adding redux in react application.mp4
    01:03
  • 4. Configure Store in React.mp4
    05:26
  • 5. Subscribe & Dispatching an action.mp4
    05:52
  • 6. Connecting Redux using react-redux.mp4
    02:09
  • 7. React-redux Hooks - useDispatch and useSelector.mp4
    04:03
  • 8. React-redux with Class components.mp4
    05:08
  • 9. Exercise for this section.mp4
    02:10
  • 10. Solution for this section.mp4
    03:50
  • Description


    Master Redux from scratch with Redux core, Redux-toolkit, react-redux library and much more…

    What You'll Learn?


    • Easy and Simple explanation
    • Concepts of functional programming
    • Modern way to write Redux code using Redux-toolkit
    • Debug application using Redux devTools
    • Best folder structure for maintaining Redux code
    • Calling API using best methods
    • Use popular middlewares & create your own
    • Connect React & Redux using react-redux
    • Learn Redux code with practical implementation
    • Mistakes to avoid while writing redux code
    • Write clean code like a pro
    • And much more...

    Who is this for?


  • Developers who want to add Redux to their skill set to get a raise or apply for a better job
  • React, Angular or Vue developers who wants to learn State management library
  • More details


    Description

    Redux is the most popular state management library for JavaScript applications. In this course, you will learn redux from scratch. If you are React or Angular or Vue developer, you can still follow this course because, in this course, I explain redux as separate code so all developers can take advantage of this course.


    Benefits of this course:

    • Add redux to your skillset means getting a better job or asking for raise

    • Manage web application state without feeling stress

    • Understand all redux concepts in a fun way

    • Prepare for technical interviews

    • Write clean code like a pros

    • Full lifetime access

    • Access on mobile and TV

    • Certificate of completion

    • And 30-day 100% money-back guarantee

    If you don't like this course you will get your all money back. So the risk is 0 and the learning opportunity is a lot.


    My name is Meet Patel and I am working as a software engineer. And I also teach programming in easy-to-explain language from my Youtube Channel "Code Bless You"

    You'll learn everything about Redux including the whats, whys, hows, and industry best practices.


    So after completing this course you'll learn:

    • What is Redux & when can we use it

    • How to write Redux code in a simple way

    • Master Redux toolkit

    • Configure store

    • store designs

    • Actions & Reducers

    • createAction, createReducer & createSlice

    • Best way to debug redux applications

    • Modern folder structure for redux

    • Profound explanation about every concept

    • Understand redux middlewares

    • API calling using functions

    • createAsyncThunk method

    • API call using own middleware

    • Connect React with redux using react-redux

    • And much more...


    If you take any of my courses or tutorial, you know I don't waste your time with repeated explanations. I will guarantee you, You will master redux after completing this course.


    Who this course is for:

    • Developers who want to add Redux to their skill set to get a raise or apply for a better job
    • React, Angular or Vue developers who wants to learn State management library

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Code Bless You
    Code Bless You
    Instructor's Courses
    About meHi! I'm a passionate software engineer from Code Bless You and I love to teach about coding and general skills in less time. I've taught many people how to become professional software engineers.My goal is to make coding fun for everyone. That's why my courses are simple, animated, and with practical implementation.Learn by doingStep-by-step tutorials and project-based learning.Get supportOne-on-one support from experts that truly want to help you.don’t stress. have fun.I can't wait to see you in class!- Code Bless You
    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 75
    • duration 3:26:36
    • Release Date 2022/12/24