Comment by masfoobar

Comment by masfoobar 4 days ago

0 replies

I am falling back to 'plain and simple' in the world of web applications (or a website)

While I am a programmer, I will continue to write code that injects html text with another... like a layout having a title and body html, etc.

I certianly limit my client-side codebase. Most of my javascript code is really focused on GUI/UI, even if I have to use a specific library. I dont bother with React or the like.

I will use htmx if I want to do partial updates. Other pages might be a tad more complicated if fetching data from SQL. However, I also have pages that are SIMPLY HTML+CSS!!

As I say - plain and simple.