Hi,
I enjoy spending my time helping people with programming stuff, so I will do my best to help you with any frontend related question or problem.
The kind of questions I will be able to best help with:
- How to implement a certain feature
- Code structure / design
- JavaScript / Vue / CSS / HTML / WebGL related questions
What I will do my best with but can't make any promises on are questions related to configuration (webpack, modules, etc.) or problems with libraries I'm not familiar with.
A PM is also ok if you don't want to post a comment 👍.
Hi Andi!
I've rebuilt an application in Vue, Node and so on that had been written in PHP.
One part of the application uses Cytoscape, and so far I've not been able to replicate it in JavaScript — it appears to be the asynchronous-ness of JavaScript that's the problem, when compared to PHP.
I tried the official Vue component for Cytoscape, but that appears to be riddled with bugs, and while the plain JavaScript version works with basic JSON data, it won't work with anything that's derived from the API and a database (as explained).
Thoughts welcome!