Hacker News new | ask | show | jobs
by d--b 1800 days ago
Am I the only one to write my own “framework” from scratch every time I start a new project?

These new “super lightweight frameworks” are only 3kb and as fast as vanilla js because they really don’t do much...

They always end up getting in the way though one way or another.

Writing a state and updating the DOM when the state changes really isn’t complicated at all.

People who don’t know how to do it need vanilla js template projects, not frameworks...