-
-
Notifications
You must be signed in to change notification settings - Fork 143
Description
Motivation
Today, the Neos UI is a Single-Page-Application with a single route: The Content Module.
Yet, there's a lot more that would be perceived by end users as the "Neos Backend".
So far, we went with a hybrid approach to integrate Backend Modules. The Content Module is a React Application, while every other Backend Module is a pure Flow Application that's entirely rendered on the server side.
In part, this is desirable, because development of Custom Backend Modules should not require any knowledge in React (or even JavaScript for that matter). So, writing a Backend Module using just backend technologies should remain possible without any migration steps.
The purpose of this issue is to make the move to a more streamlined integration between Backend Modules and Neos UI.
This description will change over time, because this feature is still being conceptualized
Acceptance Criteria
TBD.
See also RFC on discuss https://discuss.neos.io/t/rfc-future-of-the-neos-package-architecture-neos-neos-in-particular/6593/8