problem description
built a set of ssr development project around koa, mvc structure, then the question is, after the html string is sent to the browser, what js library does html load to do dom event binding, form verification and other functions? Is it better to choose jquery?
the environmental background of the problems and what methods you have tried
jquery is OK, but is there a better solution?