Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit aebe5a6

Browse files
akansha2608marco-c
authored andcommitted
Update CONTRIBUTING.md (#234)
1 parent 29e5ec4 commit aebe5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ we would like to lay down some principles and steps that will make contributing
55
# Principles
66

77
* In React, there's a unidirectional data flow principle that we follow
8-
* You can [read this](https://open.bekk.no/easier-reasoning-with-unidirectional-dataflow-and-immutable-data) to learn more
8+
* You can [read this](https://blogg.bekk.no/easier-ui-reasoning-with-unidirectional-dataflow-and-immutable-data-d5087bd1adb) to learn more
99
* Do all data manipulations at the very top parent component and set the state there; pass down the data to the children component
1010
* Children components should not do data manipulations or fetching
1111
* They are to receive props and just render the UI

0 commit comments

Comments
 (0)