You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to mock the backend when doing frontend work with Laminar.
I wonder if it is possible to make endpoints run either in frontend via sttp, or maybe as a vite module somehow, to make a superfast development cycle.
This could also be used for caching, I.e. creating a router layer in the frontend deciding to fetch fresh data or read from the browser db etc.
The stubbed tapir server seems perfect for this, but not sure if we also then need to implement more than the stub provides today, like http parser etc.