[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Redux Course

Torrent Details


[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Redux Course

NAME
[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Redux Course.torrent
CATEGORY
Other
INFOHASH
5a4b64ef7bc1c5e33bb28d7e13ec79ec58bf4835
SIZE
1.3 GB in 96 files
ADDED
Uploaded on 27-06-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Lynda and other Courses >>> https://www.freecoursesonline.me/
For Developer Tools & Apps >>> https://ftuapps.com/
Forum for discussion >>> https://1hack.us/



By : Mosh Hamedani
Publisher : CodeWithMosh
Runtime : 6+ hours
Updated : June 2020
Course Source : https://codewithmosh.com/p/ultimate-redux

Go from beginner to expert in 6 hours. Everything you need to build modern apps with Redux.

Description

Learn to build modern apps

Redux is the most popular state management library for JavaScript apps.

It's mostly used with React but it's also becoming popular in Angular, Ember and Vue communities.

Despite being a small library with a small footprint, a lot of developers find Redux confusing and complicated. They also complain that Redux introduces a lot of boilerplate in the code and makes trivial things overly complicated.

This course gives you a solid foundation on Redux and teaches you how to write clean and concise modern Redux code.

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

A short and sweet course that you can watch in an afternoon - free of fluff and nonsense.

Simply put, this is the Redux course that I wish I had when I started learning Redux.

By the end of this course…

You’ll be able to:

• Build fast and scalable apps with Redux
• Write clean, concise Redux code free of clutter and boilerplate
• Apply fundamental functional programming techniques
• Maintain existing Redux-based apps
• Prepare for technical interviews

What You'll Learn

• What Redux is and when to use it
• Essential functional programming principles
• Use Redux Toolkit to kickstart Redux apps
• Debug apps using Redux DevTools
• Design a Redux store
• Write clean, concise, maintainable Redux code
• Properly structure Redux code
• Handle asynchronous events with redux-thunk
• Use existing middleware or write your own
• Test Redux code, the right way
• Connect React and Redux using react-redux
• The popular tools in Redux ecosystem
• Industry best practices and recommended patterns
• Common mistakes that many Redux devs make
• And much, much, more…

Who is this course for?

• Developers curious about Redux, the benefits it provides and how to use it properly
• Developers who want to add Redux to their skill set to get a raise or apply for a better job

Prerequisites

To take this course, you need to have at least 3 months of experience programming in JavaScript. You don't any familiarity with Redux. I'll teach you everything from the ground up.

Your Instructor

Mosh Hamedani

Hi! My name is Mosh Hamedani. I'm a software engineer with almost two decades of experience. I've taught over nine million people how to code and how to become professional software engineers through my online courses and YouTube channel.

I believe coding should be fun and accessible to everyone.



Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
0. Websites you may like/How you can help our Group!.txt208 B
1. Getting Started/1- Welcome.mp46 MB
1. Getting Started/2- What is Redux.mp48.2 MB
1. Getting Started/3- Pros and Cons of Redux.mp418.3 MB
1. Getting Started/4- Is Redux for You.mp422.5 MB
1. Getting Started/5- Setting Up the Development Environment.mp45.6 MB
1. Getting Started/6- Course Structure.mp49.7 MB
10. Testing Redux Applications/1- Introduction.mp47.8 MB
10. Testing Redux Applications/10- Test Coverage.mp45.6 MB
10. Testing Redux Applications/11- Exercises.mp4784.3 KB
10. Testing Redux Applications/12- Solution- getUnresolvedBugs.mp423.8 MB
10. Testing Redux Applications/13- Solution- resolveBug.mp425.3 MB
10. Testing Redux Applications/14- Solution- loadingBugs.mp455.3 MB
10. Testing Redux Applications/2- What is Automated Testing.mp418.8 MB
10. Testing Redux Applications/3- Setting Up the Testing Environment.mp411.2 MB
10. Testing Redux Applications/4- Your First Unit Test.mp417.6 MB
10. Testing Redux Applications/5- Unit Testing Redux Applications.mp424.7 MB
10. Testing Redux Applications/6- Solitary Tests.mp432.7 MB
10. Testing Redux Applications/7- Social Tests.mp434.3 MB
10. Testing Redux Applications/8- Mocking HTTP Calls.mp415.5 MB
10. Testing Redux Applications/9- Writing Clean Tests.mp431.2 MB
11. Integration with React/1- Creating a React App.mp44.1 MB
11. Integration with React/2- Installing Redux.mp43 MB
11. Integration with React/3- Providing the Store.mp419.7 MB
11. Integration with React/4- Subscribing and Dispatching.mp418.9 MB
11. Integration with React/5- Connecting Components Using react-redux.mp426.9 MB
11. Integration with React/6- Hooks.mp421 MB
11. Integration with React/8- Exercise.mp4918.3 KB
11. Integration with React/9- Solution.mp410.5 MB
2. Functional Programming in JavaScript/1- Introduction.mp4693.3 KB
2. Functional Programming in JavaScript/10- Updating Objects.mp411.8 MB
2. Functional Programming in JavaScript/11- Updating Arrays.mp411.3 MB
2. Functional Programming in JavaScript/12- Enforcing Immutability.mp42 MB
2. Functional Programming in JavaScript/13- Immutable.js.mp49.6 MB
2. Functional Programming in JavaScript/14- Immer.mp48.6 MB
2. Functional Programming in JavaScript/15- Quiz.pdf50.6 KB
2. Functional Programming in JavaScript/16- Coding Challenges.pdf40.6 KB
2. Functional Programming in JavaScript/2- What is Functional Programming.mp43.7 MB
2. Functional Programming in JavaScript/3- Functions as First-class Citizens.mp47.8 MB
2. Functional Programming in JavaScript/4- Higher-order Functions.mp44.1 MB
2. Functional Programming in JavaScript/5- Function Composition.mp49.8 MB
2. Functional Programming in JavaScript/6- Composing and Piping.mp47.6 MB
2. Functional Programming in JavaScript/7- Currying.mp417.1 MB
2. Functional Programming in JavaScript/8- Pure Functions.mp45.6 MB
2. Functional Programming in JavaScript/9- Immutability.mp410.8 MB
3. Redux Fundamentals/1- Introduction.mp4631.9 KB
3. Redux Fundamentals/10- Action Types.mp412.9 MB
3. Redux Fundamentals/11- Action Creators.mp49.1 MB
3. Redux Fundamentals/12- Exercise.mp4554.5 KB
3. Redux Fundamentals/13- Solution.mp416.3 MB
3. Redux Fundamentals/2- Redux Architecture.mp414.1 MB
3. Redux Fundamentals/3- Your First Redux App.mp43.2 MB
3. Redux Fundamentals/4- Designing the Store.mp42.6 MB
3. Redux Fundamentals/5- Defining the Actions.mp45.9 MB
3. Redux Fundamentals/6- Creating a Reducer.mp419.7 MB
3. Redux Fundamentals/7- Creating the Store.mp44.4 MB
3. Redux Fundamentals/8- Dispatching Actions.mp47.3 MB
3. Redux Fundamentals/9- Subscribing to the Store.mp46.4 MB
4. Building Redux from Scratch/1- Introduction.mp4519.6 KB
4. Building Redux from Scratch/2- Redux Store.mp43.5 MB
4. Building Redux from Scratch/3- Private Properties.mp411.9 MB
4. Building Redux from Scratch/4- Dispatching Actions.mp49.2 MB
4. Building Redux from Scratch/5- Subscribing to the Store.mp49.3 MB
5. Debugging Redux Applications/1- Introduction.mp4478.1 KB
5. Debugging Redux Applications/2- Installing Redux DevTools.mp49.3 MB
5. Debugging Redux Applications/3- The Basics.mp45.8 MB
5. Debugging Redux Applications/4- Inspector Monitor.mp411.3 MB
5. Debugging Redux Applications/5- Tracing.mp415.8 MB
5. Debugging Redux Applications/6- Exporting and Importing.mp44.7 MB
6. Writing Clean Redux Code/1- Introduction.mp4498.6 KB
6. Writing Clean Redux Code/10- Solution.mp412.8 MB
6. Writing Clean Redux Code/2- Structuring Files and Folders.mp45.3 MB
6. Writing Clean Redux Code/3- Ducks Pattern.mp422 MB
6. Writing Clean Redux Code/4- Redux Toolkit.mp44.5 MB
6. Writing Clean Redux Code/5- Creating the Store.mp49.1 MB
6. Writing Clean Redux Code/6- Creating Actions.mp422.5 MB
6. Writing Clean Redux Code/7- Creating Reducers.mp427.4 MB
6. Writing Clean Redux Code/8- Creating Slices.mp422.2 MB
6. Writing Clean Redux Code/9- Exercise.mp42.3 MB
7. Designing the Store/1- Introduction.mp4587.1 KB
7. Designing the Store/2- Redux State vs Local State.mp46.8 MB
7. Designing the Store/3- Structuring a Redux Store.mp45.9 MB
7. Designing the Store/4- Combining Reducers.mp413 MB
7. Designing the Store/5- Normalization.mp43.5 MB
7. Designing the Store/6- Selectors.mp413.6 MB
7. Designing the Store/7- Memoizing Selectors with Reselect.mp416.1 MB
7. Designing the Store/8- Exercise.mp4801.9 KB
7. Designing the Store/9- Solution.mp434.8 MB
8. Middleware/1- Introduction.mp4548.9 KB
8. Middleware/2- What is Middleware.mp44.3 MB
8. Middleware/3- Creating Middleware.mp419 MB
8. Middleware/4- Parameterizing Middleware.mp45.6 MB
8. Middleware/5- Dispatching Functions.mp425.4 MB
8. Middleware/6- Exercise.mp41.9 MB
8. Middleware/7- Solution.mp47 MB
9. Consuming APIs/1- Introduction.mp4664.2 KB

Alternative Torrents for 'FreeCoursesOnline.Me Code With Mosh Ultimate Redux Course'.

There are no alternative torrents found.