Skip to content
Moritz Roessler edited this page Mar 24, 2023 · 4 revisions

Conclusion

As you can see, it's very easy and straightforward to build backend logic that validates your input, propagates errors to the client and performs basic crud operations on a serverside state.

You can see that updates to the states are synchronized in realtime and you don't need to worry about the lifecycle of your serverside component.

Let's head over to the next step and implement a way to add pages and display content.