-
Notifications
You must be signed in to change notification settings - Fork 91
DRAFT FAQ
We try to document as many of our decisions, still, you might have some questions, which is what we try to answer here.
As in most software projects, many of the decisions were made over time, but we are of course also open for improvements. Instead of just start to spend a lot of time on it, we recommend to reach out on #javascript in Drupal slack and maybe even pick a "good first issue".
Drupal JavaScript Initiative: The Road to a Modern Administration UI
Complex interfaces have a lot of state, for example coming from external data stored in Drupal. We've all had good experiences with Redux in the past, so we went with that.
We are convinced that by building a completely javascript interface we will be able to build an overall better user experience. The blog post gives some more details.
We started discussing that in #185, but it is tricky, as we don't necessarily have javascript available on the server. On top of that our goal is to build a great user experience, and well, serverside rendering distracts from this goal for now.
Don't hesitate to jump into #javascript and start engaging :) We have a welcoming environment.