|
|
|
|
|
by satyrnein
1226 days ago
|
|
Can the same server side code render that fragment, regardless of whether it's part of the initial page load or a subsequent update? You need an additional route for the Ajax call, right? Just curious how this gets structured. |
|
You can also just send the whole page and use other features to select just the part that you want to update (obviously that has a cost of sending the whole page though).