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:

Authentication And Authorization In Astro

Authentication and authorization in Astro

Implement secure authentication and role-based authorization in Astro using JWT, SSR, and Astro middleware for protected routes.

Emmanuel John
May 6, 2025 â‹… 23 min read
How To Use Custom Fonts In Tailwind CSS

How to use custom fonts in Tailwind CSS

Walk through how to use Google Fonts and locally installed fonts in your Tailwind projects to help you improve your project typography and design consistency.

Peter Ekene Eze
May 6, 2025 â‹… 11 min read
here's why everyone's going crazy over Zod 4

Here’s why everyone’s going crazy over Zod 4

Zod 4 is not just an update; it’s a leap forward for schema validation in TypeScript that truly lives up to the hype.

Popoola Temitope
May 5, 2025 â‹… 4 min read
A guide to the CSS cursor property

Creating custom mouse cursors with CSS

Learn what custom cursors are and how to use CSS and JavaScript to create custom cursors that will give your website a creative edge.

Samson Omojola
May 5, 2025 â‹… 8 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