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
This sounds like a great idea and as it turns out klap already has a JS api. It is largely undocumented though, since the primary use for klap was from command line.
For the basic JS, I think something like this should work: (untested code below)
It would be great to formalize this API and document it to be able to create a middleware like you noted above. However, the actual middleware should be outside the core for klap to keep the scope limited for this project.
Would be great to havea programmable API to use Klap for SSR apps.
something like this would be great:
The text was updated successfully, but these errors were encountered: