Introduction

Definition

Saradom is an architecture pattern. It is not a framework and not a library. It is plain HTML and JavaScript. There is nothing to learn beyond HTML and JavaScript.

Saradom does not say how to build, bundle, or deploy the code that reaches the page.

Idea

The idea is that today's frontends are over-engineered. Saradom's rules do not create the problems that later need a framework or a build system. The extra complexity is gone. What is left is what the interface does.

Advantages

Structure

First the foundations. These are the rules the rest is based on. Then the toolkits, plain JavaScript for common problems. Then complete examples to read and run. Then some topics.

Next: DOM State →