|
|
|
|
|
by hirako2000
2025 days ago
|
|
The idea is you render the html as is. The data attributes take care of the interactive parts, with the js scripts loaded after the page renders (as opposed to render html within js that executes on load with, the reactjs render() call). |
|