2019-12-18
7182
#ionic#react#typescript
Foysal Ahamed
11083
Dec 18, 2019 â‹… 25 min read

Building a full mobile app with TypeScript, Ionic, React, and MobX

Foysal Ahamed Write code in between naps.

Recent posts:

leveraging Lighthouse audits to optimize web performance

Leveraging Lighthouse audits to optimize web performance

Slow-loading pages can stem from multiple causes, which makes them one of the most challenging issues to fix in web development. Lighthouse can help you detect and solve your web performance issues.

Anna Monus
May 14, 2025 â‹… 6 min read

Building multi-region infrastructure with AWS

This isn’t theory. It’s the exact setup you need to deliver fast, resilient apps across AWS regions with zero fluff.

Marie Starck
May 13, 2025 â‹… 5 min read
the nine best FaunaDB alternatives for 2025

The 9 best FaunaDB alternatives for 2025

Looking for a FaunaDB alternative to migrate to? Examine nine other platforms you can use and factors to consider when choosing an alternative.

Nefe Emadamerho-Atori
May 13, 2025 â‹… 7 min read
Techniques To Circulate And Record Knowledge In Engineering Teams

Techniques to circulate and record knowledge in engineering teams

From onboarding to bug tracking, these knowledge-sharing techniques keep your team aligned, reduce overhead, and build long-term technical clarity.

Marie Starck
May 12, 2025 â‹… 4 min read
View all posts

One Reply to "Building a full mobile app with TypeScript, Ionic, React, and MobX"

  1. Hi, first of all, thank for this great tutorial.

    it’s seem an import is missing during the chapter removing mood from history :
    from ‘@ionic/react’ should be :
    import { IonContent, IonPage, IonAlert } from ‘@ionic/react’;
    and from ‘react’ should be :
    import React, { useState } from ‘react’;

    Thank again. Looking forward to read more !

Leave a Reply