#The ๐ stack
23 messages ยท Page 1 of 1 (latest)
What did u use for a framework agnostic?
As in for making the app crossplatform
Nvm checked the docs
Looks really cool
It's not framework agnostic, It's only for Qwik, though you could do the same with Remix and Next.js app router and just use shadcn, but then you lose the benefits of Qwik ๐ . This could be kind of cross-framework if I can make a close enough port of shadcn, but I won't try to do it in Remix and Next for now (that would take ages lol). I think Qwik is the best framework, so it also doesn't make much sense to me to work on a Remix or Next version of the stack if I think that Qwik is just better.
I used https://www.pwabuilder.com/ to make the TWA (https://developer.chrome.com/docs/android/trusted-web-activity/), which is the preferred way to publish a PWA to the Play store.
All the tools you need to build and deploy your Progressive Web Apps.
Docs coming on that part soon ๐
That looks dope. I would love to see it in action with D1 or Turso instead of Planetscale. ๐ But that should be fine with Drizzle.
Turso definitely on my todolist ๐
Neon as well
Don't know much about D1, what do you like about it?
Well my idea was Qwik on Cloudflare to get all their benefits. I would say D1 is kinda similar to Turso. ๐
Interesting
I guess as long as it's not mongoDB I'm open to add different databases ๐
serverless being a must also
I'm starting to realize that having a cli will be a major feature in terms of DX
I agree with that.
My first idea was a Cloudflare-based stack with all their benefits (KV, DB, hosting, ...) and with current technologies, it is fairly easy to switch between DBs.
Sounds fair enough
I have never migrated between 2 SQL DBs
Are there tools to do it kind of automatically?