sercrod

01 - First page

Start with the smallest Todo app shell. It has a Sercrod host and data, but it does not show any Todo items yet.

Code

<script src="/sercrod.js"></script>

<serc-rod data='{"draft":"","todos":[]}'>
	<h2>Todo</h2>
</serc-rod>

How to read it

Result

Todo

Next

The next step will put a value in draft and display it.

Next: Data and output

Back to Tutorial index