Closed aralroca closed 1 month ago
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-adapter-vercel@585 ```
``` bun add https://pkg.pr.new/brisa-build/brisa@585 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-tailwindcss@585 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/create-brisa@585 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-pandacss@585 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/www@585 ```
commit: c839fb8
Fixes https://github.com/brisa-build/brisa/issues/584
API_REQUEST
indicator
and the constants isIndicator
Initiator
Similar to an enum,
Initiator
is an object that contains the following properties:INITIAL_REQUEST
: Indicates that the rendering was initiated by an initial request.SPA_NAVIGATION
: Indicates that the rendering was initiated by a SPA navigation.SERVER_ACTION
: Indicates that the rendering was initiated by a server action.API_REQUEST
: Indicates that the rendering was initiated by an API request.Example usage:
In the next example, we use
Initiator
to determine if the render was initiated by a server action.Types: