Replies: 1 comment
-
Yes, the state is preserved, which lets you keep the benefits of an SPA while still using server-side rendering. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to include a JS script for a screen? I created a blade file and did something like this.
In
ProductEditScreen
class that extendsOrchid\Screen\Screen
:Blade file
orchid.screens.product
:But this script works in every page now, not just in this one because Orchid works like SPA. How do I include a JS script for a specific screen? Like in traditional blade files.
Beta Was this translation helpful? Give feedback.
All reactions