We have a project having code in Java at the back end and Javascript, React, backbone, JSP.
We want to use Togglz to control the display of features on the front end depending on the Feature state.
So in the from end code as well, we would be writing some logic like this
if (MyFeatures.HOT_NEW_FEATURE.isActive()) { // do cool new stuff here }
But then what should be the best approach to get this working on the front-end.
Please help
Thanks,
Richa