Subscribe to masimplo.com

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

Ionic

Hybrid apps and the Ionic toolchain.

Ionic2 VirtualScroll custom component workaround cover image
Ionic

Ionic2 VirtualScroll custom component workaround

Ionic2 VirtualScroll won't render custom components yet, but wrapping the component in a plain div works around the open issue.

Testing Ionic presentables cover image
Ionic,  Code,  Testing

Testing Ionic presentables

A reusable mock for testing Ionic presentables like modals, alerts and toasts, so you can trigger onDidDismiss and assert what your page does.

Using environment config in Ionic2 cover image
Ionic,  Code

Using environment config in Ionic2

Separate development and production config in Ionic2 using a typed environment module, an OpaqueToken and NODE_ENV to pick values at build time.

Migrating an Ionic App to use Angular standalone components cover image
Code,  Ionic

Migrating an Ionic App to use Angular standalone components

How I migrated an Ionic app with over 500 components to Angular standalone components using the official schematic, and what needed manual fixes.

Three similar Ionic apps, one Nx monorepo, and a lot of AI-assisted glue work cover image
Ionic,  Technology,  AI,  Code,  Personal

Three similar Ionic apps, one Nx monorepo, and a lot of AI-assisted glue work

How we merged three Ionic/Angular/Capacitor codebases into a single Nx workspace so a small team could stop maintaining the same code in three places.