update React Fiber / React 16

This commit is contained in:
Dexter Yang
2017-08-08 07:32:30 +08:00
parent f703f41e6c
commit ceedb2f7ba

View File

@@ -979,7 +979,7 @@ A Subset for __Architecture and Infrastructure__
* Best Practices * Best Practices
* [React Bits](https://github.com/vasanthk/react-bits), [React in patterns](https://github.com/krasimir/react-in-patterns) * [React Bits](https://github.com/vasanthk/react-bits), [React in patterns](https://github.com/krasimir/react-in-patterns)
* [Functional UI and Components as Higher Order Functions](https://blog.risingstack.com/functional-ui-and-components-as-higher-order-functions/) * [Functional UI and Components as Higher Order Functions](https://blog.risingstack.com/functional-ui-and-components-as-higher-order-functions/)
* Next Gen - [React Fiber Architecture](https://github.com/acdlite/react-fiber-architecture) * Next Gen - [What is React Fiber?](https://gist.github.com/duivvv/2ba00d413b8ff7bc1fa5a2e51c61ba43), [React 16](https://github.com/facebook/react/issues/10294)
* Component Utilities * Component Utilities
* [Recompose](https://github.com/acdlite/recompose) * [Recompose](https://github.com/acdlite/recompose)
* [React Display Name](https://www.npmjs.com/package/react-display-name) * [React Display Name](https://www.npmjs.com/package/react-display-name)