从零到一的 React 学习与实践资料索引

StormYuan 7年前
   <ul>     <li> <p>React 学习与实践资料索引</p> </li>     <li> <p>Overview: 概览</p>      <ul>       <li> <p>Principle: 设计理念</p> </li>       <li> <p>Case Study: 案例</p> </li>       <li> <p>Book: 书籍</p> </li>       <li> <p>Course & Conf: 视频教程与会议</p> </li>       <li> <p>Resource: 其他资源集锦</p> </li>      </ul> </li>     <li> <p>Tutorial: 入门教程</p>      <ul>       <li> <p>Concept: 概念</p> </li>       <li> <p>Coding: 基础编码</p> </li>      </ul> </li>     <li> <p>Component: 组件开发</p>      <ul>       <li> <p>Syntax: 语法</p>        <ul>         <li> <p>Props</p> </li>         <li> <p>State</p> </li>         <li> <p>Context</p> </li>         <li> <p>DOM</p> </li>        </ul> </li>       <li> <p>LifeCycle</p> </li>       <li> <p>Style: 样式</p>        <ul>         <li> <p>CSS-in-JS</p> </li>        </ul> </li>       <li> <p>Animation</p> </li>       <li> <p>React Router</p> </li>      </ul> </li>     <li> <p>StyleGuide & Design Pattern: 样式指南与设计模式</p>      <ul>       <li> <p>Functional React</p> </li>       <li> <p>HOCs: 高阶组件</p> </li>       <li> <p>Code Splitting: 代码分割</p> </li>      </ul> </li>     <li> <p>Performance: 性能优化</p>      <ul>       <li> <p>Tool: 工具</p> </li>      </ul> </li>     <li> <p>Production: 生产环境</p>      <ul>       <li> <p>Test: 测试</p> </li>       <li> <p>Preact</p> </li>      </ul> </li>     <li> <p>Reconciliation: 调和</p>      <ul>       <li> <p>Virtual DOM</p> </li>       <li> <p>Stack Reconciler</p> </li>       <li> <p>Fiber</p> </li>      </ul> </li>     <li> <p>Pattern Library: 模式库</p>      <ul>       <li> <p>List</p> </li>       <li> <p>Table</p> </li>      </ul> </li>    </ul>    <p><a href="/misc/goto?guid=4959748740722976848" rel="nofollow,noindex">React 学习与实践资料索引</a> 从属于笔者的 <a href="/misc/goto?guid=4959748740799917678" rel="nofollow,noindex">Web 开发基础与工程实践</a> 中的 <a href="/misc/goto?guid=4959748740889183269" rel="nofollow,noindex">阅读学习资料工具集锦</a> 系列,本文内容是笔者在学习与实践 React 以及准备每周的 <a href="/misc/goto?guid=4959748740964920432" rel="nofollow,noindex">前端清单系列</a> 时候阅读的文章或者接触到的工具积累。注意,部分英文文章需要F墙,请自备梯子。</p>    <h2>React 学习与实践资料索引</h2>    <p>鉴于 React 技术栈一直也在迅速发展,本文目前以 React v15.5.4 、React Router V4 版本为准,笔者会随时更新本文内容,移除过时的链接并且添加新的链接。另外本文相关的部分友链列举如下:</p>    <ul>     <li> <p><a href="/misc/goto?guid=4959748740889183269" rel="nofollow,noindex">Web 学习与实践资料索引</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741061776595" rel="nofollow,noindex">JavaScript 学习与实践资料索引</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741145558362" rel="nofollow,noindex">Webpack 学习与实践资料索引</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741221699890" rel="nofollow,noindex">Redux 学习与实践资料索引</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741304720579" rel="nofollow,noindex">MobX 学习与实践资料索引</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741386325463" rel="nofollow,noindex">PWA 学习与实践资料索引</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741470075871" rel="nofollow,noindex">React Native 学习与实践资料索引</a></p> </li>    </ul>    <p>如果想及时了解前端技术发展,掌握一手资讯,建议阅读 <a href="/misc/goto?guid=4959748740964920432" rel="nofollow,noindex">前端每周清单系列</a> 。</p>    <h2>Overview: 概览</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959617546847892632" rel="nofollow,noindex">2014-Removing-User-Interface-Complexity,-or-Why-React-is-Awesome</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959666808265244082" rel="nofollow,noindex">2016-React Howto</a> : Throughout this document, I’ll assume you’ve built a web page with HTML, CSS and JavaScript.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748741627706002" rel="nofollow,noindex">2017-React 常用面试题目与分析</a></p> </li>    </ul>    <h2>Principle: 设计理念</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959641658273231827" rel="nofollow,noindex">2016-Thinking in React</a> : One of the many great parts of React is how it makes you think about apps as you build them. In this document, we'll walk you through the thought process of building a searchable product data table using React.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748741743284881" rel="nofollow,noindex">2017-Things nobody will tell you about React.js</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741819593848" rel="nofollow,noindex">2017-react-aha-moments</a> : One of my main goals whenever I’m teaching or writing technical content is to maximize “aha” moments. An “aha” moment is a moment of sudden insight or clarity; when the subject matter suddenly makes sense. We’ve all experienced them and the best teachers I know are able to understand their audience and adapt the lesson in order to maximize these moments.</p> </li>    </ul>    <h2>Case Study: 案例</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748741903496093" rel="nofollow,noindex">2016-Moving Airbnb Search to React</a> : Using experiments to tackle a large refactor with confidence</p> </li>    </ul>    <h2>Book: 书籍</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748741985690945" rel="nofollow,noindex">2016-React In-depth: An exploration of UI development【Book】</a> :Our goal with this GitBook is to document our process, share our research and try to organize our experiences into a single living document. Too be honest, this is a pretty lofty goal. We may not achieve this goal, but hopefully we can get some helpful thoughts down.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748742067293497" rel="nofollow,noindex">2016-SurviveJS - React【Book】</a> : This book shows you how to build a little Kanban application using React. During the process you will learn the basics and will be able to take the skills to your own projects.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748742153367795" rel="nofollow,noindex">2017-React Bits【Book】</a> : A compilation of React Patterns, techniques, tips and tricks.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748742238199421" rel="nofollow,noindex">2017-Learning React, 1st Edition【Book】</a> : If you want to learn how to build efficient user interfaces with React, this is your book. Authors Alex Banks and Eve Porcello show you how to create UIs with this small JavaScript library that can deftly display data changes on large-scale, data-driven websites without page reloads. Along the way, you’ll learn how to work with functional programming and the latest ECMAScript features.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748742322856552" rel="nofollow,noindex">2017-Mastering Full-Stack React Web Development【Book】</a> : Learn how to create dynamic full-stack applications with ReactJS and other leading JavaScript tools – smarter web development starts here.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748742402577034" rel="nofollow,noindex">2017-React Design Patterns and Best Practices【Book】</a> : Build modular applications that are easy to scale using the most powerful components and design patterns that React can offer you right now About This Book.</p> </li>    </ul>    <h2>Course & Conf: 视频教程与会议</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959742649380061341" rel="nofollow,noindex">2017 React 大会</a> :2017 年 React Conf 于 3 月 13 日、14 日成功举办,会上来自世界各地的开发者就 React Fiber、Flow、Performance、React Native 等多个主题发表了演说与讨论,推荐选择自己喜欢的演讲视频观看。</p> </li>    </ul>    <h2>Resource: 其他资源集锦</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959007488510331713" rel="nofollow,noindex">Awesome-React</a> : A collection of awesome things regarding React ecosystem.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748742543698173" rel="nofollow,noindex">React/Redux Links</a> : Curated tutorial and resource links I've collected on React, Redux, ES6, and more</p> </li>    </ul>    <h2>Tutorial: 入门教程</h2>    <h2>Concept: 概念</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959729721849033066" rel="nofollow,noindex">Master the JavaScript Interview What is a Pure Function</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748742663505973" rel="nofollow,noindex">So-You-Want-To-Be-A-Functional-Programmer</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959617549084398488" rel="nofollow,noindex">React’s diff algorithm</a></p> </li>     <li> <p><a href="/misc/goto?guid=4958970558839033392" rel="nofollow,noindex">The Secrets of React’s virtual DOM</a></p> </li>     <li> <p><a href="/misc/goto?guid=4958865230294501459" rel="nofollow,noindex">Why is React’s concept of virtual DOM said to be moreperformant than dirty model checking?</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959624560684920123" rel="nofollow,noindex">virtual-dom</a></p> </li>    </ul>    <h2>Coding: 基础编码</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748742864520141" rel="nofollow,noindex">2016-Learning React with Create-React-App【Series】</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748742944605804" rel="nofollow,noindex">2016-A Primer on the React Ecosystem Serials</a> : I thought I’d share what I’ve learned so far through a primer. Over three parts, I’m going to show you how to set up an environment for React app development, create React components and have them respond to data changes, manage app state with Redux.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748743029361998" rel="nofollow,noindex">2017-Simple React Development in 2017</a> : The goal of this guide is to showcase how easy it can be to start modern React development.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748743112774546" rel="nofollow,noindex">2017-Create a realtime football voting app using React, Redux, React-Router-v4 and Firebase</a> : In this series of tutorials, we’ll be creating a football voting app using React, Redux, Redux-Saga, React-Router v4, and Firebase. In this first part, we will setup the project. We’re going to use create-react-app to scaffold the initial project structure, tweak it a bit, and then add the necessary libraries that we’ll be using.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748743193608445" rel="nofollow,noindex">2017-How to Build a ToDo App Using React, Redux, and Webpack</a> : In this tutorial I’m going to show you how to create a simple “ToDo” app using React, Redux, a little bit of Node, and Cosmic JS.</p> </li>    </ul>    <h2>Component: 组件开发</h2>    <h2>Syntax: 语法</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748743279958232" rel="nofollow,noindex">2017-React Lifecycle Methods- how and when to use them</a> : The above is the life of a React component, from birth (pre-mounting) and death (unmounting).</p> </li>     <li> <p><a href="/misc/goto?guid=4959748743355133599" rel="nofollow,noindex">React 组件间通讯</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748741819593848" rel="nofollow,noindex">react-aha-moments</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748743451823621" rel="nofollow,noindex">React Elements and React Components</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748743538496277" rel="nofollow,noindex">React Components, Elements, and Instances</a></p> </li>    </ul>    <h3>Props</h3>    <ul>     <li> <p><a href="/misc/goto?guid=4959748743620001440" rel="nofollow,noindex">function-as-child-components</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748743706900700" rel="nofollow,noindex">React Patterns:Children相关</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748743788922524" rel="nofollow,noindex">A deep dive into children in React</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748743873486011" rel="nofollow,noindex">Function as Child Components</a></p> </li>    </ul>    <h3>State</h3>    <h3>Context</h3>    <ul>     <li> <p><a href="/misc/goto?guid=4959748743957399059" rel="nofollow,noindex">How to safely use React context</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959714779314212813" rel="nofollow,noindex">React Docs:Context</a></p> </li>    </ul>    <h3>DOM</h3>    <ul>     <li> <p><a href="/misc/goto?guid=4959741251060006709" rel="nofollow,noindex">Refs and the DOM</a></p> </li>    </ul>    <h2>LifeCycle</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748744098093730" rel="nofollow,noindex">React’s Component Lifecycles</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748744174057153" rel="nofollow,noindex">浅析 React 生命周期</a></p> </li>    </ul>    <h2>Style: 样式</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748744274020394" rel="nofollow,noindex">SurviveJS:Styling React</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748744363644777" rel="nofollow,noindex">A 5 Minute Intro To Styled Components</a></p> </li>    </ul>    <h3>CSS-in-JS</h3>    <ul>     <li> <p><a href="/misc/goto?guid=4959748744441651730" rel="nofollow,noindex">2017-CSS in JavaScript: The future of component-based styling</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748744517934460" rel="nofollow,noindex">2017-Stop using CSS in JavaScript for web development</a> : This article lists common misconceptions (myths) and the existing CSS solutions to those problems.</p> </li>    </ul>    <h2>Animation</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748744605782918" rel="nofollow,noindex">2017-react-move【Project】</a> : Beautifully and deterministically animate anything in React.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748744697872622" rel="nofollow,noindex">2017-React Animations 101【Series】</a> : In this post on react animations 101, we will explore a few examples and why CSS transition are a good fit for the navigation bar.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748746044214466" rel="nofollow,noindex">Animations with ReactTransitionGroup</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959672802904781315" rel="nofollow,noindex">React Official Docs:React动画文档</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748746165029509" rel="nofollow,noindex">Animations with ReactTransitionGroup</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748746245994670" rel="nofollow,noindex">React源码剖析系列 - 玩转 React Transition</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959739254667450934" rel="nofollow,noindex">How to build animated microinteractions in React</a> : Every function in JavaScript has a closure. And this is one of the coolest features of the JavaScript language. Because without closures, it would be hard to implement common structures like callbacks or event handlers.</p> </li>    </ul>    <h2>React Router</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748746357313693" rel="nofollow,noindex">2017-A Simple React Router v4 Tutorial</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748746440901102" rel="nofollow,noindex">2017-Redux and React-Router v4: a Tale of Two Datastores</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748746527882771" rel="nofollow,noindex">2017-Build your own React Router v4</a> : this has helped you create a better mental model of what’s happening in React Router while also helping you to gain an appreciation for React Router’s elegance and “Just Components” API.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748746604035109" rel="nofollow,noindex">2017-Universal JavaScript Apps with React Router 4</a> : How to use the latest version of React Router both on the server side and the client side</p> </li>    </ul>    <h2>StyleGuide & Design Pattern: 样式指南与设计模式</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748746694727692" rel="nofollow,noindex">2016-来自 AlloyTeam 的 React.js 2016最佳实践</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748746776594555" rel="nofollow,noindex">2016-React Patterns</a> : Patterns for React Developers</p> </li>     <li> <p><a href="/misc/goto?guid=4959748746861761348" rel="nofollow,noindex">2017-10 React mini-patterns</a> : Over the last few years, I’ve worked on a handful of decent-sized React projects, and many, many pint-sized ones. Throughout this magical journey, a number of patterns have come up that I find myself repeating again and again.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748746939997796" rel="nofollow,noindex">Presentational and Container Components</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748747026886450" rel="nofollow,noindex">React Higher Order Components in depth</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748747107104964" rel="nofollow,noindex">Understanding Component-Based Architecture</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748747187525129" rel="nofollow,noindex">Share Code between React and React Apps using Higher Order Components</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748747273179340" rel="nofollow,noindex">Higher Order React Components</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748747358188891" rel="nofollow,noindex">Renderless Components or How Logic Doesn't Always Need a UI</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748747435888990" rel="nofollow,noindex">Higher-Order Components in React</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959637673369215425" rel="nofollow,noindex">jsinspect</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959738158728302929" rel="nofollow,noindex">Our Best Practices for Writing React Components</a></p> </li>    </ul>    <h2>Functional React</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748747592251877" rel="nofollow,noindex">2017-Functional setState is the future of React</a> : Declare state changes separately from the component classes.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748747675629209" rel="nofollow,noindex">non-functional-react-js</a></p> </li>    </ul>    <h2>HOCs: 高阶组件</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748747752071725" rel="nofollow,noindex">2017-Why you should keep your react components pure by using HOCs</a> : In this article I show how decomposing state from the presentational layer can both reduce complexity and promote code re-use with some React examples— a win-win situation helping to tame the challenges of developing SPAs. Although I’m using React, the lessons are universal and can apply to any framework.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748747834082235" rel="nofollow,noindex">redux-without-profanity-components</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748747915020885" rel="nofollow,noindex">Functional React Series — Part 1: Get your App outta my Component</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748748007327435" rel="nofollow,noindex">Mixins Are Dead. Long Live Composition</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748748093038297" rel="nofollow,noindex">react-higher-order-components-in-depth</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748748177990337" rel="nofollow,noindex">container-components</a></p> </li>    </ul>    <h2>Code Splitting: 代码分割</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959742650497889032" rel="nofollow,noindex">2017-Introducing React Loadable</a> : Component-centric code splitting and loading in React</p> </li>    </ul>    <h2>Performance: 性能优化</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748748289823021" rel="nofollow,noindex">React Office Site —— Optimizing Performance</a> : For many applications, using React will lead to a fast user interface without doing much work to specifically optimize for performance. Nevertheless, there are several ways you can speed up your React application.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748748375543271" rel="nofollow,noindex">2017-Keep Your React Redux Healthy, Performance Optimization Story</a> : I am here to be honest about React optimization.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748748461260018" rel="nofollow,noindex">2017-React at Light Speed</a> : Lessons in optimizing performance at Vixlet</p> </li>     <li> <p><a href="/misc/goto?guid=4959748748541911441" rel="nofollow,noindex">2017-45% Faster React Functional Components, Now</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748748630741395" rel="nofollow,noindex">2017-Our Best Practices for Writing React Components</a> : When I first started writing React, I remember seeing many different approaches to writing components, varying greatly from tutorial to tutorial. Though the framework has matured considerably since then, there doesn’t seem to yet be a firm ‘right’ way of doing things.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748748710783220" rel="nofollow,noindex">2017-Memoize React components</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959742650682872120" rel="nofollow,noindex">2017-React at Light Speed</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748748823501108" rel="nofollow,noindex">Should I use shouldComponentUpdate?</a></p> </li>     <li> <p><a href="https://github.com/lcxfs1991/blog/issues/8?f=tt&hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io" rel="nofollow,noindex">React移动web极致优化</a></p> </li>     <li> <p>[ProReact中关于性能的章节]()</p> </li>     <li> <p><a href="/misc/goto?guid=4959748748993497810" rel="nofollow,noindex">component-rendering-performance-in-react</a></p> </li>     <li> <p><a href="http://www.broadview.com.cn/article/77?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io" rel="nofollow,noindex">React应用优化:避免不必要的render</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748749155595410" rel="nofollow,noindex">React Rally: Animated — React Performance Toolbox</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748749242007349" rel="nofollow,noindex">How to Benchmark React Components: The Quick and Dirty Guide</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748749316947530" rel="nofollow,noindex">React.js pure render performance anti-pattern</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748749399978475" rel="nofollow,noindex">A DEEP DIVE INTO REACT PERF DEBUGGING</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748749491587112" rel="nofollow,noindex">React at 60fps</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748749567906952" rel="nofollow,noindex">React Performance Optimization</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748749652640704" rel="nofollow,noindex">React Performance Optimization</a> : Performance optimization can be a big pain with any language. Especially when you are optimizing your app and you have no idea what to optimize. React has some really nice tools to do this, I will be talking about one specifically that will make your life a lot better.</p> </li>    </ul>    <h2>Tool: 工具</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959724347235748157" rel="nofollow,noindex">why-did-you-update【Project】</a> : Puts your console on blast when React is making unnecessary updates.</p> </li>    </ul>    <h2>Production: 生产环境</h2>    <h2>Test: 测试</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748749768856932" rel="nofollow,noindex">2017-Testing React Applications【Series】</a> :With React and the ecosystem of testing tools that have emerged around it, it’s finally possible to build robust, scalable tests that provide strong guarantees on code correctness.</p> </li>    </ul>    <h2>Server Side Rendering: 服务端渲染</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748749851544220" rel="nofollow,noindex">2017-Introducing Rapscallion【Project】</a> : a new approach for server-side rendering React applications.</p> </li>    </ul>    <h2>Preact</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748749941547907" rel="nofollow,noindex">The Inner Workings Of Virtual DOM</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748750022453421" rel="nofollow,noindex">Webpack2 boilerplate for building SPA / PWA / offline front-end apps with Preact</a></p> </li>    </ul>    <h2>Reconciliation: 调和</h2>    <h2>Virtual DOM</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748750102989767" rel="nofollow,noindex">2017-react diff 原理</a> :React diff 作为 Virtual DOM 的加速器,其算法上的改进优化是 React 整个界面渲染的基础,以及性能提高的保障,同时也是 React 源码中最神秘、最不可思议的部分,本文将剖析 React diff 的不可思议之处。</p> </li>     <li> <p><a href="/misc/goto?guid=4959617549084398488" rel="nofollow,noindex">Performance Calendar:React’s diff algorithm</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748750196584097" rel="nofollow,noindex">React 源码剖析系列 - 不可思议的 react diff</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748750283359481" rel="nofollow,noindex">React 源码剖析系列 - 解密 setState</a></p> </li>     <li> <p><a href="/misc/goto?guid=4958970341599387725" rel="nofollow,noindex">深入浅出React(四):虚拟DOM Diff算法解析</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748750394316691" rel="nofollow,noindex">ReactJS | Learning Virtual DOM and React Diff Algorithm</a></p> </li>    </ul>    <h2>Stack Reconciler</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748750482461278" rel="nofollow,noindex">Dive into setState() method in React</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748750567925468" rel="nofollow,noindex">Dive into React codebase: Handling state changes</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748750640729597" rel="nofollow,noindex">2017-react-reconciler-demo【Project】</a> : A simple implementation of React's stack reconciler. This is much different from the real implementation, but demonstrates the concepts.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748750725851783" rel="nofollow,noindex">ON THE ASYNC NATURE OF SETSTATE IN REACT </a></p> </li>    </ul>    <h2>Fiber</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748750809456311" rel="nofollow,noindex">2017-React Fiber Architecture</a> : A description of React's new core algorithm, React Fiber.</p> </li>     <li> <p><a href="/misc/goto?guid=4959748750882073224" rel="nofollow,noindex">2017-React Fiber 是什么</a> :React Fiber 这个大改变 非死book 已经折腾两年多了,刚刚结束不久的 React Conf 2017 会议上,非死book 终于确认,React Fiber 会搭上 React 下一个大版本v16的顺风车发布。</p> </li>     <li> <p><a href="/misc/goto?guid=4959748750966234725" rel="nofollow,noindex">2017-React 新引擎 React Fiber 究竟要解决什么问题?</a> :非死book 正在以流行的 JavaScript 框架 React 为基础开发一个全新的架构。这个名为 React Fiber 的全新设计改变了检测变更的方法和时机,借此可改进浏览器端和其他渲染设备的响应速度。 这一 全新架构 最初已于 2016 年 7 月公开发布,其中蕴含着过去多年来 非死book 不断改进的工作成果。该架构可向后兼容,彻底重写了 React 的协调(Reconciliation)算法。该过程可用于确定出现变更的具体时间,并将变更传递给渲染器。( <a href="/misc/goto?guid=4959748750966234725" rel="nofollow,noindex">https://parg.co/btw</a> )</p> </li>     <li> <p><a href="/misc/goto?guid=4959748750966234725" rel="nofollow,noindex">2017-React 新引擎 React Fiber 究竟要解决什么问题?</a> :非死book 正在以流行的 JavaScript 框架 React 为基础开发一个全新的架构。这个名为 React Fiber 的全新设计改变了检测变更的方法和时机,借此可改进浏览器端和其他渲染设备的响应速度。 这一 全新架构 最初已于 2016 年 7 月公开发布,其中蕴含着过去多年来 非死book 不断改进的工作成果。该架构可向后兼容,彻底重写了 React 的协调(Reconciliation)算法。该过程可用于确定出现变更的具体时间,并将变更传递给渲染器。</p> </li>     <li> <p><a href="/misc/goto?guid=4959748751071576423" rel="nofollow,noindex">2017-React Conf: A Cartoon Intro to Fiber</a></p> </li>    </ul>    <h2>Pattern Library: 模式库</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959748751144448442" rel="nofollow,noindex">Material-UI</a> : A Set of React Components that Implement Google's Material Design.</p> </li>     <li> <p><a href="https://www.hugedomains.com/domain_profile.cfm?d=ant-design&e=com" rel="nofollow,noindex">Ant Design</a> : An enterprise-class UI design language and React-based implementation.</p> </li>    </ul>    <h2>List</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959643068431283296" rel="nofollow,noindex">React Canvas</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748751337867926" rel="nofollow,noindex">React JSX: Iterating through a hash and returning JSX elements for each key</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748751425294574" rel="nofollow,noindex">Understanding unique keys for array children in React.js</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959748751506520835" rel="nofollow,noindex">Rendering List of Elements in React With JSX</a></p> </li>    </ul>    <h2>Table</h2>    <ul>     <li> <p>Table: <a href="/misc/goto?guid=4959748751592828747" rel="nofollow,noindex">react-datasheet</a></p> </li>    </ul>    <p> </p>    <p>来自:https://segmentfault.com/a/1190000009400209</p>    <p> </p>