Technology stack for APEX

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?

3 Likes

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.

4 Likes