Just use HTML
SMRTR summary
HTML is simpler and more efficient than JavaScript for many web projects. Using native HTML forms and server-rendered tables instead of JavaScript-heavy alternatives results in faster loading, more reliable, and more accessible websites. While JavaScript has its place for enhancing interactivity, shifting more work to the backend creates more predictable and performant applications.
SMRTR provides this summary for quick context. The original article belongs to Go Make Things.
Read the original article