From 817e97dd66276d15eff7b5803b39d625a457c416 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 28 Nov 2016 14:51:04 -0800 Subject: [PATCH] Update the react components initiative --- react-components/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/react-components/README.md b/react-components/README.md index 9622247..48283be 100644 --- a/react-components/README.md +++ b/react-components/README.md @@ -12,3 +12,8 @@ These components can be isolated and used in a variety of settings by people in a variety of ways. As a result, some effort should be put into seperating these components out, documenting them well, and making them composable by the developer community. + +The primary things that need to be done with the nteract/nteract repo is to: + +* Create a monorepo (export individual modules from the main app) +* Encourage components that don't know about dispatch (use callbacks)