Is it possible to have a route rerender only a portion of the page with Solid Start
As stated above I want to set up a page where sub routes rather than reloading the entire page just rerender a portion of a for loop so for example:
/home/start/example
will be a page that has a for loop returning <example>
when i click <example> it navigates to:
home/start/example/example2
and rather that reloading the whole page it updates the For loop to return:
<example>
<example2>
Let me know if this makes sens and if there is a method to do this?
/home/start/example
will be a page that has a for loop returning <example>
when i click <example> it navigates to:
home/start/example/example2
and rather that reloading the whole page it updates the For loop to return:
<example>
<example2>
Let me know if this makes sens and if there is a method to do this?
