aaronksaunders / ionic-react-sqlite-livestream

IONIC REACT JS: How To Use SQLite Capacitor Plugin In Ionic React Applications

Home Page:https://youtu.be/U65a0T3W6uY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IONIC REACT JS: How To Use SQLite Capacitor Plugin In Ionic React Applications

VUE SQLITE COURSE UDEMY - https://www.udemy.com/course/ionic-framework-with-vuejs-build-a-crud-app-using-sqlite/?referralCode=FDD5FD30775C82B6C8A0

FROM VIDEO DESCRIPTION

Link To Videos

#ionic #react #sqlite

Part One: Trying to get started with reactjs application using sqlite deployed to the mobile device. We cover database initialization, setup of loading content from JSON file, query for all items, and query for a specific item. This is all done on IOS device, android is similar but there are a few issues documented in the plugin documentation.

Part Two: In this second part, we switch over to android to demonstrate the cross-platform capability of ionic framework capacitor and add the functionality for editing, deleting, and creating new contacts to add to the sqlite database. This shows the benefit of capacitor as standalone solution separate from ionic for creating mobile solutions using only reactjs

GETTING STARTED

This app is based of the blank templated generated from ionic-cli

npm install @capacitor-community/sqlite
ionic cap sync ios
ionic cap run ios -l --external

About

IONIC REACT JS: How To Use SQLite Capacitor Plugin In Ionic React Applications

https://youtu.be/U65a0T3W6uY


Languages

Language:TypeScript 56.6%Language:CSS 20.4%Language:Swift 10.6%Language:Java 4.9%Language:JavaScript 3.2%Language:HTML 2.6%Language:Ruby 1.8%