From aebe5a65ec4d69b3399aadda1c8571cbbfaa5e7d Mon Sep 17 00:00:00 2001 From: Akansha Date: Fri, 5 Oct 2018 15:09:22 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#234) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15cb2dec..7e29d252 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ we would like to lay down some principles and steps that will make contributing # Principles * In React, there's a unidirectional data flow principle that we follow - * You can [read this](https://open.bekk.no/easier-reasoning-with-unidirectional-dataflow-and-immutable-data) to learn more + * You can [read this](https://blogg.bekk.no/easier-ui-reasoning-with-unidirectional-dataflow-and-immutable-data-d5087bd1adb) to learn more * Do all data manipulations at the very top parent component and set the state there; pass down the data to the children component * Children components should not do data manipulations or fetching * They are to receive props and just render the UI