Updated principals

2025-04-29 18:47:00 +02:00
parent 1ed5a9aadf
commit 12a66834c6

@@ -10,3 +10,4 @@ When creating the client side of a module there are some really important things
- Never style global elements like body, html, head, p, h1 etc....
- Try to avoid using element ids as references as there can be multiple instances of a module at the same time.
- You do not need to specify <!DOCTYPE html>
- When using reference properties try to use api.onPropertyUpdate as much as possible. This way it also get's live updates from the editor. Try to avoid sending them from the server side as much as possible.