[Docs] Change layer pictures size

This commit is contained in:
Qolzam
2018-02-20 19:29:25 +07:00
parent 75bca01e27
commit c129b4c782
6 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
- ASP.NET Data Client
- PHP Data Client
### Components
<img height="500" width="400" src="https://raw.githubusercontent.com/Qolzam/react-social-network/next/docs/app/layer-4.png">
<img height="500" width="400" src="https://raw.githubusercontent.com/Qolzam/react-social-network/next/docs/app/layer-3.png">
## Integrating and reusability in both mobile and web app
With new structure we are able to develop the mobile app in parallel with web app **only** with changing `Components` layer. It means we can keep `Core`, `Data` layers, `Actions`, `Reducers`, etc. What we have high reusability and fast in producing the products.