Edit motivation

This commit is contained in:
Qolzam
2017-07-22 21:28:35 +04:30
parent ca183cb7cf
commit 2a2e5bde76

View File

@@ -1,3 +1,3 @@
# Motivation
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 that 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.
As my target in this project, I've intended to build a social network with features of new and powerful web technologies such as [React](https://facebook.github.io/react/) as a front-end tool in [React Social Network](https://github.com/Qolzam/react-social-network) project and build a powerful backend by ASP.NET Core 2 with its cool new features in [ASP.NET Core Social Network](https://github.com/Qolzam/aspnet-core-social-network). I also use [React Native](https://facebook.github.io/react-native/) to build a powerful mobile social app in [React Mobile Social](https://github.com/Qolzam/react-mobile-social). All cool new features are providing as an open source project under MIT LICENSE and it's so great ;).