diff --git a/docs/motivation.md b/docs/motivation.md index 81b42a1..1f23060 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 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. \ No newline at end of file +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 ;). \ No newline at end of file