APEX is a really impressive UI for self-service dashboarding. You guys have really done a great job with this. Would you mind sharing the technology stack that this is built on?
Iām curious as well. React or Vue maybe?
It is definatly react and redux at least.
Sure, it is a React application. We use redux to handle the client state, immutable.js for most data structures and three.js to render the 3d maps. There are a few more dependencies for various things, but those are the most important ones.
3 Likes