João Magalhães

Results 17 comments of João Magalhães

> Oh nice! Is this all routes, or does it let you customize the cache based on the router? > > Also, it seems for this moment in time, Vercel...

I barely tested this, but seems to be working. Again, I tested this for like 2 mins, so take that into consideration. Based on the example: ```ts "use client" import...

You can create a function like this one from goober (or copy it): https://github.com/cristianbote/goober/blob/master/src/core/astish.js and then create a simple function for the template tags: ```ts export function css(strings, ...expressions) {...

Since almost a year has passed, just checking if this idea was abandoned or was implemented in some other way.

Hey there @vinpac, have you managed to get anywhere with this? We have an in-house solution very similar to windstitch, and we managed to get responsive variants using more or...

> If you only need to view draft entries while in Live Preview, you can use the "token" that's provided in the request which should give you access to the...

> If providing the `token` parameter isn't working, are you able to share the code you're using to make the API request? > > I don't know much about the...