Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webmasterdevlin/ionic-react-ts

Ionic React with Apollo Client 3 for GraphQL Queries
https://github.com/webmasterdevlin/ionic-react-ts

apollo-client ionic5 react typescript

Last synced: 26 days ago
JSON representation

Ionic React with Apollo Client 3 for GraphQL Queries

Awesome Lists containing this project

README

        

# Ionic, Apollo Client 3, and Capacitor Share

#### To start

- open Android studio
- open an android emulator

#### Create ionic react

```pwsh
$ npm i -g @ionic/cli
$ ionic start ionic-react-demo --type react
```

##### For web

```bash
$ ionic serve
```

##### For mobile

```zsh
$ ionic build
$ npx cap add android
$ npx cap add ios
$ npx cap open android
$ npx cap open ios
$ ionic capacitor run android --livereload --external
$ ionic capacitor run ios --livereload
```

#### TODO

- https://ionicacademy.com/capacitor-local-notifications/
- https://devdactic.com/push-notifications-ionic-capacitor/
- https://ionicframework.com/docs/native/push
- https://ionicframework.com/docs/native/local-notifications
- https://ionicframework.com/docs/native/social-sharing

![screenshot](./ionic.png)