What does Svelte look like? Basic Svelte Code Examples
I created this post for future reference, with my own examples as I was following along some basic Svelte tutorials that can be found here ( https://svelte.dev/tutorial/ )
Svelt script for first letter uppercase/capital
<!-- App.svelte -->
<script>
l...
blog.benpmd.com2 min read