Category Archive for "Ionic"

Appflow: not just another CI/CD service

Every production mobile app ultimately has a set of recurring tasks around integration, testing, deployment, and long term maintenance. These tasks often must be automated across a team of many developers and app projects. Building a process for these tasks

Read More
capacitor-2.0-ionic

Capacitor 2.0 is just released!

Developers use Capacitor as a native app container for packaging and deploying their Ionic apps to various mobile and desktop platforms. The capacitor allows them to access native features like the Camera using the same code across all platforms –

Read More

Announcing the Capacitor ngAdd Schematic

Let’s take a look at what Capacitor is and how to add it to an Angular project First off, let’s go over what Capacitor is and how it relates to other cross platform projects out there. At a glance, Capacitor

Read More
ionic-react_hooks

React Hooks with Ionic

  In our previous blog post we learned basics about Ionic React app. Next, in this post let’s take a tour of what a stock Ionic React app consists of. Open up the project in your favorite code editor and

Read More
ionic-react

Build your first Ionic React app

  Ionic React is a native React version of Ionic Framework that makes it easy to build apps for iOS, Android, Desktop, and the web as a Progressive Web App. All with one code base, standard React development patterns, and

Read More
Ionic 4.3 Lithium Out Now!

Ionic 4.3 Lithium Out Now!

We got a release recently with fantastic updates to the Toast component as well as some much-desired bug fixes. Let’s dig in.   Lithium is the lightest metal and has many uses, like lubrication, medication, pyrotechnics, and electronics. The metal

Read More
Build page using Ionic 4 CLI

How to use the new Ionic CLI, and the new Router

With the new CLI in IONIC 4, we have the possibility to use console commands to create new pages, components, directives, and services. Let’s see some examples: Create page: ionic g page User Create a new Service: ionic g service
Read More
Migration Ionic 3 to 4

Migrating from Ionic 3.0 to Ionic 4.0

The migration from Ionic 3 to Ionic 4 is the most significant in the frameworks history, and it sets a course for Ionic that likely will not be deviated from for years to come. We suggest the following general process
Read More
comarison_ionic_3_and_4

Ionic 4 is here – Comparison Between Ionic 4 Vs Ionic 3

After more than a year of work, the Ionic Framework team has released version 4. The new version offers us significant changes in performance, compatibility with multiple frameworks (not only with Angular as previous versions), new documentation and many other
Read More
Ionic_with_angular_fi

A Savage Combination of Ionic and Angular

Ionic is a front-end SDK based over Angular, which is the most well-known JavaScript library. As a stage, it likewise encourages the integration of services for both, push notifications as well as analysis. As Ionic is a hybrid mobile application
Read More