Tag
#reactjs
Using React-ChartJS-2 with Ionic
This articles explains how TopVault uses React-ChartJS-2 to show collection trends over time. While TopVault aims to minimize the investing and pricing aspects of collecting, knowing values and trends over time will always be important. As a collecto...
Load large lists smoothly with Ionic, React, and Intersection Observer
TopVault allows collectors to see their entire collection on a single page. Collectors can also create large checklists or goals of collectibles and these can grow to over tens of thousands of entries. This is a classic situation where a paginated re...
Use AI models on-device with Ionic, React, and ONNX Runtime
This is a short recap of how the TopVault iOS, Android, and web (SPA, PWA) applications use AI models locally, also known as using them on-device. The examples included in this post are pseudocode abstracted from the actual application to help with d...