chen-rn / CUA

(deprecateed) create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)

Home Page:https://cua-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question: what is entries?

colinricardo opened this issue · comments

first off, awesome work, very cool

what is entry? in the schema -- it doesn't seem to be used anywhere

for me, it's always empty, and never gets written to the db

commented

No worries :)
Great question haha, we should probably remove that.
Better/more relevant sample code is coming soon!

TLDR: Before CUA became CUA, I was working on a project that had entries as the DB schema. I ended up turning that code into the CUA template!

ah cool no worries! thanks for the quick response

yeah the current main code makes it seem like login/logout isn't working as intended, but it's all good once adapted

another question: is the intention to merge this branch?
https://github.com/chen-rn/CUA/tree/expo-router

let me know if there's any specific areas you guys might want help with -- might be able to help with some small stuff :)

commented

So that branch has already been merged into the main!(The main branch is using expo-router)
Maybe we should close that one now.

re: help
Yea! we'd love your help in anyway possible :) I think small things like upgrading Tamagui(they update really quick), making more tutorials for deployment and stuff could be nice if you're interested!

ah cool, I overlooked that

noted, will have a look!

thank you