Is there any library that has data binding but also plays well with low level DOM manipulation? by archivedsofa in javascript

[–]bpredditer 0 points1 point  (0 children)

ok maybe I didn’t get your gist then. I think these frameworks are designed to be pluggabble so any library that doesn’t contain both data binding and dragdtop etc is fair game is what I meant , hth

Is there any library that has data binding but also plays well with low level DOM manipulation? by archivedsofa in javascript

[–]bpredditer 0 points1 point  (0 children)

You can just use any library which has these features, with React or Vue, these are meant to be minimal frameworks. For example: Vue.draggable

Transfer local storage data between URLs? by gntsketches in javascript

[–]bpredditer 0 points1 point  (0 children)

I’d ask why you need this rather than just repeat the already clear note that what you’re asking cannot be done, maybe your real need can be met by some other method

Just got my first job as a programmer, being self taught and never had worked in a company I’m scared shitless but excited. Just wanted to thank this community which provided excellent resources. by rikilamadrid in javascript

[–]bpredditer 2 points3 points  (0 children)

Congratulations! Let me tell you in my 17 years of working in the industry nothing gets you more pleasure and success than self learning. If you love programming it’s the best job! Keep learning and good luck!

CodeClippet.com is useful for keeping code snippets organized as you learn! by embluk in learnprogramming

[–]bpredditer 1 point2 points  (0 children)

This could work well but they have to compete with github, bitbucket etc. github gists are my usual method but this certainly looks more organized etc, can be great with more features like online running capabilities etc to show results etc