I'm making a Single Page Application using cytoscape.js. Which framework should I use with cytoscape.js?
I read the factsheet of cytoscape.js. The link says cytoscape.js is a dependency free library, but if I remove jQuery from my demo, cytoscape.js can't render the content. I think Cytoscape.js depends jQuery.
Why does the factsheet say Dependency free? If I have to use jQuery, the javascript client framework is limited.