Edit motivation

This commit is contained in:
Qolzam
2017-07-07 11:41:13 +04:30
parent e0178a2cd9
commit a6cd34446d

View File

@@ -1,3 +1,3 @@
# Motivation
> Looks like we need to write this part.
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.