logo
分类于: 编程语言 云计算&大数据

简介

Learn React Hooks: Build and refactor modern React.js applications using Hooks

Learn React Hooks: Build and refactor modern React.js applications using Hooks 0.0分

资源最后更新于 2020-10-23 14:39:42

作者:Daniel Bugl

出版社:Packt Publishing

出版日期:2019-01

ISBN:9781838641443

文件格式: pdf

标签: 技术 hooks

简介· · · · · ·

React Hooks revolutionize how you manage state and effects in your web applications. They enable you to build simple and concise React.js applications, along with helping you avoid using wrapper components in your applications, making it easy to refactor code.

This React book starts by introducing you to React Hooks. You will then get to grips with building a complex UI in Reac...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

1.Introducing React and React Hooks
2.Using the State Hook
3.Writing Your First Application with React Hooks
4.Using the Reducer and Effect Hooks
5.Implementing React Context
6.Implementing Requests and React Suspense
7.Using Hooks for Routing
8.Using Community Hooks
9.Rules of Hooks
10.Building Your Own Hooks
11.Migrating from React Class Components
12.Redux and Hooks
13.MobX and Hooks