Introduction

May 22, 2024

These tutorials will teach you how to build a Jahia Module using the JavaScript module technology. The end result will look something like this:

Disclaimers:

  • These tutorials cover server-side rendering only. For more information on also including client-side rendering capabilities please check this resource.
  • If you want to compare your work to a full reference project, you can find it here: https://github.com/Jahia/npm-solid-react-templateset-example
  • Javascript modules are currently in alpha version; you should expect many improvements and some breaking changes in the next months.

Next step

Continue to setting up your development environment