Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
react hooks 教程
Highest Rated
Rating: 4.6 out of 5(18 ratings)
60 students

react hooks 教程

让你学会react hooks做开发,写代码如流水般畅快
Created byfucheng liang
Last updated 3/2019
Chinese (Simplified)
Chinese (Simplified) [Auto],

What you'll learn

  • react hooks的知识点
  • 开发自定义hooks
  • 用react hooks开发应用程序

Course content

2 sections8 lectures1h 32m total length
  • 介绍react hooks8:13

Requirements

  • 会基本的html,css,javascript,掌握react基础知识

Description

这个课程主要教大家掌握react hooks的知识点以及它的基本用法,相信听说过react hooks的同学应该都知道它的意义是非常大的。

react hooks可以让我们在函数组件中使用state和生命周期,意味着我们可以不再需要臃肿的class组件了,react hooks的开发体验非常高,效率也非常高,性能也比class组件出色。

还有一点就是你可以基于react hooks封装自己的状态管理器,而不再需要redux、dva、mobx这些第三方状态管理器了。

总的来说,react hooks是非常值得学习,它能让你在开发时事半功倍。


Who this course is for:

  • 前端开发者
  • 正在使用react,或对react感兴趣想学习