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 think the README.md or even the sample code should address how to pass dependencies to the client app. For example, I have a few configuration parameters that I need to pass down to the client app. I could provide them as argument to the main client app, but how would it be done? I would normally pass them down as Twirl template parameters, but I don't see how to do this when calling scalajs.html.scripts(...).
The text was updated successfully, but these errors were encountered:
I think the README.md or even the sample code should address how to pass dependencies to the client app. For example, I have a few configuration parameters that I need to pass down to the client app. I could provide them as argument to the main client app, but how would it be done? I would normally pass them down as Twirl template parameters, but I don't see how to do this when calling
scalajs.html.scripts(...)
.The text was updated successfully, but these errors were encountered: