Fundamentals of Redux Course from Dan Abramov
Offered By: egghead.io
Course Description
Overview
In this comprehensive tutorial, Dan Abramov - the creator of Redux - will teach you how to manage state in your React application with Redux.
State management is absolutely critical in providing users with a well-crafted experience with minimal bugs.
It's also one of the hardest aspects of a modern front-end application to get right.
Redux provides a solid, stable, and mature solution to managing state in your React application. Through a handful of small, useful patterns, Redux can transform your application from a total mess of confusing and scattered state, into a delightfully organized, easy to understand modern JavaScript powerhouse.
The principles of Redux aren't new, but they are packaged and presented for you in an easy to use a library that not only elevates your applications but also improves your general understanding of building JavaScript UIs.
In this course, Dan Abramov will show you the fundamentals of Redux, so that you can start using it to simplify your applications.
There are some amazing community notes on this course here on Github.
State management is absolutely critical in providing users with a well-crafted experience with minimal bugs.
It's also one of the hardest aspects of a modern front-end application to get right.
Redux provides a solid, stable, and mature solution to managing state in your React application. Through a handful of small, useful patterns, Redux can transform your application from a total mess of confusing and scattered state, into a delightfully organized, easy to understand modern JavaScript powerhouse.
The principles of Redux aren't new, but they are packaged and presented for you in an easy to use a library that not only elevates your applications but also improves your general understanding of building JavaScript UIs.
In this course, Dan Abramov will show you the fundamentals of Redux, so that you can start using it to simplify your applications.
There are some amazing community notes on this course here on Github.
Syllabus
- Redux: The Single Immutable State Tree
- Redux: Describing State Changes with Actions
- Redux: Pure and Impure Functions
- Redux: The Reducer Function
- Redux: Writing a Counter Reducer with Tests
- Redux: Store Methods: getState(), dispatch(), and subscribe()
- Redux: Implementing Store from Scratch
- Redux: React Counter Example
- Redux: Avoiding Array Mutations with concat(), slice(), and ...spread
- Redux: Avoiding Object Mutations with Object.assign() and ...spread
- Redux: Writing a Todo List Reducer (Adding a Todo)
- Redux: Writing a Todo List Reducer (Toggling a Todo)
- Redux: Reducer Composition with Arrays
- Redux: Reducer Composition with Objects
- Redux: Reducer Composition with combineReducers()
- Redux: Implementing combineReducers() from Scratch
- Redux: React Todo List Example (Adding a Todo)
- Redux: React Todo List Example (Toggling a Todo)
- Redux: React Todo List Example (Filtering Todos)
- Redux: Extracting Presentational Components (Todo, TodoList)
- Redux: Extracting Presentational Components (AddTodo, Footer, FilterLink)
- Redux: Extracting Container Components (FilterLink)
- Redux: Extracting Container Components (VisibleTodoList, AddTodo)
- Redux: Passing the Store Down Explicitly via Props
- Redux: Passing the Store Down Implicitly via Context
- Redux: Passing the Store Down with from React Redux
- Redux: Generating Containers with connect() from React Redux (VisibleTodoList)
- Redux: Generating Containers with connect() from React Redux (AddTodo)
- Redux: Generating Containers with connect() from React Redux (FooterLink)
- Redux: Extracting Action Creators
Taught by
Dan Abramov
Related Courses
Functional Programming Principles in ScalaÉcole Polytechnique Fédérale de Lausanne via Coursera Functional Program Design in Scala
École Polytechnique Fédérale de Lausanne via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Functional Programming
Delft University of Technology via edX Paradigms of Computer Programming – Fundamentals
Université catholique de Louvain via edX