|
|
|
|
|
by mmmm2
989 days ago
|
|
Yeah, it does server-side rendering. I use spinneret for a flashcard / boggle website I made. It's nice and compact compared to writing the HTML by hand or using something like Jinga2. You get the full power of a programming language (the same one you're using for other stuff) to generate your html. I don't do anything fancy. I just use regular Javascript and CSS, though I do want to look into some of these other technologies. |
|