Nuxt3 and NGINX: Faster serving of static files. Improve Nuxt3 application performance by delegating static file serving to NGINX!
Vuex is not the only or even best option for managing state. Vue Composition API and composables can replace Vuex, let’s see how it’s done.
What is wrong with mixins and how does Vue 3 solve all of their problems? Composables are game changers when it comes to sharing of logic between components.
UserContext is a commonly used RequireJS module in Akeneo that makes it possible to access OR modify some data related to the logged-in user (such as chosen language or username).
Step-by-step tutorial to show you how to add translations in RequireJS modules and React components. Let's learn more about how this feature works in Akeneo PIM (Product Information Management).
I will show you how to use mediator pattern in React components and RequireJS modules, and present you with good practices. Mediators enable communication between Akeneo components (mediation).
Admin API allows for creating orders with a single query. It also has its drawbacks, since the responsibility for data accuracy is passed to the integrator. I would like to show you how to create an order using Shopware 6 Admin API.
How to use Vue 3 composition API advanced options: slots, router, route, emit, expose, props? How to combine Vue 3 and Vue 2? Find answers to these questions!
Learn about Vue 3 vs Vue 2 differences, how to handle basic component configuration and how to manage methods, computed, watch and local state in Vue 3.
Akeneo UI: We show how to extend RequireJS modules using property inheritance and how to import the original and extended file in the .yml files.