Implementing reduxjs in a real-life React application

所在平台: Udemy

课程主页: https://www.udemy.com/course/redux-in-a-real-react-app/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名:在实际 React 应用中实现 Redux.js 课程概述: 本课程教授如何使用 React.js,如何在 React [Native] 应用中安装和设置,以及如何使用 Immutable.js 正确管理状态。课程将从构建组件、维护状态和通过状态变化更新视图的基础知识开始。随后,将通过一个包含多个组件的示例来展示应用状态管理如何迅速变得复杂。在掌握了 React.js 和状态管理的基本概念后,我们将基于该示例,使用 Redux 来避免状态管理中的代码复杂性,并逐步推进应用状态。为了使用 Redux,我们的状态需要是不可变的(由实例引用指向的值永远不会改变),我们将学习如何使用 Immutable.js 来持有我们的状态对象。本课程在这一看似简单的场景中,深入讲解了多个方面,包括 JavaScript、ES6 模块、npm 包管理、webpack 打包、React、调试 React 错误、理解 React 内部机制、管理状态以及编写 store。这是一门简短而直接的课程,适合那些可能对 React 和构建 Web 应用有些生疏的学习者,帮助他们快速掌握新的框架。 希望您享受本课程。

课程评论(0条)

课程详情

The course teaches how to use React.js, how to install and set it up on a React [Native] application and also to use Immutable.js to manage state correctly. We will start with the basics of how to build a component, how to maintain state, and how to update the view with state changes. Then we'll expand the example to include several components to show how quickly app's state management can get overwhelming. So, after picking up the basics of React.js and state management, we build on the example to use Redux to avoid code complexity around state management and instead propagate them and advance the app state by state. To use Redux, we need our state to be immutable (the value referred to by a reference to an instance can never change), we learn how to use Immutable.js to hold our state objects. The course shines a light on many aspects in this presumably easy scenario, including javascript, ES6 modules, npm package management, webpack bundling, React, debugging React errors, understanding React internals, managing state, writing stores. It's a good short and direct course to pick up new frameworks for those who might be out of touch with React and building up web applications.Hope you enjoy the course.

课程标签

0人关注该课程

主题相关的课程