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

Commit

Permalink
Update CONTRIBUTING.md (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
akansha2608 authored and marco-c committed Oct 5, 2018
1 parent 29e5ec4 commit aebe5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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
Expand Down

0 comments on commit aebe5a6

Please sign in to comment.