目录结构 ├──packages(带注释的React16.8源码来源 ) ├──src │├──index.js │├──React ││├──component.js ││├──createElement.js ││├──enqueueSetState.js ││└──index.js │└──react-dom │├──diff-两颗虚拟树.js │├──diff.js │├──补丁-差异更新到真实树.js │└──render.js └──学习笔记 ├──React ├──React- ├──React16 ├──React16 ├──React16 ├──React16 ├──React16 └──React16 说明 这是一个深入学习react原始代码和模拟实现部分react的项目,替代学习使用,网上有很多源码的分析文章但是都说
2021-03-24 21:07:18 7.82MB 系统开源
1
Book Description React today is one of the most preferred choices for frontend development. Using React with TypeScript enhances development experience and offers a powerful combination to develop high performing web apps. In this book, you’ll learn how to create well structured and reusable react components that are easy to read and maintain by leveraging modern web development techniques. We will start with learning core TypeScript programming concepts before moving on to building reusable React components. You'll learn how to ensure all your components are type-safe by leveraging TypeScript's capabilities, including the latest on Project references, Tuples in rest parameters, and much more. You'll then be introduced to core features of React such as React Router, managing state with Redux and applying logic in lifecycle methods. Further on, you'll discover the latest features of React such as hooks and suspense which will enable you to create powerful function-based components. You'll get to grips with GraphQL web API using Apollo client to make your app more interactive. Finally, you'll learn how to write robust unit tests for React components using Jest. By the end of the book, you'll be well versed with all you need to develop fully featured web apps with React and TypeScript.
2019-12-21 20:26:03 6.37MB TypeScript3 React16 Redux
1