Categories
This template includes five carefully designed and developed categories with lots of useful components: Travel, Food, Fashion, Deals and Real Estate.
We carefully designed and coded five different and complete categories: Travel, Food, Fashion, Deals and Real Estate.
Each category has a Listing view and a Details view. Each of these pages is different and has different and unique components that you can reuse within your Ionic app.
Some of the components you will find in this section are:
Cards
Lists
Sliders
Maps
Tags
Text Blocks
Images
Grids
Progress Bar
Buttons
Icons
Countdown
Modals
Alerts
Different types of layouts to display your data in a beautiful and organized way
Code Structure
Services
Resolvers
If you were using a real world API, there might be some delay before the data to display is returned from the server. You don't want to display a blank component while waiting for the data.
It's preferable to pre-fetch data from the server so it's ready the moment the route is activated. This also allows you to handle errors before routing to the component. There's no point in navigating to a route if we don't have any data to display.
Models
The shell needs a model of the data to be shown so it can create the shell skeleton properly. Also, it's a good practice to have data models for our pages.
Last updated
Was this helpful?