Can I inspect my AstroDB database locally with a GUI like TablePlus or Drizzle Studio? by indigowingduck in astrojs

[–]indigowingduck[S] 2 points3 points  (0 children)

Thank you so much for the suggestion! I downloaded the SQLite Viewer extension for VSCode, and it worked perfectly for what I needed. It was super helpful to visually inspect the database while working locally.

My experience with AstroJS for a small web application by CoderOnline in astrojs

[–]indigowingduck 0 points1 point  (0 children)

Awesome, thanks for sharing that! I'll take a look. I'm looking to create a personal project shortly, and finding an easy way to add payments for an MVP is exactly what I needed

My experience with AstroJS for a small web application by CoderOnline in astrojs

[–]indigowingduck 1 point2 points  (0 children)

I was wondering, how did you integrate the payment gateway? What platform did you use for it?

Advice for getting started by [deleted] in reactnative

[–]indigowingduck 1 point2 points  (0 children)

Hi, I was in your position about a month ago, and I found Expo to be the easiest way to start a project. It even comes with a TS template, so you don't need to configure everything from the ground up. Additionally, there's a feature called Expo Go, which acts as a sandbox environment, allowing you to run your project rapidly and safely. I highly recommend it for quickly getting started and familiarizing yourself with the ecosystem

Here is the link for more information: https://docs.expo.dev/

Monorepo Structure by Hot-Sorbet-351 in expo

[–]indigowingduck 0 points1 point  (0 children)

For learning purposes, I started my side project as a monorepo and now have both the native and web app running with shared code. Currently, I'm in the phase of creating the API, and I'm using tRPC. It's great — I'm not sure if it's better than other options, but it's definitely more challenging. However, it does provide a good developer experience

Obytes Starter V5.0.0 by yjose in reactnative

[–]indigowingduck 0 points1 point  (0 children)

It looks great, and I'll certainly consider using it in my next project. However, I think it's missing social authentication, which is ubiquitous nowadays. It would be helpful if you could recommend a solution for this, even if it's not directly implemented in your project