From a40c18d2533b78554cff36044948c3b6044c7c3a Mon Sep 17 00:00:00 2001 From: Qolzam Date: Thu, 12 Oct 2017 18:42:26 +0700 Subject: [PATCH] Add typescript on readme --- README.md | 2 ++ docs/README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed05a48..51c0db8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The React Social Network is an open source project relying on [React](https://fa

Since I started building this project I've planned to have a back end for this project so I haven't focused on performance until I build the back end and move some data procedure from end to back end. Therefore I need to change data structure and actions for [Redux](http://redux.js.org/). +For those who prefer writing code by typescript, now React Social Network support both javascript and typescript language. >You should consult the [CHANGELOG](https://github.com/Qolzam/react-social-network/blob/master/CHANGELOG.md) and related issues for more information @@ -42,6 +43,7 @@ I recommend that you get to know React before using React Social Network. React ## Features + * [TypeScript](https://www.typescriptlang.org/) TypeScript is a superset of JavaScript that compiles to clean JavaScript output. * [React](https://facebook.github.io/react/docs/hello-world.html) A javascript library for building user interfaces. * [Redux](http://redux.js.org/) is a predictable state container for JavaScript apps. * [Material-UI](http://www.material-ui.com/#/) A Set of React Components that Implement Google's Material Design. diff --git a/docs/README.md b/docs/README.md index 671df5c..51c0db8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,6 +20,7 @@ The React Social Network is an open source project relying on [React](https://fa

Since I started building this project I've planned to have a back end for this project so I haven't focused on performance until I build the back end and move some data procedure from end to back end. Therefore I need to change data structure and actions for [Redux](http://redux.js.org/). +For those who prefer writing code by typescript, now React Social Network support both javascript and typescript language. >You should consult the [CHANGELOG](https://github.com/Qolzam/react-social-network/blob/master/CHANGELOG.md) and related issues for more information @@ -42,6 +43,7 @@ I recommend that you get to know React before using React Social Network. React ## Features + * [TypeScript](https://www.typescriptlang.org/) TypeScript is a superset of JavaScript that compiles to clean JavaScript output. * [React](https://facebook.github.io/react/docs/hello-world.html) A javascript library for building user interfaces. * [Redux](http://redux.js.org/) is a predictable state container for JavaScript apps. * [Material-UI](http://www.material-ui.com/#/) A Set of React Components that Implement Google's Material Design. @@ -115,7 +117,7 @@ and then install the package ## Contribute -[React Social Network](http://greensocial.herokuapp.com/) has been made by love. I planed to build a back-end for this project and improve the perfomance as I process all procedures on the fron-end side. If you'd like to help, +[React Social Network](http://greensocial.herokuapp.com/) has been made by love. I planed to build a back-end for this project and improve the performance as I process all procedures on the front-end side. If you'd like to help, check out the [document](https://qolzam.gitbooks.io/react-social-network/). I'd greatly appreciate any [contribution](https://github.com/Qolzam/react-social-network/blob/master/CONTRIBUTING.md) you make. :)