Replying to Avatar fiatjaf

I used to hate frameworks when I first learned javascript many years ago, and I refused to use jquery, backbone, ember and whatever else existed. but then for some reason I found myself creating a kind of framework for my own use inside my small personal projects all the time. basically I would develop abstractions for handling and updating state, but my pseudo-frameworks always failed miserably because I couldn't get my updated state to be reflected into UI in an abstracted manner, I tried.

Avatar
fiatjaf 3y ago

oh, right. every time I have to start a new javascript thing I still try to make it without frameworks, but I rapidly realize I have to use some framework to prevent me from doing manual tasks (maybe I took the DRY principle too seriously). the last one was https://github.com/nbd-wtf/satdress

Reply to this note

Please Login to reply.

Discussion

No replies yet.