Preferred Library for accessing DOM


#1

For writing a web application that doesn’t use React, is bs-webapi the preferred (or only) library for accessing the DOM?


#2

You can bind to native DOM manipulation methods if you don’t need specific features from libraries. Vanilla JS is pretty decent. You could probably bind to jQuery if you’d like. bs-dom is another option if you’re keen.