DEV Community

Discussion on: Please suggest, react or jquery?

Collapse
 
niorad profile image
Antonio Radovcic

What do you want the user to do? What's the interface?

I wouldn't start with any library/framework. I wouldn't even set up webpack.
Use plain modern JS and leverage ES6-modules, which are supported on current browsers.