oof2win2
oof2win2
Explore posts from servers
TTCTheo's Typesafe Cult
Created by oof2win2 on 11/12/2023 in #questions
How to use Vercel edge config within limits (usage and theory, not code)?
Hi. How would I go about using Vercel edge config in theory? Like there is a limit of 50k reads per month, and to me that seems like not a lot to be honest - that's 50 thousand page views on a single page that uses it - so you would basically divide that by the amount of pages you have if the traffic is approximately the same. Am I understanding these limits correctly?
2 replies
TTCTheo's Typesafe Cult
Created by oof2win2 on 5/26/2023 in #questions
Send revalidated data alongside mutation in tRPC
Hi. How would I go about sending new data from my server when there is a mutation made? I have a query that fetches posts and it seems useless to send a mutation and once that mutation succeeds, send a new request for all new posts. Is there realistically an option to re-send the posts from the server alongside the mutation with some tRPC magic, so that it gets new state quicker? Or how should I architect this?
12 replies