Ir al contenido principal

Entradas

Mostrando entradas de julio, 2020

Creating a Reactjs Component that Renders Nested Children Components Inside

If you want to pass some nested HTML elements or components to be rendered in a specific place by a parent component in react.js and create some reusable components that define the surrounding structure like defining a generic dialog or modal component to wrap arbitrary elements in, in this quick tips episode, you will learn how. Above is the vid and below you will find some useful notes. 1. Pre-reqs Have node.js installed 2. Rendering a Nested Component in React.js

How to configure the Sling Model for the AEM Angularjs component

In the previous video we saw How to create an AEM SPA component using Angularjs , but we found one problem, whenever we made a change we had to refresh the page to see the changes. In this second part I will show how to configure the sling model to expose the component's properties to fix the issue, above is the vid and below you will find some useful notes. 1. Pre-reqs Have access to an Adobe Experience Manager instance. You will need aem 6.4 Service Pack 2 or newer. Have Maven installed, understand how it works and also understand how to use Adobe's archetype, you can watch my video about Adobe's archetype here: Creating an AEM Appl

How to create an AEM component using Angularjs

If you want to create an AEM app using Angular.js components and add them into a page, in this series, you will learn how. Above is the vid and below you will find some useful notes. In the second part we will see How to configure the Sling Model for the AEM Angularjs component . 1. Pre-reqs Have access to an Adobe Experience Manager instance. You will need aem 6.4 Service Pack 2 or newer. Have Maven installed, understand how it works and also understand how to use Adobe's archetype, you can watch my video about Adobe's archetype here: Creating an AEM Application using Adobe's archetype version 23 and avoiding typ