The funny thing is, Svelte uses attributes which are fast closer to using native html forms than react. Svelte will also work without any JavaScript enabled on the client.
Personally, I went ahead and started using the svelte superforms library and can really recommend it.
This isn't criticism of the article, I really enjoy seeing more Svelte content on here and yours is s great example! I only really started learning how massive web development was supposed to work when working with svelte.
I'm Nicholas, a Front-end Web developer that's been on that journey for more than a year now. I love coffee and learning new things, I blog here about anything that comes to my mind, but mainly coding
My goto way of doing forms with svelte is also using superforms to handle everything, it makes our life much easier, but I thought that would be a little overhead for an introductory article.
The funny thing is, Svelte uses attributes which are fast closer to using native html forms than react. Svelte will also work without any JavaScript enabled on the client.
Personally, I went ahead and started using the svelte superforms library and can really recommend it.
This isn't criticism of the article, I really enjoy seeing more Svelte content on here and yours is s great example! I only really started learning how massive web development was supposed to work when working with svelte.
My goto way of doing forms with svelte is also using superforms to handle everything, it makes our life much easier, but I thought that would be a little overhead for an introductory article.
Yeah, superforms can get advanced quickly. Definitely a good call!