What Does Lazy Loading Do in Ionic?
Lazy loading has been around for a while now, and it’s likely that you’ve had at least some experience with it if you have been building Ionic applications recently (the Ionic CLI page generator uses...
View ArticleThe Bare Necessities: Progressive Web Apps in Ionic
You’ve probably heard of Progressive Web Applications by now, but if you haven’t then you may want to give this a read. In short, they are all about giving applications made available through the web a...
View ArticleUploading a Production PWA with Ionic
In a recent tutorial, I covered how to create a Progressive Web application with Ionic using the “bare minimum” steps. PWAs are an in-depth topic, but that tutorial covers the minimum steps required to...
View ArticleDealing with Timing Issues in Ionic E2E Tests
When creating End-to-End (E2E) tests, we are basically programming the browser to behave like a human. We tell the browser what pages to go to, what input to send, what buttons to click, and so on. In...
View ArticleIntegrating a Backend with Ionic
I often see questions like “How do I use PHP/MySQL in Ionic?” or “Does Ionic work with X backend?” – these are reasonable questions, but it indicates a big misconception as to how integrating a backend...
View ArticleIncluding Custom CSS Files in the Ionic Build Process
HTML has to take first place for markup languages, but Markdown is up there with my favourites. I use markdown for pretty much all the writing I do, and I’m also using it to format all of the lessons...
View ArticleSafely Modifying Elements with ElementRef & Renderer in Ionic
There often comes a time where we will need to modify the properties of an element in our application: its background color, or its position, or something else. By using ElementRef we are able to...
View ArticleLaunching a Progressive Web App (PWA) with Ionic
About a week ago I launched the early access for Elite Ionic. This is my latest course for Ionic, and it is focused on teaching advanced Ionic concepts (you can still grab the 40% early access discount...
View ArticleSetting up Custom Components in Ionic
It’s not immediately obvious how to go about setting up custom components that you have added to your Ionic application. In this video, we discuss a few different methods we can use to make our...
View ArticleCase Study: A Complex CouchDB/PouchDB Application in Ionic
Last week I wrote an article that gave a broad overview of the course software I built for the Elite Ionic course – a Progressive Web Application built with Ionic. This mostly detailed my approach to...
View ArticleAdd to Cart with the Web Animations API in Ionic
As well as looking cool, animations are best used in applications when they serve a purpose. Animations are great for conveying a range of concepts (direction, anticipation, emotions) and one...
View ArticleAnimating from the Void: Enter and Exit Animations in Ionic
Last week I wrote a tutorial that covered how to create a simple add to cart animation using the Angular animations library (which is based on the Web Animations API). To quickly recap, creating...
View ArticleCreating a Facebook Style Reaction Button in Ionic
Near the start of 2016, Facebook released “Reactions” which gave users a way to express themselves more deeply than just with a single “Like”. Rather than adding it a bunch of new buttons for the...
View ArticleHigh Performance Animations in Ionic
It is a common misconception that web-based mobile applications like those built with Ionic are not capable of creating performant animations. The fact that an application built with Ionic runs inside...
View ArticleAdvanced Guide to the Ionic Framework
Once you’ve got the basics of Ionic down then all you have left to learn is… everything else. It’s hard to clearly define where your time would be best spent once you are past the basics – there’s not...
View ArticleWhat Is Stencil and How Will It Impact Ionic?
The Ionic team recently announced a new project called Stencil. The best way to think of Stencil is as “a tool for building modern Web Components”. Stencil has a specific style of syntax you need to...
View ArticleUsing Ionic with Any Framework (or None at All)
Last week, I released an article that discussed Stencil and the impact that it will have on the Ionic framework. The key point is that Stencil is being used to rebuild all of Ionic’s components as web...
View ArticleLearning Vue for Ionic/Angular Developers – Part 1
The introduction of Stencil and the switch to web components means that you will soon be able to use Ionic with any framework you like. Previously, we have been limited to building Ionic applications...
View ArticleLearning Vue for Ionic/Angular Developers – Part 2
Learning Vue for Ionic/Angular Developers – Part 1: Vue Syntax vs Angular Syntax Learning Vue for Ionic/Angular Developers – Part 2: Navigation (this article) Learning Vue for Ionic/Angular Developers...
View ArticleLive Reload Across Multiple Devices with Ionic DevApp
I’ve amassed quite a few devices over the years, as I usually hold onto any old ones for the sake of testing mobile applications (in the end, nothing beats testing on a real device). I had a plan to...
View Article