- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 130字
- 2021-07-02 23:24:25
Architecture
The first thing we are going to look at is the architecture of the app. On the client side, we will have a router, from which all things start flowing. The router will have four routes:
- Home route
- Browse route
- Search route
- Page Not Found route
We will have one service, with three methods that will interact with the Giphy REST API.
Apart from the previously mentioned items, we will have the following components:
- Nav Component: App Navbar
- Home Component: Home Page which shows a random gif
- Trending Component: Show trending gifs
- Search Component: Search a gif
- Giphy Component: Template for a gif
- Page not found Component: To show a page that tells the user that nothing is found
The component tree for this would look as follows:

推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Getting Started with React
- INSTANT OpenCV Starter
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Visual FoxPro程序設計教程
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Building a Recommendation Engine with Scala
- Practical Game Design
- Easy Web Development with WaveMaker
- Yocto for Raspberry Pi
- OpenStack Orchestration
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- NetBeans IDE 8 Cookbook
- ASP.NET開發與應用教程