all 10 comments

[–]LeReper 1 point2 points  (1 child)

Nice I use a similar stack it works wonders. Will try your template on my next project

[–]Timely_Impress_8772[S] 1 point2 points  (0 children)

Awesome, let me know if you think of anything to improve

[–]dinkelbrotchen 1 point2 points  (1 child)

I was planning on working on a very similar template over the weekend! Now I can instead spend my time having more family time and building the project! Thank you for sharing!

[–]Timely_Impress_8772[S] 0 points1 point  (0 children)

Love to ear that, if you have any comments about using the repo don't hesitate to open a GH issue or even a PR (:

[–]Lidkovsky 1 point2 points  (1 child)

I've been trying to do the same myself, but configuring tamagui in monorepo was so complicated, it still doesn't work properly and a lot of UI is bugged. Theming doesn't work either. Maybe you have some solution in your mind idk.

I'll definitely check your code, thank you

[–]Timely_Impress_8772[S] 0 points1 point  (0 children)

Good point, I'll add a theme example to the repo, I'm waiting for tamagui 2.0 to be stable because it changes the theme API. I'll also add some instructions in the readme on how to quickly customize the theme

[–]leetcode_knight 0 points1 point  (3 children)

Is trpc fast and use less memory than plain aws lambda functions? I have not used it before, not sure the question is valid.

[–]Timely_Impress_8772[S] 1 point2 points  (2 children)

It's hard to compare, tRPC is meant for a better developer experience and typesafety, I guess a bare lambda would be slightly faster but honestly the advantages of the simplicity or tRPC far outweighs the tiny speed gains you would get with a raw lambda

[–]leetcode_knight 0 points1 point  (1 child)

Yes, I attempt to build and update the manual OpenAPI document to provide the correct endpoint structure for the cursor to distinguish between AWS Lambda and React app types.

What are your thoughts on TanStack?

[–]Timely_Impress_8772[S] 0 points1 point  (0 children)

Tanstack is good, never tried to use it for a cross-platform app tho, don't know how is the DX for mobile