Stefan Meyer
Stefan Meyer
The dojo doc in putSync and addSync of Memory state that the return type is Number. It should be Object since they returned the created or modified object. This is...
To support chunking in feature apps, the `AsyncSsrManager` must support adding chunk urls to the list of necessary asset urls needed to be loaded before hydration. The necessary chunks need...
Loading feature services once they are requested by a feature app will reduce initial payload. One Option is that feature service chunks are defined by the integrator but loading is...
React 17 supports gradual upgrades. This means that Feature Apps can opt out of using the react provided as external by the integrator and use a different version (presumably an...
Improve usage of Nashorn engine
- added polyfill to demo project - fixed https://github.com/sinnerschrader/aem-react-js/issues/22
Currently it is not possible to install multiple content packages that include react components in a single AEM instance - at least with the build process in the archetype. The...
A ResourceComponent is rendered dependening on whether it is a root component. 1. root component The wrapper element is rendered by AEM in standard fashion. another ``is rendered to add...