From cae62c429e205d6758ed48b7e2e1e0ad210db33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Tr=E1=BA=A7n=20=C4=90=C4=83ng=20Khoa?= Date: Wed, 4 Dec 2019 22:31:01 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f53b52..041f69c 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,13 @@ - Client side [(React)](https://reactjs.org). - Universal routing [(react-router)](https://github.com/ReactTraining/react-router). - State management [(Redux)](https://redux.js.org). +- Easy debuging with [(redux-devtools)](https://github.com/reduxjs/redux-devtools). - Tweak React components in real time [(react-hot-loader)](https://github.com/gaearon/react-hot-loader). - SEO [(react-helmet)](https://github.com/nfl/react-helmet). - Promise based HTTP client for the browser and NodeJS [(axios)](https://github.com/axios/axios). - Internationalization [(i18next)](https://www.i18next.com/) & [(react-i18next)](https://github.com/i18next/react-i18next). - Light & Dark theme. +- Data fetching from server-side. - ES6. - Flowtype. - ESlint.