function Link(url: String, child: HTMLElement, ...variables: any)
url : the url to transition the page to with reload ( SSR )
url
child : the reference to a valid bolt app, a bolt functional component or a valid bold variable component
child
variables : the list of generic variables that to be passed to the route ( client-side transtion )
variables
Last updated 3 years ago