From 75fc2f7aed16204bde923d3ae29dc9e75ba552f4 Mon Sep 17 00:00:00 2001 From: Qolzam Date: Fri, 7 Jul 2017 11:43:13 +0430 Subject: [PATCH] Edit motivation --- docs/motivation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/motivation.md b/docs/motivation.md index 9c66715..19d43b6 100644 --- a/docs/motivation.md +++ b/docs/motivation.md @@ -1,3 +1,3 @@ # Motivation -As my target in this project I've intended to make a social network with features of new and powerfull web technologies such as [React](https://facebook.github.io/react/). As my principles I [don't use jquery](https://www.quora.com/Should-I-use-React-with-jQuery) so it's a good a challange for me to think in React structure and principles. Antother feature that I love in react is `Component-Based`. I use this cool feature to have a [loosely coupled](https://en.wikipedia.org/wiki/Loose_coupling) system. Similar angular components these components are also [stateful](https://toddmotto.com/stateful-stateless-components). Using [Redux]() makes everythig more delicious that you make your compoents more loosely coupled. More and more of these cool features have motivated me to use them in this project. \ No newline at end of file +As my target in this project, I've intended to make a social network with features of new and powerful web technologies such as [React](https://facebook.github.io/react/). As my principles I [don't use jquery](https://www.quora.com/Should-I-use-React-with-jQuery) so it's a good a challenge for me to think in React structure and principles. And another feature that I love in react is `Component-Based`. I use this cool feature to have a [loosely coupled](https://en.wikipedia.org/wiki/Loose_coupling) system. Similar angular components these components are also [stateful](https://toddmotto.com/stateful-stateless-components). Using [Redux]() makes everything more delicious that you make your components more loosely coupled. More and more of these cool features have motivated me to use them in this project. \ No newline at end of file