Svelte + Manifest = Giving Svelte a proper backend with 7 lines of code π§‘π¦
TL;DR: Using Manifest as backend for Svelte turns it into a full stack application with minimal coding. Check the source code on github
# manifest/backend.yml
name: My TODO App β
entities:
Todo:
seedCount: 10
properties:
- title
...
brunobuddy.hashnode.dev4 min read