在React中独立于URL路径动态渲染AEM页面
无论SPA React应用程序中的当前URL如何,我都需要能够动态呈现AEM model.json中的任何页面。
My AEM model.json structure has pages following the /<country>/<language>/rest/of/path format, but I want to be able to strip the country/language and just use the rest of the URL path.
我可以使用所需的路径初始化...