From ceedb2f7baa42c104238a5b0aae85b6315aa2f71 Mon Sep 17 00:00:00 2001 From: Dexter Yang Date: Tue, 8 Aug 2017 07:32:30 +0800 Subject: [PATCH] update React Fiber / React 16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d759b5d..7770f07 100644 --- a/README.md +++ b/README.md @@ -979,7 +979,7 @@ A Subset for __Architecture and Infrastructure__ * Best Practices * [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/) - * 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 * [Recompose](https://github.com/acdlite/recompose) * [React Display Name](https://www.npmjs.com/package/react-display-name)