you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago*

Maybe I'm just too used to it, but with next.js static site generation I find react to also work really well for simple sites too. If you're not dealing with state, react is basically just functions that return templated html. IMO it's pretty sleek for static websites since tsx let's you do basic templating with functions.

  • source
  • parent