Hello All, We are building SPA site using react framework. We want to
leverage Adobe Granite i18n dictionary for translations. The issue is
since SPA will be out side of AEM first before building it as AEM
clientlib, we are getting compilation errors while referring to Granite
i18n api (as Granite reference is not available to react during
compilation) As an option we are planning to expose dictionary as REST
service (servlet) to React application (ui.frontend). Because of this
approach there wi...