|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/redux-and-redux-toolkit-in-react-crash-course/
课程评论:没有评论
课程名称:React中的Redux和Redux Toolkit(速成课程) 课程概述:在现代网页开发中,构建大型复杂的应用程序时需要进行大量的状态管理。Redux是一个状态管理库,旨在帮助开发者以可预测的方式管理和更新应用程序的状态。使用Redux,您可以跟踪应用状态中的所有变化,并确保它们得到一致处理。Redux Toolkit是Redux的官方辅助库,提供了一组实用工具,以简化和精简Redux代码。它包含的功能如“createSlice”、“createAsyncThunk”和“configureStore”可以让您更轻松地编写和管理Redux代码。在本速成课程中,我们将涵盖Redux的核心概念,包括动作(actions)、 reducers及store。接着,我们将深入探讨如何使用Redux Toolkit来简化您的Redux代码,从而使其更易于编写和维护。通过本课程的学习,您将对如何在React应用程序中集成Redux有深入了解。无论您是初学者还是有经验的React开发者,本教程将帮助您提升技能并构建更优秀的应用程序。 您将学习的内容: - 动作、reducers和store等基本概念 - 在React应用中实现Redux代码 - 实现单一的reducer - 实现多个reducers - 在React应用中实现Redux Toolkit代码
In modern web development, building large, complex applications that require a lot of state management is common. Redux is a state management library that helps you predictably manage and update your application's state. With Redux, you can keep track of all the changes in your application's state and make sure they're handled consistently.Redux Toolkit is an official companion library to Redux that provides developers with a set of utilities to simplify and streamline their Redux code. It includes features like "createSlice", "createAsyncThunk", and "configureStore" that make it easier to write and manage Redux code.In this Crash Course, we'll cover the core concepts of Redux, including actions, reducers, and the store. Then, we'll dive into how to use Redux Toolkit to simplify your Redux code, making it easier to write and maintain.By the end of this crash course, you'll have a solid understanding of integrating Redux into your React application. Whether you're a beginner or an experienced React developer, this tutorial will help you develop your skills and build better applications.Things you will learnBasic Concepts such as actions, reducer, storeImplement redux code in react appImplement single reducerImplement multiple reducersImplement redux toolkit code in react app