Development do’s and don’ts

Installation


Please check our README.md

Stack


Encoding & decoding


<aside> <img src="/icons/stars_yellow.svg" alt="/icons/stars_yellow.svg" width="40px" />

One of the most important concepts in our code base. Start here.

</aside>

Encoding & decoding (structures)

Writing AutoEncoder classes

Patching data

Versioning data

Frontend guides


Views and navigation (Vue App Navigation)

View building blocks (inline components and classes)

View API’s

Patching inside views

Sending (authenticated) requests in the frontend

Storing data locally in the browser/app

Backend guides


Writing endpoints

Storing data in the database

Common patterns